classification icon
classification-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- classification-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M22.072 2a3.93 3.93 0 0 1 1.986 7.318l-5.103 2.992l2.95 2.952a3.75 3.75 0 0 1 0 5.302l-3.075 3.077a1.25 1.25 0 0 1-1.767 0l-.617-.618l-2.174 2.174a2.75 2.75 0 0 1-3.889 0L2.806 17.62a2.75 2.75 0 0 1 0-3.889l2.173-2.174l-.612-.613a1.25 1.25 0 0 1 0-1.767L7.442 6.1a3.75 3.75 0 0 1 5.304 0l2.944 2.944l2.992-5.103A3.93 3.93 0 0 1 22.072 2M3.867 14.792a1.25 1.25 0 0 0 0 1.768l7.577 7.577a1.25 1.25 0 0 0 1.767 0l2.174-2.174l-9.344-9.345zM22.072 3.5a2.43 2.43 0 0 0-2.096 1.2l-3.19 5.442l1.072 1.07L23.3 8.025A2.43 2.43 0 0 0 22.072 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentClassification28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.072 2a3.93 3.93 0 0 1 1.986 7.318l-5.103 2.992l2.95 2.952a3.75 3.75 0 0 1 0 5.302l-3.075 3.077a1.25 1.25 0 0 1-1.767 0l-.617-.618l-2.174 2.174a2.75 2.75 0 0 1-3.889 0L2.806 17.62a2.75 2.75 0 0 1 0-3.889l2.173-2.174l-.612-.613a1.25 1.25 0 0 1 0-1.767L7.442 6.1a3.75 3.75 0 0 1 5.304 0l2.944 2.944l2.992-5.103A3.93 3.93 0 0 1 22.072 2M3.867 14.792a1.25 1.25 0 0 0 0 1.768l7.577 7.577a1.25 1.25 0 0 0 1.767 0l2.174-2.174l-9.344-9.345zM22.072 3.5a2.43 2.43 0 0 0-2.096 1.2l-3.19 5.442l1.072 1.07L23.3 8.025A2.43 2.43 0 0 0 22.072 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.072 2a3.93 3.93 0 0 1 1.986 7.318l-5.103 2.992l2.95 2.952a3.75 3.75 0 0 1 0 5.302l-3.075 3.077a1.25 1.25 0 0 1-1.767 0l-.617-.618l-2.174 2.174a2.75 2.75 0 0 1-3.889 0L2.806 17.62a2.75 2.75 0 0 1 0-3.889l2.173-2.174l-.612-.613a1.25 1.25 0 0 1 0-1.767L7.442 6.1a3.75 3.75 0 0 1 5.304 0l2.944 2.944l2.992-5.103A3.93 3.93 0 0 1 22.072 2M3.867 14.792a1.25 1.25 0 0 0 0 1.768l7.577 7.577a1.25 1.25 0 0 0 1.767 0l2.174-2.174l-9.344-9.345zM22.072 3.5a2.43 2.43 0 0 0-2.096 1.2l-3.19 5.442l1.072 1.07L23.3 8.025A2.43 2.43 0 0 0 22.072 3.5"/></svg> </template>
CSS
.icon-classification-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.072%202a3.93%203.93%200%200%201%201.986%207.318l-5.103%202.992l2.95%202.952a3.75%203.75%200%200%201%200%205.302l-3.075%203.077a1.25%201.25%200%200%201-1.767%200l-.617-.618l-2.174%202.174a2.75%202.75%200%200%201-3.889%200L2.806%2017.62a2.75%202.75%200%200%201%200-3.889l2.173-2.174l-.612-.613a1.25%201.25%200%200%201%200-1.767L7.442%206.1a3.75%203.75%200%200%201%205.304%200l2.944%202.944l2.992-5.103A3.93%203.93%200%200%201%2022.072%202M3.867%2014.792a1.25%201.25%200%200%200%200%201.768l7.577%207.577a1.25%201.25%200%200%200%201.767%200l2.174-2.174l-9.344-9.345zM22.072%203.5a2.43%202.43%200%200%200-2.096%201.2l-3.19%205.442l1.072%201.07L23.3%208.025A2.43%202.43%200%200%200%2022.072%203.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.072%202a3.93%203.93%200%200%201%201.986%207.318l-5.103%202.992l2.95%202.952a3.75%203.75%200%200%201%200%205.302l-3.075%203.077a1.25%201.25%200%200%201-1.767%200l-.617-.618l-2.174%202.174a2.75%202.75%200%200%201-3.889%200L2.806%2017.62a2.75%202.75%200%200%201%200-3.889l2.173-2.174l-.612-.613a1.25%201.25%200%200%201%200-1.767L7.442%206.1a3.75%203.75%200%200%201%205.304%200l2.944%202.944l2.992-5.103A3.93%203.93%200%200%201%2022.072%202M3.867%2014.792a1.25%201.25%200%200%200%200%201.768l7.577%207.577a1.25%201.25%200%200%200%201.767%200l2.174-2.174l-9.344-9.345zM22.072%203.5a2.43%202.43%200%200%200-2.096%201.2l-3.19%205.442l1.072%201.07L23.3%208.025A2.43%202.43%200%200%200%2022.072%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/classification-28-filled.svg?color=%231a73e8&size=48