building retail shield icon

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

Name
building-retail-shield-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.242c-1.018-.32-1.86-1.038-2.31-1.487a1.66 1.66 0 0 0-.69-.412V8.75a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h5.411c-.1.2-.161.43-.161.685V15H6.75a.75.75 0 0 0-.75.75V21H3.75a.75.75 0 0 1-.75-.75V6.732A2 2 0 0 1 4 3zm-8.5 18h-4v-4.5h4zm5-10.68q-.106.075-.2.167c-.286.286-.732.68-1.28 1.013H7.5v-2h9zM4 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 FluentBuildingRetailShield24Filled(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.242c-1.018-.32-1.86-1.038-2.31-1.487a1.66 1.66 0 0 0-.69-.412V8.75a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h5.411c-.1.2-.161.43-.161.685V15H6.75a.75.75 0 0 0-.75.75V21H3.75a.75.75 0 0 1-.75-.75V6.732A2 2 0 0 1 4 3zm-8.5 18h-4v-4.5h4zm5-10.68q-.106.075-.2.167c-.286.286-.732.68-1.28 1.013H7.5v-2h9zM4 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.242c-1.018-.32-1.86-1.038-2.31-1.487a1.66 1.66 0 0 0-.69-.412V8.75a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h5.411c-.1.2-.161.43-.161.685V15H6.75a.75.75 0 0 0-.75.75V21H3.75a.75.75 0 0 1-.75-.75V6.732A2 2 0 0 1 4 3zm-8.5 18h-4v-4.5h4zm5-10.68q-.106.075-.2.167c-.286.286-.732.68-1.28 1.013H7.5v-2h9zM4 4.5a.5.5 0 0 0 0 1h16a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-building-retail-shield-24-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%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.242c-1.018-.32-1.86-1.038-2.31-1.487a1.66%201.66%200%200%200-.69-.412V8.75a.75.75%200%200%200-.75-.75H6.75a.75.75%200%200%200-.75.75v3.5c0%20.414.336.75.75.75h5.411c-.1.2-.161.43-.161.685V15H6.75a.75.75%200%200%200-.75.75V21H3.75a.75.75%200%200%201-.75-.75V6.732A2%202%200%200%201%204%203zm-8.5%2018h-4v-4.5h4zm5-10.68q-.106.075-.2.167c-.286.286-.732.68-1.28%201.013H7.5v-2h9zM4%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.242c-1.018-.32-1.86-1.038-2.31-1.487a1.66%201.66%200%200%200-.69-.412V8.75a.75.75%200%200%200-.75-.75H6.75a.75.75%200%200%200-.75.75v3.5c0%20.414.336.75.75.75h5.411c-.1.2-.161.43-.161.685V15H6.75a.75.75%200%200%200-.75.75V21H3.75a.75.75%200%200%201-.75-.75V6.732A2%202%200%200%201%204%203zm-8.5%2018h-4v-4.5h4zm5-10.68q-.106.075-.2.167c-.286.286-.732.68-1.28%201.013H7.5v-2h9zM4%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-filled.svg?color=%231a73e8&size=48