safe home icon
safe-home-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- safe-home-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the safe home icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M23 15.371v2.19c0 2.44-1.78 4.74-4.2 5.41c-.17.04-.35.04-.51 0a5.7 5.7 0 0 1-2.95-1.97c-.79-.98-1.25-2.19-1.25-3.44v-2.19c0-.42.31-.88.69-1.04l2.78-1.14c.63-.25 1.33-.25 1.96 0l1 .41l1.79.73c.38.16.69.62.69 1.04"/><path d="m20.95 11.011l-.18 1.07l-.7-.28c-.99-.4-2.07-.4-3.08 0l-2.79 1.15c-.95.4-1.61 1.39-1.61 2.42v2.19c0 1.19.33 2.38.94 3.44H6.18c-1.37 0-2.66-1.09-2.89-2.44l-1.26-7.55c-.16-.93.31-2.18 1.05-2.77l6.58-5.26c1.01-.81 2.65-.81 3.66.01l6.58 5.25c.73.59 1.21 1.84 1.05 2.77"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSafeHomeFilled(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="M23 15.371v2.19c0 2.44-1.78 4.74-4.2 5.41c-.17.04-.35.04-.51 0a5.7 5.7 0 0 1-2.95-1.97c-.79-.98-1.25-2.19-1.25-3.44v-2.19c0-.42.31-.88.69-1.04l2.78-1.14c.63-.25 1.33-.25 1.96 0l1 .41l1.79.73c.38.16.69.62.69 1.04"/><path d="m20.95 11.011l-.18 1.07l-.7-.28c-.99-.4-2.07-.4-3.08 0l-2.79 1.15c-.95.4-1.61 1.39-1.61 2.42v2.19c0 1.19.33 2.38.94 3.44H6.18c-1.37 0-2.66-1.09-2.89-2.44l-1.26-7.55c-.16-.93.31-2.18 1.05-2.77l6.58-5.26c1.01-.81 2.65-.81 3.66.01l6.58 5.25c.73.59 1.21 1.84 1.05 2.77"/></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="M23 15.371v2.19c0 2.44-1.78 4.74-4.2 5.41c-.17.04-.35.04-.51 0a5.7 5.7 0 0 1-2.95-1.97c-.79-.98-1.25-2.19-1.25-3.44v-2.19c0-.42.31-.88.69-1.04l2.78-1.14c.63-.25 1.33-.25 1.96 0l1 .41l1.79.73c.38.16.69.62.69 1.04"/><path d="m20.95 11.011l-.18 1.07l-.7-.28c-.99-.4-2.07-.4-3.08 0l-2.79 1.15c-.95.4-1.61 1.39-1.61 2.42v2.19c0 1.19.33 2.38.94 3.44H6.18c-1.37 0-2.66-1.09-2.89-2.44l-1.26-7.55c-.16-.93.31-2.18 1.05-2.77l6.58-5.26c1.01-.81 2.65-.81 3.66.01l6.58 5.25c.73.59 1.21 1.84 1.05 2.77"/></g></svg> </template>
CSS
.icon-safe-home-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%22M23%2015.371v2.19c0%202.44-1.78%204.74-4.2%205.41c-.17.04-.35.04-.51%200a5.7%205.7%200%200%201-2.95-1.97c-.79-.98-1.25-2.19-1.25-3.44v-2.19c0-.42.31-.88.69-1.04l2.78-1.14c.63-.25%201.33-.25%201.96%200l1%20.41l1.79.73c.38.16.69.62.69%201.04%22%2F%3E%3Cpath%20d%3D%22m20.95%2011.011l-.18%201.07l-.7-.28c-.99-.4-2.07-.4-3.08%200l-2.79%201.15c-.95.4-1.61%201.39-1.61%202.42v2.19c0%201.19.33%202.38.94%203.44H6.18c-1.37%200-2.66-1.09-2.89-2.44l-1.26-7.55c-.16-.93.31-2.18%201.05-2.77l6.58-5.26c1.01-.81%202.65-.81%203.66.01l6.58%205.25c.73.59%201.21%201.84%201.05%202.77%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%22M23%2015.371v2.19c0%202.44-1.78%204.74-4.2%205.41c-.17.04-.35.04-.51%200a5.7%205.7%200%200%201-2.95-1.97c-.79-.98-1.25-2.19-1.25-3.44v-2.19c0-.42.31-.88.69-1.04l2.78-1.14c.63-.25%201.33-.25%201.96%200l1%20.41l1.79.73c.38.16.69.62.69%201.04%22%2F%3E%3Cpath%20d%3D%22m20.95%2011.011l-.18%201.07l-.7-.28c-.99-.4-2.07-.4-3.08%200l-2.79%201.15c-.95.4-1.61%201.39-1.61%202.42v2.19c0%201.19.33%202.38.94%203.44H6.18c-1.37%200-2.66-1.09-2.89-2.44l-1.26-7.55c-.16-.93.31-2.18%201.05-2.77l6.58-5.26c1.01-.81%202.65-.81%203.66.01l6.58%205.25c.73.59%201.21%201.84%201.05%202.77%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/safe-home-filled.svg?color=%231a73e8&size=48