organization icon

organization from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
organization
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the organization icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.002 4a1.998 1.998 0 1 1 3.996 0a1.998 1.998 0 0 1-3.996 0M8 3.002a.998.998 0 1 0 0 1.996a.998.998 0 0 0 0-1.996M11 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-9-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 4.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0M4.268 7A2 2 0 0 0 4 8H2v2.5a1.5 1.5 0 0 0 2.096 1.377c.074.331.19.647.34.942A2.5 2.5 0 0 1 1 10.5V8a1 1 0 0 1 1-1zm7.296 5.819A2.5 2.5 0 0 0 15 10.5V8a1 1 0 0 0-1-1h-2.268c.17.294.268.635.268 1h2v2.5a1.5 1.5 0 0 1-2.096 1.377a4 4 0 0 1-.34.942M6 6.999a1 1 0 0 0-1 1V11a3 3 0 1 0 6 0V8a1 1 0 0 0-1-1zm0 1h4V11a2 2 0 1 1-4 0z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconOrganization(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.002 4a1.998 1.998 0 1 1 3.996 0a1.998 1.998 0 0 1-3.996 0M8 3.002a.998.998 0 1 0 0 1.996a.998.998 0 0 0 0-1.996M11 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-9-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 4.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0M4.268 7A2 2 0 0 0 4 8H2v2.5a1.5 1.5 0 0 0 2.096 1.377c.074.331.19.647.34.942A2.5 2.5 0 0 1 1 10.5V8a1 1 0 0 1 1-1zm7.296 5.819A2.5 2.5 0 0 0 15 10.5V8a1 1 0 0 0-1-1h-2.268c.17.294.268.635.268 1h2v2.5a1.5 1.5 0 0 1-2.096 1.377a4 4 0 0 1-.34.942M6 6.999a1 1 0 0 0-1 1V11a3 3 0 1 0 6 0V8a1 1 0 0 0-1-1zm0 1h4V11a2 2 0 1 1-4 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.002 4a1.998 1.998 0 1 1 3.996 0a1.998 1.998 0 0 1-3.996 0M8 3.002a.998.998 0 1 0 0 1.996a.998.998 0 0 0 0-1.996M11 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-9-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 4.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0M4.268 7A2 2 0 0 0 4 8H2v2.5a1.5 1.5 0 0 0 2.096 1.377c.074.331.19.647.34.942A2.5 2.5 0 0 1 1 10.5V8a1 1 0 0 1 1-1zm7.296 5.819A2.5 2.5 0 0 0 15 10.5V8a1 1 0 0 0-1-1h-2.268c.17.294.268.635.268 1h2v2.5a1.5 1.5 0 0 1-2.096 1.377a4 4 0 0 1-.34.942M6 6.999a1 1 0 0 0-1 1V11a3 3 0 1 0 6 0V8a1 1 0 0 0-1-1zm0 1h4V11a2 2 0 1 1-4 0z"/></svg>
</template>

CSS

.icon-organization {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.002%204a1.998%201.998%200%201%201%203.996%200a1.998%201.998%200%200%201-3.996%200M8%203.002a.998.998%200%201%200%200%201.996a.998.998%200%200%200%200-1.996M11%204.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.5-.5a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-9-1a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M3%204.5a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200M4.268%207A2%202%200%200%200%204%208H2v2.5a1.5%201.5%200%200%200%202.096%201.377c.074.331.19.647.34.942A2.5%202.5%200%200%201%201%2010.5V8a1%201%200%200%201%201-1zm7.296%205.819A2.5%202.5%200%200%200%2015%2010.5V8a1%201%200%200%200-1-1h-2.268c.17.294.268.635.268%201h2v2.5a1.5%201.5%200%200%201-2.096%201.377a4%204%200%200%201-.34.942M6%206.999a1%201%200%200%200-1%201V11a3%203%200%201%200%206%200V8a1%201%200%200%200-1-1zm0%201h4V11a2%202%200%201%201-4%200z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.002%204a1.998%201.998%200%201%201%203.996%200a1.998%201.998%200%200%201-3.996%200M8%203.002a.998.998%200%201%200%200%201.996a.998.998%200%200%200%200-1.996M11%204.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.5-.5a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-9-1a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M3%204.5a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200M4.268%207A2%202%200%200%200%204%208H2v2.5a1.5%201.5%200%200%200%202.096%201.377c.074.331.19.647.34.942A2.5%202.5%200%200%201%201%2010.5V8a1%201%200%200%201%201-1zm7.296%205.819A2.5%202.5%200%200%200%2015%2010.5V8a1%201%200%200%200-1-1h-2.268c.17.294.268.635.268%201h2v2.5a1.5%201.5%200%200%201-2.096%201.377a4%204%200%200%201-.34.942M6%206.999a1%201%200%200%200-1%201V11a3%203%200%201%200%206%200V8a1%201%200%200%200-1-1zm0%201h4V11a2%202%200%201%201-4%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/organization.svg?color=%231a73e8&size=48