organization icon

organization from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
organization
Set
Octicons
Style
Regular
Viewbox
16×16
License
MIT

2 other variants in Octicons

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-rule="evenodd" d="M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1c0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3c.058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3c-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3c.058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3c-.229.59 0 1 0 1s3.005 1.366 3.005 4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonOrganization(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1c0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3c.058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3c-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3c.058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3c-.229.59 0 1 0 1s3.005 1.366 3.005 4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1c0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3c.058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3c-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3c.058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3c-.229.59 0 1 0 1s3.005 1.366 3.005 4z" fill="currentColor"/></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-rule%3D%22evenodd%22%20d%3D%22M16%2012.999c0%20.439-.45%201-1%201H7.995c-.539%200-.994-.447-.995-.999H1c-.54%200-1-.561-1-1c0-2.634%203-4%203-4s.229-.409%200-1c-.841-.621-1.058-.59-1-3c.058-2.419%201.367-3%202.5-3s2.442.58%202.5%203c.058%202.41-.159%202.379-1%203c-.229.59%200%201%200%201s1.549.711%202.42%202.088C9.196%209.369%2010%208.999%2010%208.999s.229-.409%200-1c-.841-.62-1.058-.59-1-3c.058-2.419%201.367-3%202.5-3s2.437.581%202.495%203c.059%202.41-.158%202.38-1%203c-.229.59%200%201%200%201s3.005%201.366%203.005%204z%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2012.999c0%20.439-.45%201-1%201H7.995c-.539%200-.994-.447-.995-.999H1c-.54%200-1-.561-1-1c0-2.634%203-4%203-4s.229-.409%200-1c-.841-.621-1.058-.59-1-3c.058-2.419%201.367-3%202.5-3s2.442.58%202.5%203c.058%202.41-.159%202.379-1%203c-.229.59%200%201%200%201s1.549.711%202.42%202.088C9.196%209.369%2010%208.999%2010%208.999s.229-.409%200-1c-.841-.62-1.058-.59-1-3c.058-2.419%201.367-3%202.5-3s2.437.581%202.495%203c.059%202.41-.158%202.38-1%203c-.229.59%200%201%200%201s3.005%201.366%203.005%204z%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/octicon/organization.svg?color=%231a73e8&size=48