category2 icon
category2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- category2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the category2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.67 2h-1.9c-2.18 0-3.33 1.15-3.33 3.33v1.9c0 2.18 1.15 3.33 3.33 3.33h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9C22 3.15 20.85 2 18.67 2M7.24 13.43h-1.9C3.15 13.43 2 14.58 2 16.76v1.9C2 20.85 3.15 22 5.33 22h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9c.01-2.19-1.14-3.34-3.32-3.34m-.95-2.85a4.29 4.29 0 1 0 0-8.58a4.29 4.29 0 0 0 0 8.58m11.42 11.422a4.29 4.29 0 1 0 0-8.58a4.29 4.29 0 0 0 0 8.58"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCategory2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.67 2h-1.9c-2.18 0-3.33 1.15-3.33 3.33v1.9c0 2.18 1.15 3.33 3.33 3.33h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9C22 3.15 20.85 2 18.67 2M7.24 13.43h-1.9C3.15 13.43 2 14.58 2 16.76v1.9C2 20.85 3.15 22 5.33 22h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9c.01-2.19-1.14-3.34-3.32-3.34m-.95-2.85a4.29 4.29 0 1 0 0-8.58a4.29 4.29 0 0 0 0 8.58m11.42 11.422a4.29 4.29 0 1 0 0-8.58a4.29 4.29 0 0 0 0 8.58"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.67 2h-1.9c-2.18 0-3.33 1.15-3.33 3.33v1.9c0 2.18 1.15 3.33 3.33 3.33h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9C22 3.15 20.85 2 18.67 2M7.24 13.43h-1.9C3.15 13.43 2 14.58 2 16.76v1.9C2 20.85 3.15 22 5.33 22h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9c.01-2.19-1.14-3.34-3.32-3.34m-.95-2.85a4.29 4.29 0 1 0 0-8.58a4.29 4.29 0 0 0 0 8.58m11.42 11.422a4.29 4.29 0 1 0 0-8.58a4.29 4.29 0 0 0 0 8.58"/></svg> </template>
CSS
.icon-category2-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.67%202h-1.9c-2.18%200-3.33%201.15-3.33%203.33v1.9c0%202.18%201.15%203.33%203.33%203.33h1.9c2.18%200%203.33-1.15%203.33-3.33v-1.9C22%203.15%2020.85%202%2018.67%202M7.24%2013.43h-1.9C3.15%2013.43%202%2014.58%202%2016.76v1.9C2%2020.85%203.15%2022%205.33%2022h1.9c2.18%200%203.33-1.15%203.33-3.33v-1.9c.01-2.19-1.14-3.34-3.32-3.34m-.95-2.85a4.29%204.29%200%201%200%200-8.58a4.29%204.29%200%200%200%200%208.58m11.42%2011.422a4.29%204.29%200%201%200%200-8.58a4.29%204.29%200%200%200%200%208.58%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.67%202h-1.9c-2.18%200-3.33%201.15-3.33%203.33v1.9c0%202.18%201.15%203.33%203.33%203.33h1.9c2.18%200%203.33-1.15%203.33-3.33v-1.9C22%203.15%2020.85%202%2018.67%202M7.24%2013.43h-1.9C3.15%2013.43%202%2014.58%202%2016.76v1.9C2%2020.85%203.15%2022%205.33%2022h1.9c2.18%200%203.33-1.15%203.33-3.33v-1.9c.01-2.19-1.14-3.34-3.32-3.34m-.95-2.85a4.29%204.29%200%201%200%200-8.58a4.29%204.29%200%200%200%200%208.58m11.42%2011.422a4.29%204.29%200%201%200%200-8.58a4.29%204.29%200%200%200%200%208.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/category2-filled.svg?color=%231a73e8&size=48