Checked Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Checked 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/305374.svg" alt="Checked icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305374.svg" alt="Checked icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305374.svg" alt="Checked icon" :width="24" :height="24" />
CSS background
.icon-checked {
background-image: url('https://proicons.com/icon/305374.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M705 777H195c-7 0-12-6-12-12V255c0-7 5-13 12-13h392c7 0 17-4 22-9l102-102c5-5 3-9-4-9H75c-7 0-12 6-12 13v750c0 7 5 12 12 12h750c7 0 12-5 12-12V413c0-6-4-8-8-3L726 512c-5 5-9 15-9 21v232c0 6-5 12-12 12zM305 412l-67 68c-5 5-5 12 0 17l186 186c5 5 13 5 18 0l492-492c5-5 5-13 0-17l-67-68c-5-5-13-5-18 0L442 514c-5 5-13 5-18 0L323 412c-5-4-13-4-18 0z"/></svg>
Checked in other icon packs
Copied!