safe home icon

safe-home from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
safe-home
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M23 15.37v2.19c0 2.44-1.78 4.74-4.2 5.41c-.17.04-.35.04-.51 0A5.7 5.7 0 0 1 15.34 21c-.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.01l-.43 2.59l-1-.41c-.63-.25-1.33-.25-1.96 0l-2.78 1.14c-.38.16-.69.62-.69 1.04v2.19c0 1.25.46 2.46 1.25 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 ReiconSafeHome(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M23 15.37v2.19c0 2.44-1.78 4.74-4.2 5.41c-.17.04-.35.04-.51 0A5.7 5.7 0 0 1 15.34 21c-.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.01l-.43 2.59l-1-.41c-.63-.25-1.33-.25-1.96 0l-2.78 1.14c-.38.16-.69.62-.69 1.04v2.19c0 1.25.46 2.46 1.25 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M23 15.37v2.19c0 2.44-1.78 4.74-4.2 5.41c-.17.04-.35.04-.51 0A5.7 5.7 0 0 1 15.34 21c-.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.01l-.43 2.59l-1-.41c-.63-.25-1.33-.25-1.96 0l-2.78 1.14c-.38.16-.69.62-.69 1.04v2.19c0 1.25.46 2.46 1.25 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 {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M23%2015.37v2.19c0%202.44-1.78%204.74-4.2%205.41c-.17.04-.35.04-.51%200A5.7%205.7%200%200%201%2015.34%2021c-.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.01l-.43%202.59l-1-.41c-.63-.25-1.33-.25-1.96%200l-2.78%201.14c-.38.16-.69.62-.69%201.04v2.19c0%201.25.46%202.46%201.25%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M23%2015.37v2.19c0%202.44-1.78%204.74-4.2%205.41c-.17.04-.35.04-.51%200A5.7%205.7%200%200%201%2015.34%2021c-.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.01l-.43%202.59l-1-.41c-.63-.25-1.33-.25-1.96%200l-2.78%201.14c-.38.16-.69.62-.69%201.04v2.19c0%201.25.46%202.46%201.25%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.svg?color=%231a73e8&size=48

Safe Home outline icon — Reicon · IconsDB