box tick icon
box-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- box-tick-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the box tick icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.35 5.66l-6.29-3.39c-.66-.36-1.46-.36-2.13 0L4.64 5.66c-.46.25-.74.74-.74 1.28s.28 1.03.74 1.28l6.29 3.39c.33.18.7.27 1.06.27s.73-.09 1.06-.27l6.29-3.39c.46-.25.74-.74.74-1.28c.02-.54-.27-1.03-.73-1.28M9.9 12.79L4.05 9.86c-.45-.23-.97-.2-1.4.06s-.68.72-.68 1.22v5.53c0 .96.53 1.82 1.39 2.25l5.85 2.92c.2.1.42.15.64.15c.26 0 .52-.07.75-.22c.43-.26.68-.72.68-1.22v-5.53c.01-.94-.52-1.8-1.38-2.23m12.13-1.64v4.59c-.01-.01-.02-.03-.03-.04c0-.01-.009-.02-.019-.03c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.01 6.25l-.47.24a1.43 1.43 0 0 1-1.4-.07c-.42-.26-.68-.72-.68-1.22v-5.52c0-.96.53-1.82 1.39-2.25l5.85-2.92c.45-.23.97-.21 1.4.06c.42.26.68.72.68 1.22"/><path d="M21.98 15.67a4.46 4.46 0 0 0-3.48-1.65c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.52A4.5 4.5 0 0 0 15.66 22h.01c.77.64 1.76 1.02 2.83 1.02c1.14 0 2.17-.42 2.96-1.12A4.5 4.5 0 0 0 23 18.52c0-1.08-.38-2.08-1.02-2.85m-1.22 2.29l-2.4 2.22c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.11-1.11a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.6.6l1.87-1.73c.3-.28.78-.26 1.06.04c.29.31.27.78-.04 1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBoxTickFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.35 5.66l-6.29-3.39c-.66-.36-1.46-.36-2.13 0L4.64 5.66c-.46.25-.74.74-.74 1.28s.28 1.03.74 1.28l6.29 3.39c.33.18.7.27 1.06.27s.73-.09 1.06-.27l6.29-3.39c.46-.25.74-.74.74-1.28c.02-.54-.27-1.03-.73-1.28M9.9 12.79L4.05 9.86c-.45-.23-.97-.2-1.4.06s-.68.72-.68 1.22v5.53c0 .96.53 1.82 1.39 2.25l5.85 2.92c.2.1.42.15.64.15c.26 0 .52-.07.75-.22c.43-.26.68-.72.68-1.22v-5.53c.01-.94-.52-1.8-1.38-2.23m12.13-1.64v4.59c-.01-.01-.02-.03-.03-.04c0-.01-.009-.02-.019-.03c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.01 6.25l-.47.24a1.43 1.43 0 0 1-1.4-.07c-.42-.26-.68-.72-.68-1.22v-5.52c0-.96.53-1.82 1.39-2.25l5.85-2.92c.45-.23.97-.21 1.4.06c.42.26.68.72.68 1.22"/><path d="M21.98 15.67a4.46 4.46 0 0 0-3.48-1.65c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.52A4.5 4.5 0 0 0 15.66 22h.01c.77.64 1.76 1.02 2.83 1.02c1.14 0 2.17-.42 2.96-1.12A4.5 4.5 0 0 0 23 18.52c0-1.08-.38-2.08-1.02-2.85m-1.22 2.29l-2.4 2.22c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.11-1.11a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.6.6l1.87-1.73c.3-.28.78-.26 1.06.04c.29.31.27.78-.04 1.06"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.35 5.66l-6.29-3.39c-.66-.36-1.46-.36-2.13 0L4.64 5.66c-.46.25-.74.74-.74 1.28s.28 1.03.74 1.28l6.29 3.39c.33.18.7.27 1.06.27s.73-.09 1.06-.27l6.29-3.39c.46-.25.74-.74.74-1.28c.02-.54-.27-1.03-.73-1.28M9.9 12.79L4.05 9.86c-.45-.23-.97-.2-1.4.06s-.68.72-.68 1.22v5.53c0 .96.53 1.82 1.39 2.25l5.85 2.92c.2.1.42.15.64.15c.26 0 .52-.07.75-.22c.43-.26.68-.72.68-1.22v-5.53c.01-.94-.52-1.8-1.38-2.23m12.13-1.64v4.59c-.01-.01-.02-.03-.03-.04c0-.01-.009-.02-.019-.03c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.01 6.25l-.47.24a1.43 1.43 0 0 1-1.4-.07c-.42-.26-.68-.72-.68-1.22v-5.52c0-.96.53-1.82 1.39-2.25l5.85-2.92c.45-.23.97-.21 1.4.06c.42.26.68.72.68 1.22"/><path d="M21.98 15.67a4.46 4.46 0 0 0-3.48-1.65c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.52A4.5 4.5 0 0 0 15.66 22h.01c.77.64 1.76 1.02 2.83 1.02c1.14 0 2.17-.42 2.96-1.12A4.5 4.5 0 0 0 23 18.52c0-1.08-.38-2.08-1.02-2.85m-1.22 2.29l-2.4 2.22c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.11-1.11a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.6.6l1.87-1.73c.3-.28.78-.26 1.06.04c.29.31.27.78-.04 1.06"/></g></svg> </template>
CSS
.icon-box-tick-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m19.35%205.66l-6.29-3.39c-.66-.36-1.46-.36-2.13%200L4.64%205.66c-.46.25-.74.74-.74%201.28s.28%201.03.74%201.28l6.29%203.39c.33.18.7.27%201.06.27s.73-.09%201.06-.27l6.29-3.39c.46-.25.74-.74.74-1.28c.02-.54-.27-1.03-.73-1.28M9.9%2012.79L4.05%209.86c-.45-.23-.97-.2-1.4.06s-.68.72-.68%201.22v5.53c0%20.96.53%201.82%201.39%202.25l5.85%202.92c.2.1.42.15.64.15c.26%200%20.52-.07.75-.22c.43-.26.68-.72.68-1.22v-5.53c.01-.94-.52-1.8-1.38-2.23m12.13-1.64v4.59c-.01-.01-.02-.03-.03-.04c0-.01-.009-.02-.019-.03c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26%200-2.41.52-3.23%201.36a4.5%204.5%200%200%200-.01%206.25l-.47.24a1.43%201.43%200%200%201-1.4-.07c-.42-.26-.68-.72-.68-1.22v-5.52c0-.96.53-1.82%201.39-2.25l5.85-2.92c.45-.23.97-.21%201.4.06c.42.26.68.72.68%201.22%22%2F%3E%3Cpath%20d%3D%22M21.98%2015.67a4.46%204.46%200%200%200-3.48-1.65c-1.06%200-2.04.37-2.81.99A4.45%204.45%200%200%200%2014%2018.52A4.5%204.5%200%200%200%2015.66%2022h.01c.77.64%201.76%201.02%202.83%201.02c1.14%200%202.17-.42%202.96-1.12A4.5%204.5%200%200%200%2023%2018.52c0-1.08-.38-2.08-1.02-2.85m-1.22%202.29l-2.4%202.22c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-1.11-1.11a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.6.6l1.87-1.73c.3-.28.78-.26%201.06.04c.29.31.27.78-.04%201.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m19.35%205.66l-6.29-3.39c-.66-.36-1.46-.36-2.13%200L4.64%205.66c-.46.25-.74.74-.74%201.28s.28%201.03.74%201.28l6.29%203.39c.33.18.7.27%201.06.27s.73-.09%201.06-.27l6.29-3.39c.46-.25.74-.74.74-1.28c.02-.54-.27-1.03-.73-1.28M9.9%2012.79L4.05%209.86c-.45-.23-.97-.2-1.4.06s-.68.72-.68%201.22v5.53c0%20.96.53%201.82%201.39%202.25l5.85%202.92c.2.1.42.15.64.15c.26%200%20.52-.07.75-.22c.43-.26.68-.72.68-1.22v-5.53c.01-.94-.52-1.8-1.38-2.23m12.13-1.64v4.59c-.01-.01-.02-.03-.03-.04c0-.01-.009-.02-.019-.03c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26%200-2.41.52-3.23%201.36a4.5%204.5%200%200%200-.01%206.25l-.47.24a1.43%201.43%200%200%201-1.4-.07c-.42-.26-.68-.72-.68-1.22v-5.52c0-.96.53-1.82%201.39-2.25l5.85-2.92c.45-.23.97-.21%201.4.06c.42.26.68.72.68%201.22%22%2F%3E%3Cpath%20d%3D%22M21.98%2015.67a4.46%204.46%200%200%200-3.48-1.65c-1.06%200-2.04.37-2.81.99A4.45%204.45%200%200%200%2014%2018.52A4.5%204.5%200%200%200%2015.66%2022h.01c.77.64%201.76%201.02%202.83%201.02c1.14%200%202.17-.42%202.96-1.12A4.5%204.5%200%200%200%2023%2018.52c0-1.08-.38-2.08-1.02-2.85m-1.22%202.29l-2.4%202.22c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-1.11-1.11a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.6.6l1.87-1.73c.3-.28.78-.26%201.06.04c.29.31.27.78-.04%201.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/box-tick-filled.svg?color=%231a73e8&size=48