Stocard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stocard 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/347906.svg" alt="Stocard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347906.svg" alt="Stocard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347906.svg" alt="Stocard icon" :width="24" :height="24" />
CSS background
.icon-stocard {
background-image: url('https://proicons.com/icon/347906.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;fill-rule:evenodd;}</style></defs><path class="cls-1" d="M34.68,19.85a1.65,1.65,0,1,0-2.34,0,1.66,1.66,0,0,0,2.34,0Z"/><path class="cls-1" d="M22.46,13.83,17.65,9A2.09,2.09,0,0,0,14.7,9L5.11,18.61a2.09,2.09,0,0,0,0,2.95l6.36,6.36L30.36,9a2.09,2.09,0,0,1,3,0l9.58,9.58a2.09,2.09,0,0,1,0,2.95L25.48,39a2.11,2.11,0,0,1-3,0l-8.79-8.79"/></svg>
Copied!