Sj Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sj 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/347378.svg" alt="Sj icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347378.svg" alt="Sj icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347378.svg" alt="Sj icon" :width="24" :height="24" />
CSS background
.icon-sj {
background-image: url('https://proicons.com/icon/347378.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,31.71a9.87,9.87,0,0,1-8.6-4.48,4.67,4.67,0,0,0-4.49-2.41H9.59c-2.25,0-2.95-1.65-3.57-3h5.26c5.1,0,5.85,1.87,7,3.48A6.17,6.17,0,0,0,24,28.36"/><path class="a" d="M7.07,19.3c-2.25,0-2.95-1.65-3.57-3h9.08c4.52,0,8.55.8,8.12,7.48C17.9,19,14.54,19.3,11.18,19.3Z"/><path class="a" d="M24,31.71a9.87,9.87,0,0,0,8.6-4.48,4.67,4.67,0,0,1,4.49-2.41h1.32c2.25,0,3-1.65,3.57-3H36.72c-5.1,0-5.85,1.87-7,3.48A6.17,6.17,0,0,1,24,28.36"/><path class="a" d="M40.93,19.3c2.25,0,3-1.65,3.57-3H35.42c-4.52,0-8.55.8-8.12,7.48,2.8-4.76,6.16-4.47,9.52-4.47Z"/></svg>
Copied!