
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
@scania/icons
Advanced tools
There are 2 options to use icons package. You can use it as a module or as a webfont.
This is a good option if your application supports script bundling, and for example you need all resources to be offline or hosted in your own server. To install icons package as a module, install using npm.
npm i @scania/icons --save
The icons can be used with component from @scania/components. Make sure you have installed @scania/components in your application. The benefits of this method is that it will be dynamically loaded. This solution will enable module bundling tools such as webpack to do dynamic referencing only to the icons used in the application.
<sdds-icon name="scania-truck"></sdds-icon>
All icons are available as font icons. Import the font CSS from Scania CDN in your CSS or HTML.
// in CSS
@import url('https://cdn.digitaldesign.scania.com/icons/dist/1.0.0/fonts/css/sdds-icons.css');
Or you can add it in the HTML inside <head>.
<head>
<link rel="stylesheet" href="https://cdn.digitaldesign.scania.com/icons/dist/1.0.0/fonts/css/sdds-icons.css">
</head>
Then, you can use it as a class in your element. Do not forget to add 'sdds-icon' class befor the icon name.
<i class="sdds-icon scania-arrow"></i>
Scania icons webfont is also available in the distribution of @scania/icons package. If you do not want to connect to Scania Digital Design CDN, or, you want to go fully offline, you can use this solution. To be able to use it, you can refer to the CSS which is available under node_modules/@scania/icons
<head>
<link rel="stylesheet" href="node_modules/@scania/icons/dist/fonts/css/sdds-icons.css">
</head>
FAQs
Scania icons package
The npm package @scania/icons receives a total of 216 weekly downloads. As such, @scania/icons popularity was classified as not popular.
We found that @scania/icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.