building retail shield icon

building-retail-shield-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
building-retail-shield-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the building retail shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.01 11.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C16.578 21.72 13 20.336 13 16.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M20 3a2 2 0 0 1 1 3.732v5.242a5.2 5.2 0 0 1-1.5-.79V7h-15v12.5H6v-4.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75v4.75h1.233q.438.812 1.124 1.5H3.75a.75.75 0 0 1-.75-.75V6.732A2 2 0 0 1 4 3zM7.5 19.5H10v-4H7.5zM17.25 8a.75.75 0 0 1 .75.75v1.325a1.72 1.72 0 0 0-1.5.244V9.5h-9v2h7.52c-.47.284-1.015.524-1.6.606a1.7 1.7 0 0 0-1.259.894H6.75a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 6.75 8zM4 4.5a.5.5 0 0 0 0 1h16a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingRetailShield24Regular(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="M17.01 11.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C16.578 21.72 13 20.336 13 16.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M20 3a2 2 0 0 1 1 3.732v5.242a5.2 5.2 0 0 1-1.5-.79V7h-15v12.5H6v-4.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75v4.75h1.233q.438.812 1.124 1.5H3.75a.75.75 0 0 1-.75-.75V6.732A2 2 0 0 1 4 3zM7.5 19.5H10v-4H7.5zM17.25 8a.75.75 0 0 1 .75.75v1.325a1.72 1.72 0 0 0-1.5.244V9.5h-9v2h7.52c-.47.284-1.015.524-1.6.606a1.7 1.7 0 0 0-1.259.894H6.75a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 6.75 8zM4 4.5a.5.5 0 0 0 0 1h16a.5.5 0 0 0 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.01 11.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C16.578 21.72 13 20.336 13 16.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M20 3a2 2 0 0 1 1 3.732v5.242a5.2 5.2 0 0 1-1.5-.79V7h-15v12.5H6v-4.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75v4.75h1.233q.438.812 1.124 1.5H3.75a.75.75 0 0 1-.75-.75V6.732A2 2 0 0 1 4 3zM7.5 19.5H10v-4H7.5zM17.25 8a.75.75 0 0 1 .75.75v1.325a1.72 1.72 0 0 0-1.5.244V9.5h-9v2h7.52c-.47.284-1.015.524-1.6.606a1.7 1.7 0 0 0-1.259.894H6.75a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 6.75 8zM4 4.5a.5.5 0 0 0 0 1h16a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-building-retail-shield-24-regular {
  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%22M17.01%2011.194a.713.713%200%200%201%20.98%200c.652.651%201.907%201.686%203.45%201.899c.307.042.56.285.56.589v2.838c0%203.816-3.58%205.2-4.353%205.456a.46.46%200%200%201-.293%200C16.578%2021.72%2013%2020.336%2013%2016.52v-2.838c0-.304.253-.547.56-.59c1.543-.212%202.798-1.247%203.45-1.898M20%203a2%202%200%200%201%201%203.732v5.242a5.2%205.2%200%200%201-1.5-.79V7h-15v12.5H6v-4.75a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%20.75.75v4.75h1.233q.438.812%201.124%201.5H3.75a.75.75%200%200%201-.75-.75V6.732A2%202%200%200%201%204%203zM7.5%2019.5H10v-4H7.5zM17.25%208a.75.75%200%200%201%20.75.75v1.325a1.72%201.72%200%200%200-1.5.244V9.5h-9v2h7.52c-.47.284-1.015.524-1.6.606a1.7%201.7%200%200%200-1.259.894H6.75a.75.75%200%200%201-.75-.75v-3.5A.75.75%200%200%201%206.75%208zM4%204.5a.5.5%200%200%200%200%201h16a.5.5%200%200%200%200-1z%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%22M17.01%2011.194a.713.713%200%200%201%20.98%200c.652.651%201.907%201.686%203.45%201.899c.307.042.56.285.56.589v2.838c0%203.816-3.58%205.2-4.353%205.456a.46.46%200%200%201-.293%200C16.578%2021.72%2013%2020.336%2013%2016.52v-2.838c0-.304.253-.547.56-.59c1.543-.212%202.798-1.247%203.45-1.898M20%203a2%202%200%200%201%201%203.732v5.242a5.2%205.2%200%200%201-1.5-.79V7h-15v12.5H6v-4.75a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%20.75.75v4.75h1.233q.438.812%201.124%201.5H3.75a.75.75%200%200%201-.75-.75V6.732A2%202%200%200%201%204%203zM7.5%2019.5H10v-4H7.5zM17.25%208a.75.75%200%200%201%20.75.75v1.325a1.72%201.72%200%200%200-1.5.244V9.5h-9v2h7.52c-.47.284-1.015.524-1.6.606a1.7%201.7%200%200%200-1.259.894H6.75a.75.75%200%200%201-.75-.75v-3.5A.75.75%200%200%201%206.75%208zM4%204.5a.5.5%200%200%200%200%201h16a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-retail-shield-24-regular.svg?color=%231a73e8&size=48