Transport Parts Service Icons for Angular

19 icons · 6 styles each · @rchernando/solar-icons/transport-parts-service

There are 19 Transport Parts Service icons in the Solar Icons library — 1.5% of the 1,246 icons in the library, which makes it the 27th largest of the 37 categories. Every glyph is drawn on a 24x24 grid and exported in 6 style variants, so the set accounts for roughly 114 icon definitions on its own.

These are icons for vehicles, parts and roadside service. You will normally place them in fleet dashboards, garage bookings, parts catalogues and delivery views, and they are the first set automotive and logistics products tends to pull in. Icons such as Accumulator, Bus, Electric Refueling and Gas Station cover the obvious cases; further in you will find Accumulator, Gas Station, Shock Absorber and Spedometer Middle, which handle the states people forget to design for.

All 19 Transport Parts Service icons

Style variants in the Transport Parts Service set

Each of the 19 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for transport parts service in a dense layout; Bold reads better at small sizes and on coloured surfaces; the duotone pair adds a second opacity layer when you want depth without introducing another colour token.

bold
bold-duotone
linear
outline
broken
line-duotone

Installing the Transport Parts Service icons

Import from the "@rchernando/solar-icons/transport-parts-service" entry point rather than the package root — that is what keeps the other 36 categories out of your bundle. Register the icons you need with provideSolarIcons, either once in the application config or inside the providers array of the route that uses them, and render <solar-icon> with the icon name. The SVG is inlined, so there is no runtime fetch and no flash of missing icon.

bash
npm i @rchernando/solar-icons
typescript
import { AccumulatorBold, BusBold, ElectricRefuelingBold } from '@rchernando/solar-icons/transport-parts-service';
html
<solar-icon name="accumulator" iconStyle="bold" size="24px" />
<solar-icon name="bus" iconStyle="bold" size="24px" />
<solar-icon name="electric-refueling" iconStyle="bold" size="24px" />

Transport Parts Service icons FAQ

How many transport parts service icons are there?
19 unique icons, each in 6 styles, for 114 definitions in the transport-parts-service entry point.
Are the Transport Parts Service icons free to use?
Yes. @rchernando/solar-icons is published on npm under an open licence and the transport-parts-service set is included in the package.
Can I import only one transport parts service icon?
Yes — import the single export you need from "@rchernando/solar-icons/transport-parts-service". Anything you do not import is tree-shaken away.

Other icon categories

Sets that are commonly used next to Transport Parts Service: Users (22), Video Audio Sound (103), Time (27) and Text Formatting (33).

37 categories, 1,246 icons. Search the whole library or read the usage patterns.