category icon

category-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
category-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All category icons →

More newicons icons from Reicon

Use the category icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.24 2h-1.9C3.15 2 2 3.15 2 5.33v1.9c0 2.18 1.15 3.33 3.33 3.33h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9C10.57 3.15 9.42 2 7.24 2m11.43 0h-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 2m0 11.43h-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.9c0-2.18-1.15-3.33-3.33-3.33m-11.43 0h-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.34"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCategoryFilled(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="M7.24 2h-1.9C3.15 2 2 3.15 2 5.33v1.9c0 2.18 1.15 3.33 3.33 3.33h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9C10.57 3.15 9.42 2 7.24 2m11.43 0h-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 2m0 11.43h-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.9c0-2.18-1.15-3.33-3.33-3.33m-11.43 0h-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.34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.24 2h-1.9C3.15 2 2 3.15 2 5.33v1.9c0 2.18 1.15 3.33 3.33 3.33h1.9c2.18 0 3.33-1.15 3.33-3.33v-1.9C10.57 3.15 9.42 2 7.24 2m11.43 0h-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 2m0 11.43h-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.9c0-2.18-1.15-3.33-3.33-3.33m-11.43 0h-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.34"/></svg>
</template>

CSS

.icon-category-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%22M7.24%202h-1.9C3.15%202%202%203.15%202%205.33v1.9c0%202.18%201.15%203.33%203.33%203.33h1.9c2.18%200%203.33-1.15%203.33-3.33v-1.9C10.57%203.15%209.42%202%207.24%202m11.43%200h-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%202m0%2011.43h-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.9c0-2.18-1.15-3.33-3.33-3.33m-11.43%200h-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.34%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%22M7.24%202h-1.9C3.15%202%202%203.15%202%205.33v1.9c0%202.18%201.15%203.33%203.33%203.33h1.9c2.18%200%203.33-1.15%203.33-3.33v-1.9C10.57%203.15%209.42%202%207.24%202m11.43%200h-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%202m0%2011.43h-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.9c0-2.18-1.15-3.33-3.33-3.33m-11.43%200h-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.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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