organisation icon

organisation from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
organisation
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

Use the organisation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 15h2v2h-2zm2-4h-2v2h2z"/><path fill-rule="evenodd" d="M13 7h10v14H1V3h12zM8 5h3v2H8zm3 14v-2H8v2zm0-4v-2H8v2zm0-4V9H8v2zm10 8V9h-8v2h2v2h-2v2h2v2h-2v2zM3 19v-2h3v2zm0-4h3v-2H3zm3-4V9H3v2zM3 7h3V5H3z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function GgOrganisation(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 d="M17 15h2v2h-2zm2-4h-2v2h2z"/><path fillRule="evenodd" d="M13 7h10v14H1V3h12zM8 5h3v2H8zm3 14v-2H8v2zm0-4v-2H8v2zm0-4V9H8v2zm10 8V9h-8v2h2v2h-2v2h2v2h-2v2zM3 19v-2h3v2zm0-4h3v-2H3zm3-4V9H3v2zM3 7h3V5H3z" 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 d="M17 15h2v2h-2zm2-4h-2v2h2z"/><path fill-rule="evenodd" d="M13 7h10v14H1V3h12zM8 5h3v2H8zm3 14v-2H8v2zm0-4v-2H8v2zm0-4V9H8v2zm10 8V9h-8v2h2v2h-2v2h2v2h-2v2zM3 19v-2h3v2zm0-4h3v-2H3zm3-4V9H3v2zM3 7h3V5H3z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-organisation {
  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%20d%3D%22M17%2015h2v2h-2zm2-4h-2v2h2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%207h10v14H1V3h12zM8%205h3v2H8zm3%2014v-2H8v2zm0-4v-2H8v2zm0-4V9H8v2zm10%208V9h-8v2h2v2h-2v2h2v2h-2v2zM3%2019v-2h3v2zm0-4h3v-2H3zm3-4V9H3v2zM3%207h3V5H3z%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%20d%3D%22M17%2015h2v2h-2zm2-4h-2v2h2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%207h10v14H1V3h12zM8%205h3v2H8zm3%2014v-2H8v2zm0-4v-2H8v2zm0-4V9H8v2zm10%208V9h-8v2h2v2h-2v2h2v2h-2v2zM3%2019v-2h3v2zm0-4h3v-2H3zm3-4V9H3v2zM3%207h3V5H3z%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/gg/organisation.svg?color=%231a73e8&size=48