Sncb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sncb 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/347562.svg" alt="Sncb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347562.svg" alt="Sncb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347562.svg" alt="Sncb icon" :width="24" :height="24" />
CSS background
.icon-sncb {
background-image: url('https://proicons.com/icon/347562.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<ellipse class="a" cx="24" cy="24" rx="19.5" ry="13.473"/>
<line class="a" x1="19.888" x2="19.888" y1="16.546" y2="31.722"/>
<path class="a" d="m16.242 17.988a14.602 14.602 0 0 1 8.4783-2.4587c3.476 0 5.5956 1.9924 5.5956 4.07s-1.95 3.9-5.0022 3.9h-5.4261"/>
<path class="a" d="m16.242 29.857a13.628 13.628 0 0 0 8.0826 2.7978c3.7022 0 7.4326-1.3989 7.4326-4.7478s-3.2217-4.4087-6.4435-4.4087"/>
</svg>
Copied!