classification icon
classification-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- classification-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
Use the classification icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.214 2a4.787 4.787 0 0 1 2.347 8.957l-4.988 2.805l3.114 3.114a4.5 4.5 0 0 1 0 6.363l-4.104 4.105a1.5 1.5 0 0 1-2.122 0l-.726-.728l-2.429 2.43a3.25 3.25 0 0 1-4.596 0l-8.759-8.758a3.25 3.25 0 0 1 0-4.597l2.43-2.43l-.719-.717a1.5 1.5 0 0 1 0-2.121l4.104-4.105a4.5 4.5 0 0 1 6.364 0l3.108 3.109l2.805-4.988A4.79 4.79 0 0 1 25.214 2M4.366 17.106a1.25 1.25 0 0 0 0 1.768l8.758 8.758a1.25 1.25 0 0 0 1.768 0l2.429-2.43L6.794 14.676zM25.214 4a2.79 2.79 0 0 0-2.428 1.42l-3.08 5.475l1.399 1.399l5.475-3.08A2.786 2.786 0 0 0 25.214 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentClassification32Filled(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="M25.214 2a4.787 4.787 0 0 1 2.347 8.957l-4.988 2.805l3.114 3.114a4.5 4.5 0 0 1 0 6.363l-4.104 4.105a1.5 1.5 0 0 1-2.122 0l-.726-.728l-2.429 2.43a3.25 3.25 0 0 1-4.596 0l-8.759-8.758a3.25 3.25 0 0 1 0-4.597l2.43-2.43l-.719-.717a1.5 1.5 0 0 1 0-2.121l4.104-4.105a4.5 4.5 0 0 1 6.364 0l3.108 3.109l2.805-4.988A4.79 4.79 0 0 1 25.214 2M4.366 17.106a1.25 1.25 0 0 0 0 1.768l8.758 8.758a1.25 1.25 0 0 0 1.768 0l2.429-2.43L6.794 14.676zM25.214 4a2.79 2.79 0 0 0-2.428 1.42l-3.08 5.475l1.399 1.399l5.475-3.08A2.786 2.786 0 0 0 25.214 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.214 2a4.787 4.787 0 0 1 2.347 8.957l-4.988 2.805l3.114 3.114a4.5 4.5 0 0 1 0 6.363l-4.104 4.105a1.5 1.5 0 0 1-2.122 0l-.726-.728l-2.429 2.43a3.25 3.25 0 0 1-4.596 0l-8.759-8.758a3.25 3.25 0 0 1 0-4.597l2.43-2.43l-.719-.717a1.5 1.5 0 0 1 0-2.121l4.104-4.105a4.5 4.5 0 0 1 6.364 0l3.108 3.109l2.805-4.988A4.79 4.79 0 0 1 25.214 2M4.366 17.106a1.25 1.25 0 0 0 0 1.768l8.758 8.758a1.25 1.25 0 0 0 1.768 0l2.429-2.43L6.794 14.676zM25.214 4a2.79 2.79 0 0 0-2.428 1.42l-3.08 5.475l1.399 1.399l5.475-3.08A2.786 2.786 0 0 0 25.214 4"/></svg> </template>
CSS
.icon-classification-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.214%202a4.787%204.787%200%200%201%202.347%208.957l-4.988%202.805l3.114%203.114a4.5%204.5%200%200%201%200%206.363l-4.104%204.105a1.5%201.5%200%200%201-2.122%200l-.726-.728l-2.429%202.43a3.25%203.25%200%200%201-4.596%200l-8.759-8.758a3.25%203.25%200%200%201%200-4.597l2.43-2.43l-.719-.717a1.5%201.5%200%200%201%200-2.121l4.104-4.105a4.5%204.5%200%200%201%206.364%200l3.108%203.109l2.805-4.988A4.79%204.79%200%200%201%2025.214%202M4.366%2017.106a1.25%201.25%200%200%200%200%201.768l8.758%208.758a1.25%201.25%200%200%200%201.768%200l2.429-2.43L6.794%2014.676zM25.214%204a2.79%202.79%200%200%200-2.428%201.42l-3.08%205.475l1.399%201.399l5.475-3.08A2.786%202.786%200%200%200%2025.214%204%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%22M25.214%202a4.787%204.787%200%200%201%202.347%208.957l-4.988%202.805l3.114%203.114a4.5%204.5%200%200%201%200%206.363l-4.104%204.105a1.5%201.5%200%200%201-2.122%200l-.726-.728l-2.429%202.43a3.25%203.25%200%200%201-4.596%200l-8.759-8.758a3.25%203.25%200%200%201%200-4.597l2.43-2.43l-.719-.717a1.5%201.5%200%200%201%200-2.121l4.104-4.105a4.5%204.5%200%200%201%206.364%200l3.108%203.109l2.805-4.988A4.79%204.79%200%200%201%2025.214%202M4.366%2017.106a1.25%201.25%200%200%200%200%201.768l8.758%208.758a1.25%201.25%200%200%200%201.768%200l2.429-2.43L6.794%2014.676zM25.214%204a2.79%202.79%200%200%200-2.428%201.42l-3.08%205.475l1.399%201.399l5.475-3.08A2.786%202.786%200%200%200%2025.214%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/classification-32-filled.svg?color=%231a73e8&size=48