bxs institution icon
bxs-institution from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-institution
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs institution icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.857 8.485l-3-5A.997.997 0 0 0 18 3h-4.586l-.707-.707a.999.999 0 0 0-1.414 0L10.586 3H6a.997.997 0 0 0-.857.485l-3 5A1.001 1.001 0 0 0 2.002 9H2v10a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9h-.002c0-.178-.046-.356-.141-.515zM20 18h-6v-4h-4v4H4v-8h2.414l.293-.293l2-2L12 4.414l4.293 4.293l1 1l.293.293H20v8z" fill="currentColor"/><circle cx="11.895" cy="9.895" r="2.105" fill="currentColor"/><path d="M6 12h2v3H6zm10 0h2v3h-2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsInstitution(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.857 8.485l-3-5A.997.997 0 0 0 18 3h-4.586l-.707-.707a.999.999 0 0 0-1.414 0L10.586 3H6a.997.997 0 0 0-.857.485l-3 5A1.001 1.001 0 0 0 2.002 9H2v10a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9h-.002c0-.178-.046-.356-.141-.515zM20 18h-6v-4h-4v4H4v-8h2.414l.293-.293l2-2L12 4.414l4.293 4.293l1 1l.293.293H20v8z" fill="currentColor"/><circle cx="11.895" cy="9.895" r="2.105" fill="currentColor"/><path d="M6 12h2v3H6zm10 0h2v3h-2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.857 8.485l-3-5A.997.997 0 0 0 18 3h-4.586l-.707-.707a.999.999 0 0 0-1.414 0L10.586 3H6a.997.997 0 0 0-.857.485l-3 5A1.001 1.001 0 0 0 2.002 9H2v10a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9h-.002c0-.178-.046-.356-.141-.515zM20 18h-6v-4h-4v4H4v-8h2.414l.293-.293l2-2L12 4.414l4.293 4.293l1 1l.293.293H20v8z" fill="currentColor"/><circle cx="11.895" cy="9.895" r="2.105" fill="currentColor"/><path d="M6 12h2v3H6zm10 0h2v3h-2z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-institution {
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%20d%3D%22M21.857%208.485l-3-5A.997.997%200%200%200%2018%203h-4.586l-.707-.707a.999.999%200%200%200-1.414%200L10.586%203H6a.997.997%200%200%200-.857.485l-3%205A1.001%201.001%200%200%200%202.002%209H2v10a1%201%200%200%200%201%201h18a1%201%200%200%200%201-1V9h-.002c0-.178-.046-.356-.141-.515zM20%2018h-6v-4h-4v4H4v-8h2.414l.293-.293l2-2L12%204.414l4.293%204.293l1%201l.293.293H20v8z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211.895%22%20cy%3D%229.895%22%20r%3D%222.105%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6%2012h2v3H6zm10%200h2v3h-2z%22%20fill%3D%22currentColor%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%20d%3D%22M21.857%208.485l-3-5A.997.997%200%200%200%2018%203h-4.586l-.707-.707a.999.999%200%200%200-1.414%200L10.586%203H6a.997.997%200%200%200-.857.485l-3%205A1.001%201.001%200%200%200%202.002%209H2v10a1%201%200%200%200%201%201h18a1%201%200%200%200%201-1V9h-.002c0-.178-.046-.356-.141-.515zM20%2018h-6v-4h-4v4H4v-8h2.414l.293-.293l2-2L12%204.414l4.293%204.293l1%201l.293.293H20v8z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211.895%22%20cy%3D%229.895%22%20r%3D%222.105%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6%2012h2v3H6zm10%200h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-institution.svg?color=%231a73e8&size=48