classification-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
classification-32-light
Set
Fluent UI System Icons
Style
32 Light
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.13 2a4.87 4.87 0 0 1 2.278 9.173l-4.854 2.567l3.137 3.137a4.5 4.5 0 0 1 0 6.363l-4.073 4.075a1.5 1.5 0 0 1-2.122 0l-.733-.734l-2.469 2.47a3.25 3.25 0 0 1-4.595 0l-8.747-8.746a3.25 3.25 0 0 1 0-4.597l2.47-2.47l-.728-.727a1.5 1.5 0 0 1 0-2.121l4.073-4.074a4.5 4.5 0 0 1 6.364 0l3.125 3.125l2.57-4.85A4.87 4.87 0 0 1 25.129 2M3.66 16.415a2.25 2.25 0 0 0 0 3.183l8.746 8.746a2.25 2.25 0 0 0 3.181 0l2.469-2.47L6.128 13.945zm10.763-9.392a3.5 3.5 0 0 0-4.949 0l-4.073 4.074a.5.5 0 0 0 0 .707l14.802 14.804a.5.5 0 0 0 .707 0l4.074-4.075a3.5 3.5 0 0 0 0-4.949zM25.13 3a3.87 3.87 0 0 0-3.42 2.059l-2.713 5.122L21.815 13l5.125-2.712A3.87 3.87 0 0 0 25.13 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentClassification32Light(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.13 2a4.87 4.87 0 0 1 2.278 9.173l-4.854 2.567l3.137 3.137a4.5 4.5 0 0 1 0 6.363l-4.073 4.075a1.5 1.5 0 0 1-2.122 0l-.733-.734l-2.469 2.47a3.25 3.25 0 0 1-4.595 0l-8.747-8.746a3.25 3.25 0 0 1 0-4.597l2.47-2.47l-.728-.727a1.5 1.5 0 0 1 0-2.121l4.073-4.074a4.5 4.5 0 0 1 6.364 0l3.125 3.125l2.57-4.85A4.87 4.87 0 0 1 25.129 2M3.66 16.415a2.25 2.25 0 0 0 0 3.183l8.746 8.746a2.25 2.25 0 0 0 3.181 0l2.469-2.47L6.128 13.945zm10.763-9.392a3.5 3.5 0 0 0-4.949 0l-4.073 4.074a.5.5 0 0 0 0 .707l14.802 14.804a.5.5 0 0 0 .707 0l4.074-4.075a3.5 3.5 0 0 0 0-4.949zM25.13 3a3.87 3.87 0 0 0-3.42 2.059l-2.713 5.122L21.815 13l5.125-2.712A3.87 3.87 0 0 0 25.13 3"/></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.13 2a4.87 4.87 0 0 1 2.278 9.173l-4.854 2.567l3.137 3.137a4.5 4.5 0 0 1 0 6.363l-4.073 4.075a1.5 1.5 0 0 1-2.122 0l-.733-.734l-2.469 2.47a3.25 3.25 0 0 1-4.595 0l-8.747-8.746a3.25 3.25 0 0 1 0-4.597l2.47-2.47l-.728-.727a1.5 1.5 0 0 1 0-2.121l4.073-4.074a4.5 4.5 0 0 1 6.364 0l3.125 3.125l2.57-4.85A4.87 4.87 0 0 1 25.129 2M3.66 16.415a2.25 2.25 0 0 0 0 3.183l8.746 8.746a2.25 2.25 0 0 0 3.181 0l2.469-2.47L6.128 13.945zm10.763-9.392a3.5 3.5 0 0 0-4.949 0l-4.073 4.074a.5.5 0 0 0 0 .707l14.802 14.804a.5.5 0 0 0 .707 0l4.074-4.075a3.5 3.5 0 0 0 0-4.949zM25.13 3a3.87 3.87 0 0 0-3.42 2.059l-2.713 5.122L21.815 13l5.125-2.712A3.87 3.87 0 0 0 25.13 3"/></svg>
</template>

CSS

.icon-classification-32-light {
  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.13%202a4.87%204.87%200%200%201%202.278%209.173l-4.854%202.567l3.137%203.137a4.5%204.5%200%200%201%200%206.363l-4.073%204.075a1.5%201.5%200%200%201-2.122%200l-.733-.734l-2.469%202.47a3.25%203.25%200%200%201-4.595%200l-8.747-8.746a3.25%203.25%200%200%201%200-4.597l2.47-2.47l-.728-.727a1.5%201.5%200%200%201%200-2.121l4.073-4.074a4.5%204.5%200%200%201%206.364%200l3.125%203.125l2.57-4.85A4.87%204.87%200%200%201%2025.129%202M3.66%2016.415a2.25%202.25%200%200%200%200%203.183l8.746%208.746a2.25%202.25%200%200%200%203.181%200l2.469-2.47L6.128%2013.945zm10.763-9.392a3.5%203.5%200%200%200-4.949%200l-4.073%204.074a.5.5%200%200%200%200%20.707l14.802%2014.804a.5.5%200%200%200%20.707%200l4.074-4.075a3.5%203.5%200%200%200%200-4.949zM25.13%203a3.87%203.87%200%200%200-3.42%202.059l-2.713%205.122L21.815%2013l5.125-2.712A3.87%203.87%200%200%200%2025.13%203%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.13%202a4.87%204.87%200%200%201%202.278%209.173l-4.854%202.567l3.137%203.137a4.5%204.5%200%200%201%200%206.363l-4.073%204.075a1.5%201.5%200%200%201-2.122%200l-.733-.734l-2.469%202.47a3.25%203.25%200%200%201-4.595%200l-8.747-8.746a3.25%203.25%200%200%201%200-4.597l2.47-2.47l-.728-.727a1.5%201.5%200%200%201%200-2.121l4.073-4.074a4.5%204.5%200%200%201%206.364%200l3.125%203.125l2.57-4.85A4.87%204.87%200%200%201%2025.129%202M3.66%2016.415a2.25%202.25%200%200%200%200%203.183l8.746%208.746a2.25%202.25%200%200%200%203.181%200l2.469-2.47L6.128%2013.945zm10.763-9.392a3.5%203.5%200%200%200-4.949%200l-4.073%204.074a.5.5%200%200%200%200%20.707l14.802%2014.804a.5.5%200%200%200%20.707%200l4.074-4.075a3.5%203.5%200%200%200%200-4.949zM25.13%203a3.87%203.87%200%200%200-3.42%202.059l-2.713%205.122L21.815%2013l5.125-2.712A3.87%203.87%200%200%200%2025.13%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/classification-32-light.svg?color=%231a73e8&size=48