Inbox Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Inbox Check icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310177.svg" alt="Inbox Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310177.svg" alt="Inbox Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310177.svg" alt="Inbox Check icon" :width="24" :height="24" />
CSS background
.icon-inbox-check {
background-image: url('https://proicons.com/icon/310177.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M22 10.37V15.25C21.9974 17.0394 21.2854 18.7548 20.0201 20.0201C18.7548 21.2854 17.0394 21.9974 15.25 22H8.75002C6.96062 21.9974 5.24526 21.2854 3.97997 20.0201C2.71467 18.7548 2.00266 17.0394 2.00002 15.25V8.75001C2.00266 6.96061 2.71467 5.24525 3.97997 3.97996C5.24526 2.71466 6.96062 2.00265 8.75002 2.00001H13.62C13.8189 2.00001 14.0097 2.07902 14.1503 2.21967C14.291 2.36032 14.37 2.55109 14.37 2.75001C14.37 2.94892 14.291 3.13967 14.1503 3.28032C14.0097 3.42098 13.8189 3.50001 13.62 3.50001H8.75002C7.35763 3.50001 6.02227 4.05313 5.0377 5.03769C4.05314 6.02226 3.50002 7.35762 3.50002 8.75001V11.25H6.00002C6.36025 11.2482 6.71722 11.318 7.05025 11.4554C7.38328 11.5927 7.68571 11.7948 7.93999 12.05C8.45233 12.5706 8.74274 13.2696 8.75002 14C8.75002 14.3315 8.88168 14.6495 9.1161 14.8839C9.35052 15.1183 9.66849 15.25 10 15.25H14C14.164 15.2507 14.3265 15.2182 14.4777 15.1546C14.6289 15.0911 14.7657 14.9977 14.88 14.88C15.114 14.6465 15.2469 14.3305 15.25 14C15.2474 13.6381 15.3166 13.2793 15.4539 12.9445C15.5912 12.6096 15.7936 12.3054 16.0495 12.0495C16.3054 11.7936 16.6096 11.5912 16.9445 11.4539C17.2793 11.3167 17.6381 11.2473 18 11.25H20.5V10.37C20.5 10.1711 20.579 9.98032 20.7197 9.83967C20.8603 9.69901 21.0511 9.62 21.25 9.62C21.4489 9.62 21.6397 9.69901 21.7803 9.83967C21.921 9.98032 22 10.1711 22 10.37Z" fill="black"/> <path d="M18.03 7.89999C17.8619 7.89678 17.6959 7.86289 17.54 7.79999C17.3862 7.72917 17.2445 7.63469 17.12 7.51999L15.72 6.11C15.6463 6.04134 15.5872 5.95853 15.5462 5.86653C15.5052 5.77453 15.4832 5.67523 15.4814 5.57452C15.4796 5.47382 15.4981 5.37378 15.5359 5.2804C15.5736 5.18701 15.6297 5.10218 15.701 5.03096C15.7722 4.95974 15.857 4.9036 15.9504 4.86588C16.0438 4.82815 16.1438 4.80963 16.2445 4.8114C16.3452 4.81318 16.4445 4.83521 16.5365 4.87621C16.6285 4.9172 16.7113 4.9763 16.78 5.04999L18.03 6.31L20.72 3.62C20.8622 3.48752 21.0502 3.4154 21.2445 3.41882C21.4388 3.42225 21.6242 3.50095 21.7616 3.63837C21.899 3.77578 21.9778 3.96117 21.9812 4.15547C21.9846 4.34977 21.9125 4.53782 21.78 4.67999L18.94 7.51999C18.8226 7.6388 18.6834 7.73386 18.53 7.79999C18.3709 7.86387 18.2014 7.89778 18.03 7.89999Z" fill="black"/> </svg>
Inbox Check in other icon packs
Copied!