Category Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Category icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307641.svg" alt="Category icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307641.svg" alt="Category icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307641.svg" alt="Category icon" :width="24" :height="24" />
CSS background
.icon-category {
background-image: url('https://proicons.com/icon/307641.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="17" cy="7" r="3" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> <circle cx="7" cy="17" r="3" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 14H20V19C20 19.5523 19.5523 20 19 20H15C14.4477 20 14 19.5523 14 19V14Z" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 4H10V9C10 9.55228 9.55228 10 9 10H5C4.44772 10 4 9.55228 4 9V4Z" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Category in other icon packs
Copied!