shield with house icon

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

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

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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.5 16.308q0-.349.23-.578t.578-.23h1.384q.348 0 .578.23t.23.578v3.407q0 .22.184.325q.185.106.385.006q1.72-.988 2.848-2.562q1.13-1.575 1.633-3.501l-6.165-4.804q-.173-.135-.385-.135t-.385.135L5.45 13.983q.504 1.901 1.63 3.473t2.8 2.56q.2.125.41 0t.21-.37zM5 6.818V11.1q0 .43.047.933q.047.502.109.927l5.85-4.548q.453-.348.994-.348t.994.348l5.85 4.548q.062-.425.109-.927T19 11.1V6.817q0-.51-.295-.923t-.755-.6l-5.384-2q-.293-.106-.566-.106t-.565.106l-5.385 2q-.46.187-.755.6T5 6.817"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShieldWithHouseRounded(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.5 16.308q0-.349.23-.578t.578-.23h1.384q.348 0 .578.23t.23.578v3.407q0 .22.184.325q.185.106.385.006q1.72-.988 2.848-2.562q1.13-1.575 1.633-3.501l-6.165-4.804q-.173-.135-.385-.135t-.385.135L5.45 13.983q.504 1.901 1.63 3.473t2.8 2.56q.2.125.41 0t.21-.37zM5 6.818V11.1q0 .43.047.933q.047.502.109.927l5.85-4.548q.453-.348.994-.348t.994.348l5.85 4.548q.062-.425.109-.927T19 11.1V6.817q0-.51-.295-.923t-.755-.6l-5.384-2q-.293-.106-.566-.106t-.565.106l-5.385 2q-.46.187-.755.6T5 6.817"/></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.5 16.308q0-.349.23-.578t.578-.23h1.384q.348 0 .578.23t.23.578v3.407q0 .22.184.325q.185.106.385.006q1.72-.988 2.848-2.562q1.13-1.575 1.633-3.501l-6.165-4.804q-.173-.135-.385-.135t-.385.135L5.45 13.983q.504 1.901 1.63 3.473t2.8 2.56q.2.125.41 0t.21-.37zM5 6.818V11.1q0 .43.047.933q.047.502.109.927l5.85-4.548q.453-.348.994-.348t.994.348l5.85 4.548q.062-.425.109-.927T19 11.1V6.817q0-.51-.295-.923t-.755-.6l-5.384-2q-.293-.106-.566-.106t-.565.106l-5.385 2q-.46.187-.755.6T5 6.817"/></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.5%2016.308q0-.349.23-.578t.578-.23h1.384q.348%200%20.578.23t.23.578v3.407q0%20.22.184.325q.185.106.385.006q1.72-.988%202.848-2.562q1.13-1.575%201.633-3.501l-6.165-4.804q-.173-.135-.385-.135t-.385.135L5.45%2013.983q.504%201.901%201.63%203.473t2.8%202.56q.2.125.41%200t.21-.37zM5%206.818V11.1q0%20.43.047.933q.047.502.109.927l5.85-4.548q.453-.348.994-.348t.994.348l5.85%204.548q.062-.425.109-.927T19%2011.1V6.817q0-.51-.295-.923t-.755-.6l-5.384-2q-.293-.106-.566-.106t-.565.106l-5.385%202q-.46.187-.755.6T5%206.817%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.5%2016.308q0-.349.23-.578t.578-.23h1.384q.348%200%20.578.23t.23.578v3.407q0%20.22.184.325q.185.106.385.006q1.72-.988%202.848-2.562q1.13-1.575%201.633-3.501l-6.165-4.804q-.173-.135-.385-.135t-.385.135L5.45%2013.983q.504%201.901%201.63%203.473t2.8%202.56q.2.125.41%200t.21-.37zM5%206.818V11.1q0%20.43.047.933q.047.502.109.927l5.85-4.548q.453-.348.994-.348t.994.348l5.85%204.548q.062-.425.109-.927T19%2011.1V6.817q0-.51-.295-.923t-.755-.6l-5.384-2q-.293-.106-.566-.106t-.565.106l-5.385%202q-.46.187-.755.6T5%206.817%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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