product categories icon
product-categories from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- product-categories
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the product categories icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 30h-8c-1.102 0-2-.897-2-2V17.48c0-.61.273-1.18.75-1.561l4-3.2a1.99 1.99 0 0 1 2.5 0l4 3.2c.477.382.75.95.75 1.561V28c0 1.103-.897 2-2 2m-4-15.72l-4 3.2V28h8V17.48zM15 28H4c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h22c1.103 0 2 .897 2 2v6h-2V4h-6v6c0 1.103-.897 2-2 2h-6c-1.103 0-2-.897-2-2V4H4v22h11zM12 4v6h6V4zm14 16a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
React
import type { SVGProps } from "react";
export function CarbonProductCategories(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="M28 30h-8c-1.102 0-2-.897-2-2V17.48c0-.61.273-1.18.75-1.561l4-3.2a1.99 1.99 0 0 1 2.5 0l4 3.2c.477.382.75.95.75 1.561V28c0 1.103-.897 2-2 2m-4-15.72l-4 3.2V28h8V17.48zM15 28H4c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h22c1.103 0 2 .897 2 2v6h-2V4h-6v6c0 1.103-.897 2-2 2h-6c-1.103 0-2-.897-2-2V4H4v22h11zM12 4v6h6V4zm14 16a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 30h-8c-1.102 0-2-.897-2-2V17.48c0-.61.273-1.18.75-1.561l4-3.2a1.99 1.99 0 0 1 2.5 0l4 3.2c.477.382.75.95.75 1.561V28c0 1.103-.897 2-2 2m-4-15.72l-4 3.2V28h8V17.48zM15 28H4c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h22c1.103 0 2 .897 2 2v6h-2V4h-6v6c0 1.103-.897 2-2 2h-6c-1.103 0-2-.897-2-2V4H4v22h11zM12 4v6h6V4zm14 16a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg> </template>
CSS
.icon-product-categories {
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%22M28%2030h-8c-1.102%200-2-.897-2-2V17.48c0-.61.273-1.18.75-1.561l4-3.2a1.99%201.99%200%200%201%202.5%200l4%203.2c.477.382.75.95.75%201.561V28c0%201.103-.897%202-2%202m-4-15.72l-4%203.2V28h8V17.48zM15%2028H4c-1.103%200-2-.897-2-2V4c0-1.103.897-2%202-2h22c1.103%200%202%20.897%202%202v6h-2V4h-6v6c0%201.103-.897%202-2%202h-6c-1.103%200-2-.897-2-2V4H4v22h11zM12%204v6h6V4zm14%2016a2%202%200%201%200-4%200a2%202%200%200%200%204%200%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%22M28%2030h-8c-1.102%200-2-.897-2-2V17.48c0-.61.273-1.18.75-1.561l4-3.2a1.99%201.99%200%200%201%202.5%200l4%203.2c.477.382.75.95.75%201.561V28c0%201.103-.897%202-2%202m-4-15.72l-4%203.2V28h8V17.48zM15%2028H4c-1.103%200-2-.897-2-2V4c0-1.103.897-2%202-2h22c1.103%200%202%20.897%202%202v6h-2V4h-6v6c0%201.103-.897%202-2%202h-6c-1.103%200-2-.897-2-2V4H4v22h11zM12%204v6h6V4zm14%2016a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/product-categories.svg?color=%231a73e8&size=48