classification icon
classification-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- classification-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M14.572 5.184c.465-.836.994-1.7 1.453-2.159a3.5 3.5 0 1 1 4.95 4.95c-.459.459-1.323.988-2.16 1.453c-.664.369-1.37.73-1.972 1.026l2.208 2.207a3.25 3.25 0 0 1 0 4.597l-2.38 2.378a1.25 1.25 0 0 1-1.767 0l-.406-.405l-2.111 2.111a2.25 2.25 0 0 1-3.182 0l-6.546-6.544a2.25 2.25 0 0 1 0-3.182l2.112-2.112l-.405-.406a1.25 1.25 0 0 1 0-1.768l2.379-2.378a3.25 3.25 0 0 1 4.596 0l2.205 2.205c.297-.602.657-1.309 1.026-1.973m-8.74 5.38L3.72 12.677a.75.75 0 0 0 0 1.06l6.545 6.545a.75.75 0 0 0 1.06 0l2.113-2.112zm12.255-2.447c.86-.478 1.54-.915 1.827-1.203a2 2 0 0 0-2.828-2.828c-.288.288-.725.967-1.203 1.827c-.45.811-.893 1.698-1.215 2.366l1.053 1.053a48 48 0 0 0 2.366-1.215M10.28 6.012a1.75 1.75 0 0 0-2.475 0L5.604 8.214L15.788 18.4l2.202-2.202a1.75 1.75 0 0 0 0-2.475z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClassification24Regular(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="M14.572 5.184c.465-.836.994-1.7 1.453-2.159a3.5 3.5 0 1 1 4.95 4.95c-.459.459-1.323.988-2.16 1.453c-.664.369-1.37.73-1.972 1.026l2.208 2.207a3.25 3.25 0 0 1 0 4.597l-2.38 2.378a1.25 1.25 0 0 1-1.767 0l-.406-.405l-2.111 2.111a2.25 2.25 0 0 1-3.182 0l-6.546-6.544a2.25 2.25 0 0 1 0-3.182l2.112-2.112l-.405-.406a1.25 1.25 0 0 1 0-1.768l2.379-2.378a3.25 3.25 0 0 1 4.596 0l2.205 2.205c.297-.602.657-1.309 1.026-1.973m-8.74 5.38L3.72 12.677a.75.75 0 0 0 0 1.06l6.545 6.545a.75.75 0 0 0 1.06 0l2.113-2.112zm12.255-2.447c.86-.478 1.54-.915 1.827-1.203a2 2 0 0 0-2.828-2.828c-.288.288-.725.967-1.203 1.827c-.45.811-.893 1.698-1.215 2.366l1.053 1.053a48 48 0 0 0 2.366-1.215M10.28 6.012a1.75 1.75 0 0 0-2.475 0L5.604 8.214L15.788 18.4l2.202-2.202a1.75 1.75 0 0 0 0-2.475z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.572 5.184c.465-.836.994-1.7 1.453-2.159a3.5 3.5 0 1 1 4.95 4.95c-.459.459-1.323.988-2.16 1.453c-.664.369-1.37.73-1.972 1.026l2.208 2.207a3.25 3.25 0 0 1 0 4.597l-2.38 2.378a1.25 1.25 0 0 1-1.767 0l-.406-.405l-2.111 2.111a2.25 2.25 0 0 1-3.182 0l-6.546-6.544a2.25 2.25 0 0 1 0-3.182l2.112-2.112l-.405-.406a1.25 1.25 0 0 1 0-1.768l2.379-2.378a3.25 3.25 0 0 1 4.596 0l2.205 2.205c.297-.602.657-1.309 1.026-1.973m-8.74 5.38L3.72 12.677a.75.75 0 0 0 0 1.06l6.545 6.545a.75.75 0 0 0 1.06 0l2.113-2.112zm12.255-2.447c.86-.478 1.54-.915 1.827-1.203a2 2 0 0 0-2.828-2.828c-.288.288-.725.967-1.203 1.827c-.45.811-.893 1.698-1.215 2.366l1.053 1.053a48 48 0 0 0 2.366-1.215M10.28 6.012a1.75 1.75 0 0 0-2.475 0L5.604 8.214L15.788 18.4l2.202-2.202a1.75 1.75 0 0 0 0-2.475z"/></svg> </template>
CSS
.icon-classification-24-regular {
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%22M14.572%205.184c.465-.836.994-1.7%201.453-2.159a3.5%203.5%200%201%201%204.95%204.95c-.459.459-1.323.988-2.16%201.453c-.664.369-1.37.73-1.972%201.026l2.208%202.207a3.25%203.25%200%200%201%200%204.597l-2.38%202.378a1.25%201.25%200%200%201-1.767%200l-.406-.405l-2.111%202.111a2.25%202.25%200%200%201-3.182%200l-6.546-6.544a2.25%202.25%200%200%201%200-3.182l2.112-2.112l-.405-.406a1.25%201.25%200%200%201%200-1.768l2.379-2.378a3.25%203.25%200%200%201%204.596%200l2.205%202.205c.297-.602.657-1.309%201.026-1.973m-8.74%205.38L3.72%2012.677a.75.75%200%200%200%200%201.06l6.545%206.545a.75.75%200%200%200%201.06%200l2.113-2.112zm12.255-2.447c.86-.478%201.54-.915%201.827-1.203a2%202%200%200%200-2.828-2.828c-.288.288-.725.967-1.203%201.827c-.45.811-.893%201.698-1.215%202.366l1.053%201.053a48%2048%200%200%200%202.366-1.215M10.28%206.012a1.75%201.75%200%200%200-2.475%200L5.604%208.214L15.788%2018.4l2.202-2.202a1.75%201.75%200%200%200%200-2.475z%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%22M14.572%205.184c.465-.836.994-1.7%201.453-2.159a3.5%203.5%200%201%201%204.95%204.95c-.459.459-1.323.988-2.16%201.453c-.664.369-1.37.73-1.972%201.026l2.208%202.207a3.25%203.25%200%200%201%200%204.597l-2.38%202.378a1.25%201.25%200%200%201-1.767%200l-.406-.405l-2.111%202.111a2.25%202.25%200%200%201-3.182%200l-6.546-6.544a2.25%202.25%200%200%201%200-3.182l2.112-2.112l-.405-.406a1.25%201.25%200%200%201%200-1.768l2.379-2.378a3.25%203.25%200%200%201%204.596%200l2.205%202.205c.297-.602.657-1.309%201.026-1.973m-8.74%205.38L3.72%2012.677a.75.75%200%200%200%200%201.06l6.545%206.545a.75.75%200%200%200%201.06%200l2.113-2.112zm12.255-2.447c.86-.478%201.54-.915%201.827-1.203a2%202%200%200%200-2.828-2.828c-.288.288-.725.967-1.203%201.827c-.45.811-.893%201.698-1.215%202.366l1.053%201.053a48%2048%200%200%200%202.366-1.215M10.28%206.012a1.75%201.75%200%200%200-2.475%200L5.604%208.214L15.788%2018.4l2.202-2.202a1.75%201.75%200%200%200%200-2.475z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/classification-24-regular.svg?color=%231a73e8&size=48