Shaarlier Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shaarlier 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/332626.svg" alt="Shaarlier icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332626.svg" alt="Shaarlier icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332626.svg" alt="Shaarlier icon" :width="24" :height="24" />
CSS background
.icon-shaarlier {
background-image: url('https://proicons.com/icon/332626.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,3.4591c4.8425,0,5.73,5.9724,5.73,13.3169,8.7973,0,14.77.5743,14.77,5.4121s-7.4252,4.3536-10.25,4.3536c3.874,7.1831,5.73,11.7835,1.6949,13.64S25.65,36.3882,24,30.4965c-1.65,5.8917-7.9094,11.5413-11.9449,9.685S9.876,33.7248,13.75,26.5417c-2.8248,0-10.25.4843-10.25-4.3536S9.4724,16.776,18.27,16.776C18.27,9.4315,19.1575,3.4591,24,3.4591Z"/></svg>
Copied!