< All Topics
Print

Logitrans Icon List

The parrent class is “logistics”, so your icon class will be like this:

<i class=”logistics icon-arrow-left”></i>

.icon-arrow-left:before {
content: “\61”;
}
.icon-arrow-right:before {
content: “\62”;
}
.icon-airplane:before {
content: “\66”;
}
.icon-cargo:before {
content: “\67”;
}
.icon-container:before {
content: “\68”;
}
.icon-delivery:before {
content: “\69”;
}
.icon-box-delivery:before {
content: “\6a”;
}
.icon-storage:before {
content: “\6b”;
}
.icon-close:before {
content: “\63”;
}
.icon-navicon:before {
content: “\64”;
}
.icon-ios-arrow-thin-left:before {
content: “\65”;
}
.icon-ios-arrow-thin-right:before {
content: “\6c”;
}
.icon-ios-arrow-thin-down:before {
content: “\6d”;
}
.icon-ios-arrow-thin-up:before {
content: “\6e”;
}
.icon-arrow-up:before {
content: “\6f”;
}
.icon-arrow-down:before {
content: “\70”;
}

Table of Contents