Snapcraft Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Snapcraft icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316067.svg" alt="Snapcraft icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316067.svg" alt="Snapcraft icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316067.svg" alt="Snapcraft icon" :width="24" :height="24" />
CSS background
.icon-snapcraft {
background-image: url('https://proicons.com/icon/316067.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Snapcraft</title><path d="M8.17 11.335a.106.106 0 0 0-.173.022L1.754 23.466a.105.105 0 0 0 .032.133c.04.029.101.027.138-.012l8.89-9.11a.107.107 0 0 0 .005-.144l-2.649-3Zm9.76-3.519L.146.39C.041.346-.047.478.028.56l12.034 12.874a.11.11 0 0 0 .075.034.102.102 0 0 0 .075-.03L17.96 7.99a.106.106 0 0 0-.032-.174Zm6.047.547-2.188-4.405a.21.21 0 0 0-.189-.117h-8.77a.212.212 0 0 0-.08.408l10.96 4.405a.211.211 0 0 0 .268-.29z"/></svg>
Copied!