Sidcheck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sidcheck 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/347291.svg" alt="Sidcheck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347291.svg" alt="Sidcheck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347291.svg" alt="Sidcheck icon" :width="24" :height="24" />
CSS background
.icon-sidcheck {
background-image: url('https://proicons.com/icon/347291.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><rect class="a" x="9.635" y="16.468" width="28.7299" height="26.1181" rx="3"/><path class="a" d="M13.5528,15.9937A10.4472,10.4472,0,0,1,24,5.5465h0A10.4472,10.4472,0,0,1,34.4472,15.9937h0"/><path class="a" d="M18.4221,25.8973H29.5778a2.775,2.775,0,0,1,2.775,2.775v8.9024A2.7751,2.7751,0,0,1,29.5778,40.35H18.4221a2.775,2.775,0,0,1-2.775-2.775V28.6723A2.775,2.775,0,0,1,18.4221,25.8973Z"/><line class="a" x1="19.5433" y1="30.7148" x2="32.3529" y2="30.7148"/><line class="a" x1="15.6471" y1="35.5322" x2="28.4567" y2="35.5322"/><circle class="a" cx="23.9889" cy="21.1754" r="2.4711"/></svg>
Copied!