building coins icon

building-coins from Reicon by REICON · Outline · Building · MIT Free for personal and commercial use.

Name
building-coins
Set
Reicon
Style
Outline
Category
Building
Viewbox
24×24
License
MIT

1 other variant in Reicon

More building icons from Reicon

Use the building coins icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.768 1.25h6.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.365 1.47c.043.531.043 1.187.043 2v2.94a.75.75 0 1 1-1.5 0V6.8c0-.852 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.056-.038-1.909-.038H5.8c-.852 0-1.447 0-1.91.038c-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.057-.038 1.909v10.4c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.453.037 1.033.038 1.859.038V17c0-.966.784-1.75 1.75-1.75h3c.966 0 1.75.784 1.75 1.75v4.25h.366a.75.75 0 0 1 0 1.5H5.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.768c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043m1.482 20h3.5V17a.25.25 0 0 0-.25-.25h-3a.25.25 0 0 0-.25.25z" clip-rule="evenodd"/><path d="M10.25 13a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m2.5-3a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M12 7.75a.75.75 0 0 0 0-1.5h-1a.75.75 0 0 0 0 1.5zM7.75 10a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M7 7.75a.75.75 0 0 0 0-1.5H6a.75.75 0 0 0 0 1.5zM7.75 13a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75"/><path fill-rule="evenodd" d="M22.165 12.417c.804.403 1.585 1.099 1.585 2.089v5.277c0 1.063-.711 1.825-1.57 2.28c-.86.458-1.99.687-3.179.687s-2.318-.229-3.18-.686c-.858-.456-1.57-1.218-1.57-2.28V17.25l-.001-2.745c0-.99.781-1.686 1.585-2.089c.849-.425 1.969-.667 3.165-.667s2.316.242 3.165.667m-.673 1.34c-.599-.3-1.479-.507-2.492-.507s-1.893.207-2.492.508c-.644.323-.758.63-.758.748s.114.425.758.748c.599.3 1.479.507 2.492.507s1.893-.207 2.492-.507c.644-.323.758-.63.758-.748s-.114-.425-.758-.748M19 17.262c1.106 0 2.263-.189 3.25-.71v.702c0 .296-.184.642-.773.956c-.586.31-1.457.511-2.477.511s-1.89-.2-2.476-.511c-.572-.304-.762-.64-.773-.93v-.728c.987.521 2.144.71 3.249.71m3.25 2.234c-.876.488-2.028.725-3.25.725c-1.22 0-2.372-.237-3.248-.724v.287c0 .296.183.643.773.956c.586.311 1.456.511 2.476.511s1.89-.2 2.476-.511c.59-.313.773-.66.773-.956z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBuildingCoins(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M5.768 1.25h6.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.365 1.47c.043.531.043 1.187.043 2v2.94a.75.75 0 1 1-1.5 0V6.8c0-.852 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.056-.038-1.909-.038H5.8c-.852 0-1.447 0-1.91.038c-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.057-.038 1.909v10.4c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.453.037 1.033.038 1.859.038V17c0-.966.784-1.75 1.75-1.75h3c.966 0 1.75.784 1.75 1.75v4.25h.366a.75.75 0 0 1 0 1.5H5.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.768c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043m1.482 20h3.5V17a.25.25 0 0 0-.25-.25h-3a.25.25 0 0 0-.25.25z" clipRule="evenodd"/><path d="M10.25 13a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m2.5-3a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M12 7.75a.75.75 0 0 0 0-1.5h-1a.75.75 0 0 0 0 1.5zM7.75 10a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M7 7.75a.75.75 0 0 0 0-1.5H6a.75.75 0 0 0 0 1.5zM7.75 13a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75"/><path fillRule="evenodd" d="M22.165 12.417c.804.403 1.585 1.099 1.585 2.089v5.277c0 1.063-.711 1.825-1.57 2.28c-.86.458-1.99.687-3.179.687s-2.318-.229-3.18-.686c-.858-.456-1.57-1.218-1.57-2.28V17.25l-.001-2.745c0-.99.781-1.686 1.585-2.089c.849-.425 1.969-.667 3.165-.667s2.316.242 3.165.667m-.673 1.34c-.599-.3-1.479-.507-2.492-.507s-1.893.207-2.492.508c-.644.323-.758.63-.758.748s.114.425.758.748c.599.3 1.479.507 2.492.507s1.893-.207 2.492-.507c.644-.323.758-.63.758-.748s-.114-.425-.758-.748M19 17.262c1.106 0 2.263-.189 3.25-.71v.702c0 .296-.184.642-.773.956c-.586.31-1.457.511-2.477.511s-1.89-.2-2.476-.511c-.572-.304-.762-.64-.773-.93v-.728c.987.521 2.144.71 3.249.71m3.25 2.234c-.876.488-2.028.725-3.25.725c-1.22 0-2.372-.237-3.248-.724v.287c0 .296.183.643.773.956c.586.311 1.456.511 2.476.511s1.89-.2 2.476-.511c.59-.313.773-.66.773-.956z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.768 1.25h6.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.365 1.47c.043.531.043 1.187.043 2v2.94a.75.75 0 1 1-1.5 0V6.8c0-.852 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.056-.038-1.909-.038H5.8c-.852 0-1.447 0-1.91.038c-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.057-.038 1.909v10.4c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.453.037 1.033.038 1.859.038V17c0-.966.784-1.75 1.75-1.75h3c.966 0 1.75.784 1.75 1.75v4.25h.366a.75.75 0 0 1 0 1.5H5.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.768c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043m1.482 20h3.5V17a.25.25 0 0 0-.25-.25h-3a.25.25 0 0 0-.25.25z" clip-rule="evenodd"/><path d="M10.25 13a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m2.5-3a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M12 7.75a.75.75 0 0 0 0-1.5h-1a.75.75 0 0 0 0 1.5zM7.75 10a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M7 7.75a.75.75 0 0 0 0-1.5H6a.75.75 0 0 0 0 1.5zM7.75 13a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75"/><path fill-rule="evenodd" d="M22.165 12.417c.804.403 1.585 1.099 1.585 2.089v5.277c0 1.063-.711 1.825-1.57 2.28c-.86.458-1.99.687-3.179.687s-2.318-.229-3.18-.686c-.858-.456-1.57-1.218-1.57-2.28V17.25l-.001-2.745c0-.99.781-1.686 1.585-2.089c.849-.425 1.969-.667 3.165-.667s2.316.242 3.165.667m-.673 1.34c-.599-.3-1.479-.507-2.492-.507s-1.893.207-2.492.508c-.644.323-.758.63-.758.748s.114.425.758.748c.599.3 1.479.507 2.492.507s1.893-.207 2.492-.507c.644-.323.758-.63.758-.748s-.114-.425-.758-.748M19 17.262c1.106 0 2.263-.189 3.25-.71v.702c0 .296-.184.642-.773.956c-.586.31-1.457.511-2.477.511s-1.89-.2-2.476-.511c-.572-.304-.762-.64-.773-.93v-.728c.987.521 2.144.71 3.249.71m3.25 2.234c-.876.488-2.028.725-3.25.725c-1.22 0-2.372-.237-3.248-.724v.287c0 .296.183.643.773.956c.586.311 1.456.511 2.476.511s1.89-.2 2.476-.511c.59-.313.773-.66.773-.956z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-building-coins {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.768%201.25h6.464c.813%200%201.469%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639c.226.444.32.924.365%201.47c.043.531.043%201.187.043%202v2.94a.75.75%200%201%201-1.5%200V6.8c0-.852%200-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25%202.25%200%200%200-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.056-.038-1.909-.038H5.8c-.852%200-1.447%200-1.91.038c-.453.037-.714.107-.911.207a2.25%202.25%200%200%200-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038%201.057-.038%201.909v10.4c0%20.852%200%201.447.038%201.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.453.037%201.033.038%201.859.038V17c0-.966.784-1.75%201.75-1.75h3c.966%200%201.75.784%201.75%201.75v4.25h.366a.75.75%200%200%201%200%201.5H5.768c-.813%200-1.469%200-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.768c0-.813%200-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75%203.75%200%200%201%201.639-1.64c.444-.226.924-.32%201.47-.365c.531-.043%201.187-.043%202-.043m1.482%2020h3.5V17a.25.25%200%200%200-.25-.25h-3a.25.25%200%200%200-.25.25z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.25%2013a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m2.5-3a.75.75%200%200%201-.75.75h-1a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75M12%207.75a.75.75%200%200%200%200-1.5h-1a.75.75%200%200%200%200%201.5zM7.75%2010a.75.75%200%200%201-.75.75H6a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75M7%207.75a.75.75%200%200%200%200-1.5H6a.75.75%200%200%200%200%201.5zM7.75%2013a.75.75%200%200%201-.75.75H6a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.165%2012.417c.804.403%201.585%201.099%201.585%202.089v5.277c0%201.063-.711%201.825-1.57%202.28c-.86.458-1.99.687-3.179.687s-2.318-.229-3.18-.686c-.858-.456-1.57-1.218-1.57-2.28V17.25l-.001-2.745c0-.99.781-1.686%201.585-2.089c.849-.425%201.969-.667%203.165-.667s2.316.242%203.165.667m-.673%201.34c-.599-.3-1.479-.507-2.492-.507s-1.893.207-2.492.508c-.644.323-.758.63-.758.748s.114.425.758.748c.599.3%201.479.507%202.492.507s1.893-.207%202.492-.507c.644-.323.758-.63.758-.748s-.114-.425-.758-.748M19%2017.262c1.106%200%202.263-.189%203.25-.71v.702c0%20.296-.184.642-.773.956c-.586.31-1.457.511-2.477.511s-1.89-.2-2.476-.511c-.572-.304-.762-.64-.773-.93v-.728c.987.521%202.144.71%203.249.71m3.25%202.234c-.876.488-2.028.725-3.25.725c-1.22%200-2.372-.237-3.248-.724v.287c0%20.296.183.643.773.956c.586.311%201.456.511%202.476.511s1.89-.2%202.476-.511c.59-.313.773-.66.773-.956z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.768%201.25h6.464c.813%200%201.469%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639c.226.444.32.924.365%201.47c.043.531.043%201.187.043%202v2.94a.75.75%200%201%201-1.5%200V6.8c0-.852%200-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25%202.25%200%200%200-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.056-.038-1.909-.038H5.8c-.852%200-1.447%200-1.91.038c-.453.037-.714.107-.911.207a2.25%202.25%200%200%200-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038%201.057-.038%201.909v10.4c0%20.852%200%201.447.038%201.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.453.037%201.033.038%201.859.038V17c0-.966.784-1.75%201.75-1.75h3c.966%200%201.75.784%201.75%201.75v4.25h.366a.75.75%200%200%201%200%201.5H5.768c-.813%200-1.469%200-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.768c0-.813%200-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75%203.75%200%200%201%201.639-1.64c.444-.226.924-.32%201.47-.365c.531-.043%201.187-.043%202-.043m1.482%2020h3.5V17a.25.25%200%200%200-.25-.25h-3a.25.25%200%200%200-.25.25z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.25%2013a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m2.5-3a.75.75%200%200%201-.75.75h-1a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75M12%207.75a.75.75%200%200%200%200-1.5h-1a.75.75%200%200%200%200%201.5zM7.75%2010a.75.75%200%200%201-.75.75H6a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75M7%207.75a.75.75%200%200%200%200-1.5H6a.75.75%200%200%200%200%201.5zM7.75%2013a.75.75%200%200%201-.75.75H6a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.165%2012.417c.804.403%201.585%201.099%201.585%202.089v5.277c0%201.063-.711%201.825-1.57%202.28c-.86.458-1.99.687-3.179.687s-2.318-.229-3.18-.686c-.858-.456-1.57-1.218-1.57-2.28V17.25l-.001-2.745c0-.99.781-1.686%201.585-2.089c.849-.425%201.969-.667%203.165-.667s2.316.242%203.165.667m-.673%201.34c-.599-.3-1.479-.507-2.492-.507s-1.893.207-2.492.508c-.644.323-.758.63-.758.748s.114.425.758.748c.599.3%201.479.507%202.492.507s1.893-.207%202.492-.507c.644-.323.758-.63.758-.748s-.114-.425-.758-.748M19%2017.262c1.106%200%202.263-.189%203.25-.71v.702c0%20.296-.184.642-.773.956c-.586.31-1.457.511-2.477.511s-1.89-.2-2.476-.511c-.572-.304-.762-.64-.773-.93v-.728c.987.521%202.144.71%203.249.71m3.25%202.234c-.876.488-2.028.725-3.25.725c-1.22%200-2.372-.237-3.248-.724v.287c0%20.296.183.643.773.956c.586.311%201.456.511%202.476.511s1.89-.2%202.476-.511c.59-.313.773-.66.773-.956z%22%20clip-rule%3D%22evenodd%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/building-coins.svg?color=%231a73e8&size=48

Building Coins outline icon — Reicon · IconsDB