home check icon
home-check-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- home-check-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the home check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.179 7.76a3.06 3.06 0 0 0-1.16-1.28l-6.47-4a3 3 0 0 0-3.16 0l-6.47 4a3 3 0 0 0-1.36 3l1.67 10a3 3 0 0 0 2.93 2.49h9.61a3.24 3.24 0 0 0 2-.7a2.94 2.94 0 0 0 1-1.79l1.68-10a3 3 0 0 0-.27-1.72m-4.65 3.68l-4.34 4.33a1.81 1.81 0 0 1-2 .4a1.8 1.8 0 0 1-.59-.4l-2.15-2.15a1.001 1.001 0 1 1 1.41-1.41l2 2l4.21-4.21a1.004 1.004 0 0 1 1.42 1.42z"/></svg>
React
import type { SVGProps } from "react";
export function MageHomeCheckFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.179 7.76a3.06 3.06 0 0 0-1.16-1.28l-6.47-4a3 3 0 0 0-3.16 0l-6.47 4a3 3 0 0 0-1.36 3l1.67 10a3 3 0 0 0 2.93 2.49h9.61a3.24 3.24 0 0 0 2-.7a2.94 2.94 0 0 0 1-1.79l1.68-10a3 3 0 0 0-.27-1.72m-4.65 3.68l-4.34 4.33a1.81 1.81 0 0 1-2 .4a1.8 1.8 0 0 1-.59-.4l-2.15-2.15a1.001 1.001 0 1 1 1.41-1.41l2 2l4.21-4.21a1.004 1.004 0 0 1 1.42 1.42z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.179 7.76a3.06 3.06 0 0 0-1.16-1.28l-6.47-4a3 3 0 0 0-3.16 0l-6.47 4a3 3 0 0 0-1.36 3l1.67 10a3 3 0 0 0 2.93 2.49h9.61a3.24 3.24 0 0 0 2-.7a2.94 2.94 0 0 0 1-1.79l1.68-10a3 3 0 0 0-.27-1.72m-4.65 3.68l-4.34 4.33a1.81 1.81 0 0 1-2 .4a1.8 1.8 0 0 1-.59-.4l-2.15-2.15a1.001 1.001 0 1 1 1.41-1.41l2 2l4.21-4.21a1.004 1.004 0 0 1 1.42 1.42z"/></svg> </template>
CSS
.icon-home-check-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.179%207.76a3.06%203.06%200%200%200-1.16-1.28l-6.47-4a3%203%200%200%200-3.16%200l-6.47%204a3%203%200%200%200-1.36%203l1.67%2010a3%203%200%200%200%202.93%202.49h9.61a3.24%203.24%200%200%200%202-.7a2.94%202.94%200%200%200%201-1.79l1.68-10a3%203%200%200%200-.27-1.72m-4.65%203.68l-4.34%204.33a1.81%201.81%200%200%201-2%20.4a1.8%201.8%200%200%201-.59-.4l-2.15-2.15a1.001%201.001%200%201%201%201.41-1.41l2%202l4.21-4.21a1.004%201.004%200%200%201%201.42%201.42z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.179%207.76a3.06%203.06%200%200%200-1.16-1.28l-6.47-4a3%203%200%200%200-3.16%200l-6.47%204a3%203%200%200%200-1.36%203l1.67%2010a3%203%200%200%200%202.93%202.49h9.61a3.24%203.24%200%200%200%202-.7a2.94%202.94%200%200%200%201-1.79l1.68-10a3%203%200%200%200-.27-1.72m-4.65%203.68l-4.34%204.33a1.81%201.81%200%200%201-2%20.4a1.8%201.8%200%200%201-.59-.4l-2.15-2.15a1.001%201.001%200%201%201%201.41-1.41l2%202l4.21-4.21a1.004%201.004%200%200%201%201.42%201.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/home-check-fill.svg?color=%231a73e8&size=48