inbox check icon
inbox-check from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- inbox-check
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the inbox check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M21 13.982h-4.926c-.842 0-1.504.704-1.875 1.448c-.403.808-1.21 1.552-2.7 1.552c-1.488 0-2.295-.744-2.699-1.552c-.37-.744-1.032-1.448-1.874-1.448H2"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.66 5.975s.377.116.9.884c0 0 .769-1.658 1.833-2.234m1.624 7.867c0 4.482 0 6.723-1.393 8.116C18.232 22 15.991 22 11.508 22s-6.723 0-8.116-1.392C2 19.215 2 16.974 2 12.492c0-4.483 0-6.724 1.392-8.116c1.393-1.393 3.634-1.393 8.116-1.393"/><path stroke-linecap="round" d="M22 5.983a3.983 3.983 0 1 1-7.966 0a3.983 3.983 0 0 1 7.966 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsInboxCheck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M21 13.982h-4.926c-.842 0-1.504.704-1.875 1.448c-.403.808-1.21 1.552-2.7 1.552c-1.488 0-2.295-.744-2.699-1.552c-.37-.744-1.032-1.448-1.874-1.448H2"/><path strokeLinecap="round" strokeLinejoin="round" d="M16.66 5.975s.377.116.9.884c0 0 .769-1.658 1.833-2.234m1.624 7.867c0 4.482 0 6.723-1.393 8.116C18.232 22 15.991 22 11.508 22s-6.723 0-8.116-1.392C2 19.215 2 16.974 2 12.492c0-4.483 0-6.724 1.392-8.116c1.393-1.393 3.634-1.393 8.116-1.393"/><path strokeLinecap="round" d="M22 5.983a3.983 3.983 0 1 1-7.966 0a3.983 3.983 0 0 1 7.966 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M21 13.982h-4.926c-.842 0-1.504.704-1.875 1.448c-.403.808-1.21 1.552-2.7 1.552c-1.488 0-2.295-.744-2.699-1.552c-.37-.744-1.032-1.448-1.874-1.448H2"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.66 5.975s.377.116.9.884c0 0 .769-1.658 1.833-2.234m1.624 7.867c0 4.482 0 6.723-1.393 8.116C18.232 22 15.991 22 11.508 22s-6.723 0-8.116-1.392C2 19.215 2 16.974 2 12.492c0-4.483 0-6.724 1.392-8.116c1.393-1.393 3.634-1.393 8.116-1.393"/><path stroke-linecap="round" d="M22 5.983a3.983 3.983 0 1 1-7.966 0a3.983 3.983 0 0 1 7.966 0Z"/></g></svg> </template>
CSS
.icon-inbox-check {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2013.982h-4.926c-.842%200-1.504.704-1.875%201.448c-.403.808-1.21%201.552-2.7%201.552c-1.488%200-2.295-.744-2.699-1.552c-.37-.744-1.032-1.448-1.874-1.448H2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.66%205.975s.377.116.9.884c0%200%20.769-1.658%201.833-2.234m1.624%207.867c0%204.482%200%206.723-1.393%208.116C18.232%2022%2015.991%2022%2011.508%2022s-6.723%200-8.116-1.392C2%2019.215%202%2016.974%202%2012.492c0-4.483%200-6.724%201.392-8.116c1.393-1.393%203.634-1.393%208.116-1.393%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%205.983a3.983%203.983%200%201%201-7.966%200a3.983%203.983%200%200%201%207.966%200Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2013.982h-4.926c-.842%200-1.504.704-1.875%201.448c-.403.808-1.21%201.552-2.7%201.552c-1.488%200-2.295-.744-2.699-1.552c-.37-.744-1.032-1.448-1.874-1.448H2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.66%205.975s.377.116.9.884c0%200%20.769-1.658%201.833-2.234m1.624%207.867c0%204.482%200%206.723-1.393%208.116C18.232%2022%2015.991%2022%2011.508%2022s-6.723%200-8.116-1.392C2%2019.215%202%2016.974%202%2012.492c0-4.483%200-6.724%201.392-8.116c1.393-1.393%203.634-1.393%208.116-1.393%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%205.983a3.983%203.983%200%201%201-7.966%200a3.983%203.983%200%200%201%207.966%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/inbox-check.svg?color=%231a73e8&size=48