Tick Mark Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Tick Mark 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/306675.svg" alt="Tick Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306675.svg" alt="Tick Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306675.svg" alt="Tick Mark icon" :width="24" :height="24" />
CSS background
.icon-tick-mark {
background-image: url('https://proicons.com/icon/306675.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="M933 193C690 416 501 723 443 871c-1 4-6 8-11 8-1 1-1 1-2 1-4 0-8-1-10-4L63 513c-3-3 105-99 110-95l196 154c76-90 264-293 525-452 5 0 43 57 43 57 2 5 0 12-4 16z"/></svg>
Copied!