classification icon
classification-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- classification-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M13.732 2.732c-.23.23-.511.607-.79 1.01c-.286.413-.59.885-.866 1.33a64 64 0 0 0-.84 1.388L9.654 4.878a3 3 0 0 0-4.242 0L3.5 6.79a1 1 0 0 0 0 1.414l.334.334l-1.395 1.394a1.5 1.5 0 0 0 0 2.122l5.507 5.506a1.5 1.5 0 0 0 2.12 0l1.395-1.394l.332.331a1 1 0 0 0 1.414 0l1.912-1.912a3 3 0 0 0 0-4.242l-1.58-1.58a59 59 0 0 0 1.39-.839c.444-.276.916-.58 1.329-.865c.404-.28.78-.56 1.01-.791a2.5 2.5 0 0 0-3.536-3.536m-2.978 12.726L9.36 16.853a.5.5 0 0 1-.707 0l-5.507-5.506a.5.5 0 0 1 0-.707l1.395-1.395zm2.055-7.425l-.842-.842l.044-.075a59 59 0 0 1 .914-1.516c.272-.437.566-.894.839-1.289c.278-.403.515-.712.676-.872a1.5 1.5 0 1 1 2.12 2.122c-.16.16-.468.397-.871.675c-.395.273-.852.567-1.289.84a63 63 0 0 1-1.516.913z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClassification20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.732 2.732c-.23.23-.511.607-.79 1.01c-.286.413-.59.885-.866 1.33a64 64 0 0 0-.84 1.388L9.654 4.878a3 3 0 0 0-4.242 0L3.5 6.79a1 1 0 0 0 0 1.414l.334.334l-1.395 1.394a1.5 1.5 0 0 0 0 2.122l5.507 5.506a1.5 1.5 0 0 0 2.12 0l1.395-1.394l.332.331a1 1 0 0 0 1.414 0l1.912-1.912a3 3 0 0 0 0-4.242l-1.58-1.58a59 59 0 0 0 1.39-.839c.444-.276.916-.58 1.329-.865c.404-.28.78-.56 1.01-.791a2.5 2.5 0 0 0-3.536-3.536m-2.978 12.726L9.36 16.853a.5.5 0 0 1-.707 0l-5.507-5.506a.5.5 0 0 1 0-.707l1.395-1.395zm2.055-7.425l-.842-.842l.044-.075a59 59 0 0 1 .914-1.516c.272-.437.566-.894.839-1.289c.278-.403.515-.712.676-.872a1.5 1.5 0 1 1 2.12 2.122c-.16.16-.468.397-.871.675c-.395.273-.852.567-1.289.84a63 63 0 0 1-1.516.913z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.732 2.732c-.23.23-.511.607-.79 1.01c-.286.413-.59.885-.866 1.33a64 64 0 0 0-.84 1.388L9.654 4.878a3 3 0 0 0-4.242 0L3.5 6.79a1 1 0 0 0 0 1.414l.334.334l-1.395 1.394a1.5 1.5 0 0 0 0 2.122l5.507 5.506a1.5 1.5 0 0 0 2.12 0l1.395-1.394l.332.331a1 1 0 0 0 1.414 0l1.912-1.912a3 3 0 0 0 0-4.242l-1.58-1.58a59 59 0 0 0 1.39-.839c.444-.276.916-.58 1.329-.865c.404-.28.78-.56 1.01-.791a2.5 2.5 0 0 0-3.536-3.536m-2.978 12.726L9.36 16.853a.5.5 0 0 1-.707 0l-5.507-5.506a.5.5 0 0 1 0-.707l1.395-1.395zm2.055-7.425l-.842-.842l.044-.075a59 59 0 0 1 .914-1.516c.272-.437.566-.894.839-1.289c.278-.403.515-.712.676-.872a1.5 1.5 0 1 1 2.12 2.122c-.16.16-.468.397-.871.675c-.395.273-.852.567-1.289.84a63 63 0 0 1-1.516.913z"/></svg> </template>
CSS
.icon-classification-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.732%202.732c-.23.23-.511.607-.79%201.01c-.286.413-.59.885-.866%201.33a64%2064%200%200%200-.84%201.388L9.654%204.878a3%203%200%200%200-4.242%200L3.5%206.79a1%201%200%200%200%200%201.414l.334.334l-1.395%201.394a1.5%201.5%200%200%200%200%202.122l5.507%205.506a1.5%201.5%200%200%200%202.12%200l1.395-1.394l.332.331a1%201%200%200%200%201.414%200l1.912-1.912a3%203%200%200%200%200-4.242l-1.58-1.58a59%2059%200%200%200%201.39-.839c.444-.276.916-.58%201.329-.865c.404-.28.78-.56%201.01-.791a2.5%202.5%200%200%200-3.536-3.536m-2.978%2012.726L9.36%2016.853a.5.5%200%200%201-.707%200l-5.507-5.506a.5.5%200%200%201%200-.707l1.395-1.395zm2.055-7.425l-.842-.842l.044-.075a59%2059%200%200%201%20.914-1.516c.272-.437.566-.894.839-1.289c.278-.403.515-.712.676-.872a1.5%201.5%200%201%201%202.12%202.122c-.16.16-.468.397-.871.675c-.395.273-.852.567-1.289.84a63%2063%200%200%201-1.516.913z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.732%202.732c-.23.23-.511.607-.79%201.01c-.286.413-.59.885-.866%201.33a64%2064%200%200%200-.84%201.388L9.654%204.878a3%203%200%200%200-4.242%200L3.5%206.79a1%201%200%200%200%200%201.414l.334.334l-1.395%201.394a1.5%201.5%200%200%200%200%202.122l5.507%205.506a1.5%201.5%200%200%200%202.12%200l1.395-1.394l.332.331a1%201%200%200%200%201.414%200l1.912-1.912a3%203%200%200%200%200-4.242l-1.58-1.58a59%2059%200%200%200%201.39-.839c.444-.276.916-.58%201.329-.865c.404-.28.78-.56%201.01-.791a2.5%202.5%200%200%200-3.536-3.536m-2.978%2012.726L9.36%2016.853a.5.5%200%200%201-.707%200l-5.507-5.506a.5.5%200%200%201%200-.707l1.395-1.395zm2.055-7.425l-.842-.842l.044-.075a59%2059%200%200%201%20.914-1.516c.272-.437.566-.894.839-1.289c.278-.403.515-.712.676-.872a1.5%201.5%200%201%201%202.12%202.122c-.16.16-.468.397-.871.675c-.395.273-.852.567-1.289.84a63%2063%200%200%201-1.516.913z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/classification-20-filled.svg?color=%231a73e8&size=48