shield with house icon

shield-with-house-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
shield-with-house-rounded
Set
Material Symbols
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the shield with house icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 16q0-.425.288-.712T11 15h2q.425 0 .713.288T14 16v4.6q0 .2.175.325t.375.025q1.7-.95 2.925-2.437t1.825-3.338L12 9.525l-7.3 5.65q.6 1.825 1.813 3.3T9.4 20.9q.2.125.4 0t.2-.35zM4 6.375V11.1q0 .45.038 1t.137.975l6.6-5.125q.55-.425 1.225-.425t1.225.425l6.6 5.125q.1-.425.138-.975t.037-1V6.375q0-.625-.363-1.125t-.937-.725l-6-2.25q-.35-.125-.7-.125t-.7.125l-6 2.25q-.575.225-.937.725T4 6.375"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShieldWithHouseRounded(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="M10 16q0-.425.288-.712T11 15h2q.425 0 .713.288T14 16v4.6q0 .2.175.325t.375.025q1.7-.95 2.925-2.437t1.825-3.338L12 9.525l-7.3 5.65q.6 1.825 1.813 3.3T9.4 20.9q.2.125.4 0t.2-.35zM4 6.375V11.1q0 .45.038 1t.137.975l6.6-5.125q.55-.425 1.225-.425t1.225.425l6.6 5.125q.1-.425.138-.975t.037-1V6.375q0-.625-.363-1.125t-.937-.725l-6-2.25q-.35-.125-.7-.125t-.7.125l-6 2.25q-.575.225-.937.725T4 6.375"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 16q0-.425.288-.712T11 15h2q.425 0 .713.288T14 16v4.6q0 .2.175.325t.375.025q1.7-.95 2.925-2.437t1.825-3.338L12 9.525l-7.3 5.65q.6 1.825 1.813 3.3T9.4 20.9q.2.125.4 0t.2-.35zM4 6.375V11.1q0 .45.038 1t.137.975l6.6-5.125q.55-.425 1.225-.425t1.225.425l6.6 5.125q.1-.425.138-.975t.037-1V6.375q0-.625-.363-1.125t-.937-.725l-6-2.25q-.35-.125-.7-.125t-.7.125l-6 2.25q-.575.225-.937.725T4 6.375"/></svg>
</template>

CSS

.icon-shield-with-house-rounded {
  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%22M10%2016q0-.425.288-.712T11%2015h2q.425%200%20.713.288T14%2016v4.6q0%20.2.175.325t.375.025q1.7-.95%202.925-2.437t1.825-3.338L12%209.525l-7.3%205.65q.6%201.825%201.813%203.3T9.4%2020.9q.2.125.4%200t.2-.35zM4%206.375V11.1q0%20.45.038%201t.137.975l6.6-5.125q.55-.425%201.225-.425t1.225.425l6.6%205.125q.1-.425.138-.975t.037-1V6.375q0-.625-.363-1.125t-.937-.725l-6-2.25q-.35-.125-.7-.125t-.7.125l-6%202.25q-.575.225-.937.725T4%206.375%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%22M10%2016q0-.425.288-.712T11%2015h2q.425%200%20.713.288T14%2016v4.6q0%20.2.175.325t.375.025q1.7-.95%202.925-2.437t1.825-3.338L12%209.525l-7.3%205.65q.6%201.825%201.813%203.3T9.4%2020.9q.2.125.4%200t.2-.35zM4%206.375V11.1q0%20.45.038%201t.137.975l6.6-5.125q.55-.425%201.225-.425t1.225.425l6.6%205.125q.1-.425.138-.975t.037-1V6.375q0-.625-.363-1.125t-.937-.725l-6-2.25q-.35-.125-.7-.125t-.7.125l-6%202.25q-.575.225-.937.725T4%206.375%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shield-with-house-rounded.svg?color=%231a73e8&size=48