Tick Boxed Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Tick Boxed 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/306674.svg" alt="Tick Boxed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306674.svg" alt="Tick Boxed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306674.svg" alt="Tick Boxed icon" :width="24" :height="24" />
CSS background
.icon-tick-boxed {
background-image: url('https://proicons.com/icon/306674.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="M937 137s-33-50-38-50C671 227 507 404 440 482L269 348c-5-4-98 80-96 82l312 318c2 2 5 4 9 4 0 0 1 0 2-1 4-1 8-4 9-8 51-128 216-397 428-592 4-3 6-9 4-14zM827 807c0 33-27 61-60 61H168c-33 0-60-28-60-61V209c0-33 27-60 60-60h526s21-20 51-46H123c-33 0-60 27-60 60v690c0 33 27 60 60 60h690c33 0 60-27 60-60V302c-16 14-32 27-46 37v468z"/></svg>
Copied!