data categorical icon
data-categorical from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- data-categorical
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the data categorical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 30H19a1 1 0 0 1-1-1V19a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1m-9-2h8v-8h-8zM8 30c-3.308 0-6-2.692-6-6s2.692-6 6-6s6 2.692 6 6s-2.692 6-6 6m0-10c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4m14-6H10a1 1 0 0 1-.857-1.515l6.002-10.003C15.338 2.16 15.669 2 16 2s.662.16.855.482l6.002 10.003A1 1 0 0 1 22 14m-10.234-2h8.468L16 4.944z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDataCategorical(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="M29 30H19a1 1 0 0 1-1-1V19a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1m-9-2h8v-8h-8zM8 30c-3.308 0-6-2.692-6-6s2.692-6 6-6s6 2.692 6 6s-2.692 6-6 6m0-10c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4m14-6H10a1 1 0 0 1-.857-1.515l6.002-10.003C15.338 2.16 15.669 2 16 2s.662.16.855.482l6.002 10.003A1 1 0 0 1 22 14m-10.234-2h8.468L16 4.944z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 30H19a1 1 0 0 1-1-1V19a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1m-9-2h8v-8h-8zM8 30c-3.308 0-6-2.692-6-6s2.692-6 6-6s6 2.692 6 6s-2.692 6-6 6m0-10c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4m14-6H10a1 1 0 0 1-.857-1.515l6.002-10.003C15.338 2.16 15.669 2 16 2s.662.16.855.482l6.002 10.003A1 1 0 0 1 22 14m-10.234-2h8.468L16 4.944z"/></svg> </template>
CSS
.icon-data-categorical {
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%22M29%2030H19a1%201%200%200%201-1-1V19a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201m-9-2h8v-8h-8zM8%2030c-3.308%200-6-2.692-6-6s2.692-6%206-6s6%202.692%206%206s-2.692%206-6%206m0-10c-2.206%200-4%201.794-4%204s1.794%204%204%204s4-1.794%204-4s-1.794-4-4-4m14-6H10a1%201%200%200%201-.857-1.515l6.002-10.003C15.338%202.16%2015.669%202%2016%202s.662.16.855.482l6.002%2010.003A1%201%200%200%201%2022%2014m-10.234-2h8.468L16%204.944z%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%22M29%2030H19a1%201%200%200%201-1-1V19a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201m-9-2h8v-8h-8zM8%2030c-3.308%200-6-2.692-6-6s2.692-6%206-6s6%202.692%206%206s-2.692%206-6%206m0-10c-2.206%200-4%201.794-4%204s1.794%204%204%204s4-1.794%204-4s-1.794-4-4-4m14-6H10a1%201%200%200%201-.857-1.515l6.002-10.003C15.338%202.16%2015.669%202%2016%202s.662.16.855.482l6.002%2010.003A1%201%200%200%201%2022%2014m-10.234-2h8.468L16%204.944z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/data-categorical.svg?color=%231a73e8&size=48