Westside Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Westside 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/349656.svg" alt="Westside icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349656.svg" alt="Westside icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349656.svg" alt="Westside icon" :width="24" :height="24" />
CSS background
.icon-westside {
background-image: url('https://proicons.com/icon/349656.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M23.864 36.153c-6.69 4.431-14.257-.583-14.794-7.807-.415-5.585 4.411-13.524 8.912-12.435 2.496.605.147 5.844-2.059 8.295-1.939 2.154-7.057 5.869-9.81 2.724-3.294-3.764.476-9.53 3.893-12.731 4.376-4.1 12.69-6.463 14.075 0 1.292 6.025-4.858 12.818-9.388 19.424 7.18-5.385 11.875-13.984 17.715-21.219-5.341 8.64-5.582 14.28-10.475 21.219 12.815-13.137 12.872-20.841 21.209-22.786" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!