Sporcle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sporcle 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/347763.svg" alt="Sporcle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347763.svg" alt="Sporcle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347763.svg" alt="Sporcle icon" :width="24" :height="24" />
CSS background
.icon-sporcle {
background-image: url('https://proicons.com/icon/347763.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 id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><g id="g"><ellipse id="h" class="l" cx="24" cy="18.7017" rx="14.8983" ry="14.7017"/><path id="i" class="l" d="M26.4567,36.6883c5.4802.3618,9.4005,1.8697,9.4005,3.6158h0c0,2.0412-5.3087,3.696-11.8572,3.696s-11.8572-1.6547-11.8572-3.696c0-1.7461,3.9203-3.254,9.4005-3.6158"/><path id="j" class="l" d="M28.7656,9.5754c1.8003.911,3.0816,2.0824,3.8439,3.514"/><path id="k" class="l" d="M21.9059,33.3076c1.4232,2.7178-.0177,4.7452-4.3226,5.4963,0,0,1.3762,1.6048,6.4167,1.6048M26.0941,33.3076c-1.4232,2.7178.0177,4.7452,4.3226,5.4963,0,0-1.3762,1.6048-6.4167,1.6048"/></g></g></svg>
Copied!