category and icon

category-and from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
category-and
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the category and icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 30v-4h11v4h2v-4h11v4h2v-4a2 2 0 0 0-2-2H17v-5h-2v5H4a2 2 0 0 0-2 2v4Zm16.695-16.014A10.1 10.1 0 0 0 21.946 10H23V8h-3v1a9.3 9.3 0 0 1-.664 3.27L16.65 8.883a5.13 5.13 0 0 0 2.144-2.37a3.25 3.25 0 0 0-.189-2.702a3.38 3.38 0 0 0-2.239-1.706a3.47 3.47 0 0 0-4.222 2.119c-.505 1.552.44 3.116 1.261 4.108a4.73 4.73 0 0 0-2.346 4.828A4.45 4.45 0 0 0 15.427 17h.006a5.78 5.78 0 0 0 3.971-1.423L20.532 17h2.552ZM14.047 4.84A1.32 1.32 0 0 1 15.414 4a2.4 2.4 0 0 1 .521.058a1.4 1.4 0 0 1 .912.702a1.25 1.25 0 0 1 .079 1.042a3.7 3.7 0 0 1-1.682 1.593c-.66-.713-1.435-1.822-1.197-2.554M15.432 15h-.004a2.44 2.44 0 0 1-2.392-2.15a2.826 2.826 0 0 1 1.81-3.026l3.312 4.179a3.9 3.9 0 0 1-2.726.997"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCategoryAnd(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="M4 30v-4h11v4h2v-4h11v4h2v-4a2 2 0 0 0-2-2H17v-5h-2v5H4a2 2 0 0 0-2 2v4Zm16.695-16.014A10.1 10.1 0 0 0 21.946 10H23V8h-3v1a9.3 9.3 0 0 1-.664 3.27L16.65 8.883a5.13 5.13 0 0 0 2.144-2.37a3.25 3.25 0 0 0-.189-2.702a3.38 3.38 0 0 0-2.239-1.706a3.47 3.47 0 0 0-4.222 2.119c-.505 1.552.44 3.116 1.261 4.108a4.73 4.73 0 0 0-2.346 4.828A4.45 4.45 0 0 0 15.427 17h.006a5.78 5.78 0 0 0 3.971-1.423L20.532 17h2.552ZM14.047 4.84A1.32 1.32 0 0 1 15.414 4a2.4 2.4 0 0 1 .521.058a1.4 1.4 0 0 1 .912.702a1.25 1.25 0 0 1 .079 1.042a3.7 3.7 0 0 1-1.682 1.593c-.66-.713-1.435-1.822-1.197-2.554M15.432 15h-.004a2.44 2.44 0 0 1-2.392-2.15a2.826 2.826 0 0 1 1.81-3.026l3.312 4.179a3.9 3.9 0 0 1-2.726.997"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 30v-4h11v4h2v-4h11v4h2v-4a2 2 0 0 0-2-2H17v-5h-2v5H4a2 2 0 0 0-2 2v4Zm16.695-16.014A10.1 10.1 0 0 0 21.946 10H23V8h-3v1a9.3 9.3 0 0 1-.664 3.27L16.65 8.883a5.13 5.13 0 0 0 2.144-2.37a3.25 3.25 0 0 0-.189-2.702a3.38 3.38 0 0 0-2.239-1.706a3.47 3.47 0 0 0-4.222 2.119c-.505 1.552.44 3.116 1.261 4.108a4.73 4.73 0 0 0-2.346 4.828A4.45 4.45 0 0 0 15.427 17h.006a5.78 5.78 0 0 0 3.971-1.423L20.532 17h2.552ZM14.047 4.84A1.32 1.32 0 0 1 15.414 4a2.4 2.4 0 0 1 .521.058a1.4 1.4 0 0 1 .912.702a1.25 1.25 0 0 1 .079 1.042a3.7 3.7 0 0 1-1.682 1.593c-.66-.713-1.435-1.822-1.197-2.554M15.432 15h-.004a2.44 2.44 0 0 1-2.392-2.15a2.826 2.826 0 0 1 1.81-3.026l3.312 4.179a3.9 3.9 0 0 1-2.726.997"/></svg>
</template>

CSS

.icon-category-and {
  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%22M4%2030v-4h11v4h2v-4h11v4h2v-4a2%202%200%200%200-2-2H17v-5h-2v5H4a2%202%200%200%200-2%202v4Zm16.695-16.014A10.1%2010.1%200%200%200%2021.946%2010H23V8h-3v1a9.3%209.3%200%200%201-.664%203.27L16.65%208.883a5.13%205.13%200%200%200%202.144-2.37a3.25%203.25%200%200%200-.189-2.702a3.38%203.38%200%200%200-2.239-1.706a3.47%203.47%200%200%200-4.222%202.119c-.505%201.552.44%203.116%201.261%204.108a4.73%204.73%200%200%200-2.346%204.828A4.45%204.45%200%200%200%2015.427%2017h.006a5.78%205.78%200%200%200%203.971-1.423L20.532%2017h2.552ZM14.047%204.84A1.32%201.32%200%200%201%2015.414%204a2.4%202.4%200%200%201%20.521.058a1.4%201.4%200%200%201%20.912.702a1.25%201.25%200%200%201%20.079%201.042a3.7%203.7%200%200%201-1.682%201.593c-.66-.713-1.435-1.822-1.197-2.554M15.432%2015h-.004a2.44%202.44%200%200%201-2.392-2.15a2.826%202.826%200%200%201%201.81-3.026l3.312%204.179a3.9%203.9%200%200%201-2.726.997%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%22M4%2030v-4h11v4h2v-4h11v4h2v-4a2%202%200%200%200-2-2H17v-5h-2v5H4a2%202%200%200%200-2%202v4Zm16.695-16.014A10.1%2010.1%200%200%200%2021.946%2010H23V8h-3v1a9.3%209.3%200%200%201-.664%203.27L16.65%208.883a5.13%205.13%200%200%200%202.144-2.37a3.25%203.25%200%200%200-.189-2.702a3.38%203.38%200%200%200-2.239-1.706a3.47%203.47%200%200%200-4.222%202.119c-.505%201.552.44%203.116%201.261%204.108a4.73%204.73%200%200%200-2.346%204.828A4.45%204.45%200%200%200%2015.427%2017h.006a5.78%205.78%200%200%200%203.971-1.423L20.532%2017h2.552ZM14.047%204.84A1.32%201.32%200%200%201%2015.414%204a2.4%202.4%200%200%201%20.521.058a1.4%201.4%200%200%201%20.912.702a1.25%201.25%200%200%201%20.079%201.042a3.7%203.7%200%200%201-1.682%201.593c-.66-.713-1.435-1.822-1.197-2.554M15.432%2015h-.004a2.44%202.44%200%200%201-2.392-2.15a2.826%202.826%200%200%201%201.81-3.026l3.312%204.179a3.9%203.9%200%200%201-2.726.997%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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