
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
City of Helsinki brand identity icon set.
npm install hel-svg-icons
you only need hel-icons.svg file.
Insert icon in inline content.
<svg aria-hidden="true" class="icon"><use xlink:href="path-to/dist/symbol/svg/hel-icons.svg#book"></use></svg>
To make sure icons appear correct size depending on context include this default to styles
<style>
.icon {
width:1em;
height:1em
}
</style>
When icon is used for decoration or emphasis it should be hidden from screen readers with aria-hidden=true
When the icon is used without explanatory text as purely visual cue in UI you should provide a screen reader -friendly aria-label. In interactive elements this should be included in the wrapping <a> or <button> element.
<a href="/news/" aria-label="Latest News">
<svg aria-hidden="true">
<use xlink:href="path-to/dist/symbol/svg/hel-icons.svg#book"></use>
</svg>
</a>
When icon is not wrapped in interactive element, svg title can be used.
<svg>
<title>Book</title>
<use xlink:href="path-to/dist/symbol/svg/hel-icons.svg#book"></use>
</svg>
This spritemap displays fine in Chrome, Safari 7.1+, Firefox, and Opera.
For extended browser support (Safari 6, IE 6+, and Edge 12) you should use svg4everybody.
Clone the repository.
Install dependencies.
npm install
Add new svg files in src/svg/. For icon naming try to follow Font Awesome naming practices.
Compile svg sprite file.
grunt dev
View the test page on your browser in http://localhost:9090
FAQs
City of Helsinki icon library
We found that hel-icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.