facility group icon

facility-group from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
facility-group
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the facility group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-4.34 0-7.94 3.22-8.55 7.39A8.29 8.29 0 0 0 3 16.73c0 1.79.6 3.57 1.69 5.01c.06.08.19.24.25.32l6.35 7.49l3.31-3.9l-1.53-1.29l-1.78 2.1l-4.81-5.67l-.19-.25A6.37 6.37 0 0 1 5 16.73c0-1.96.92-3.79 2.43-4.96c.2 1.47.79 2.89 1.7 4.1c.06.08.19.24.25.32l6.62 7.8l1.3-1.54l-6.38-7.53l-.2-.27a6.67 6.67 0 0 1-1.36-4.01A6.65 6.65 0 0 1 16 4c3.09 0 5.7 2.13 6.43 5h2.05C23.71 5.02 20.2 2 16 2m6 10c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m-6-7a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFacilityGroup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-4.34 0-7.94 3.22-8.55 7.39A8.29 8.29 0 0 0 3 16.73c0 1.79.6 3.57 1.69 5.01c.06.08.19.24.25.32l6.35 7.49l3.31-3.9l-1.53-1.29l-1.78 2.1l-4.81-5.67l-.19-.25A6.37 6.37 0 0 1 5 16.73c0-1.96.92-3.79 2.43-4.96c.2 1.47.79 2.89 1.7 4.1c.06.08.19.24.25.32l6.62 7.8l1.3-1.54l-6.38-7.53l-.2-.27a6.67 6.67 0 0 1-1.36-4.01A6.65 6.65 0 0 1 16 4c3.09 0 5.7 2.13 6.43 5h2.05C23.71 5.02 20.2 2 16 2m6 10c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m-6-7a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-4.34 0-7.94 3.22-8.55 7.39A8.29 8.29 0 0 0 3 16.73c0 1.79.6 3.57 1.69 5.01c.06.08.19.24.25.32l6.35 7.49l3.31-3.9l-1.53-1.29l-1.78 2.1l-4.81-5.67l-.19-.25A6.37 6.37 0 0 1 5 16.73c0-1.96.92-3.79 2.43-4.96c.2 1.47.79 2.89 1.7 4.1c.06.08.19.24.25.32l6.62 7.8l1.3-1.54l-6.38-7.53l-.2-.27a6.67 6.67 0 0 1-1.36-4.01A6.65 6.65 0 0 1 16 4c3.09 0 5.7 2.13 6.43 5h2.05C23.71 5.02 20.2 2 16 2m6 10c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m-6-7a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
</template>

CSS

.icon-facility-group {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-4.34%200-7.94%203.22-8.55%207.39A8.29%208.29%200%200%200%203%2016.73c0%201.79.6%203.57%201.69%205.01c.06.08.19.24.25.32l6.35%207.49l3.31-3.9l-1.53-1.29l-1.78%202.1l-4.81-5.67l-.19-.25A6.37%206.37%200%200%201%205%2016.73c0-1.96.92-3.79%202.43-4.96c.2%201.47.79%202.89%201.7%204.1c.06.08.19.24.25.32l6.62%207.8l1.3-1.54l-6.38-7.53l-.2-.27a6.67%206.67%200%200%201-1.36-4.01A6.65%206.65%200%200%201%2016%204c3.09%200%205.7%202.13%206.43%205h2.05C23.71%205.02%2020.2%202%2016%202m6%2010c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m0%206c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m-6-7a2%202%200%201%201%200-4a2%202%200%200%201%200%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-4.34%200-7.94%203.22-8.55%207.39A8.29%208.29%200%200%200%203%2016.73c0%201.79.6%203.57%201.69%205.01c.06.08.19.24.25.32l6.35%207.49l3.31-3.9l-1.53-1.29l-1.78%202.1l-4.81-5.67l-.19-.25A6.37%206.37%200%200%201%205%2016.73c0-1.96.92-3.79%202.43-4.96c.2%201.47.79%202.89%201.7%204.1c.06.08.19.24.25.32l6.62%207.8l1.3-1.54l-6.38-7.53l-.2-.27a6.67%206.67%200%200%201-1.36-4.01A6.65%206.65%200%200%201%2016%204c3.09%200%205.7%202.13%206.43%205h2.05C23.71%205.02%2020.2%202%2016%202m6%2010c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m0%206c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m-6-7a2%202%200%201%201%200-4a2%202%200%200%201%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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