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

Name
classification-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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.786 4.786 0 0 1 2.347 8.957l-4.988 2.805l3.114 3.113a4.5 4.5 0 0 1 0 6.364l-4.104 4.104a1.5 1.5 0 0 1-2.122 0l-.726-.727l-2.43 2.43a3.25 3.25 0 0 1-4.595 0l-8.758-8.758a3.25 3.25 0 0 1 0-4.597l2.43-2.43l-.72-.718a1.5 1.5 0 0 1 0-2.121l4.104-4.104a4.5 4.5 0 0 1 6.364 0l3.108 3.108l2.805-4.987A4.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.795 14.676zm9.35-9.374a2.5 2.5 0 0 0-3.536 0l-3.75 3.75l14.093 14.093l3.75-3.75a2.5 2.5 0 0 0 0-3.536zM25.214 4a2.79 2.79 0 0 0-2.428 1.42l-3.08 5.475l1.399 1.398l5.475-3.08A2.786 2.786 0 0 0 25.214 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentClassification32Regular(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.786 4.786 0 0 1 2.347 8.957l-4.988 2.805l3.114 3.113a4.5 4.5 0 0 1 0 6.364l-4.104 4.104a1.5 1.5 0 0 1-2.122 0l-.726-.727l-2.43 2.43a3.25 3.25 0 0 1-4.595 0l-8.758-8.758a3.25 3.25 0 0 1 0-4.597l2.43-2.43l-.72-.718a1.5 1.5 0 0 1 0-2.121l4.104-4.104a4.5 4.5 0 0 1 6.364 0l3.108 3.108l2.805-4.987A4.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.795 14.676zm9.35-9.374a2.5 2.5 0 0 0-3.536 0l-3.75 3.75l14.093 14.093l3.75-3.75a2.5 2.5 0 0 0 0-3.536zM25.214 4a2.79 2.79 0 0 0-2.428 1.42l-3.08 5.475l1.399 1.398l5.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.786 4.786 0 0 1 2.347 8.957l-4.988 2.805l3.114 3.113a4.5 4.5 0 0 1 0 6.364l-4.104 4.104a1.5 1.5 0 0 1-2.122 0l-.726-.727l-2.43 2.43a3.25 3.25 0 0 1-4.595 0l-8.758-8.758a3.25 3.25 0 0 1 0-4.597l2.43-2.43l-.72-.718a1.5 1.5 0 0 1 0-2.121l4.104-4.104a4.5 4.5 0 0 1 6.364 0l3.108 3.108l2.805-4.987A4.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.795 14.676zm9.35-9.374a2.5 2.5 0 0 0-3.536 0l-3.75 3.75l14.093 14.093l3.75-3.75a2.5 2.5 0 0 0 0-3.536zM25.214 4a2.79 2.79 0 0 0-2.428 1.42l-3.08 5.475l1.399 1.398l5.475-3.08A2.786 2.786 0 0 0 25.214 4"/></svg>
</template>

CSS

.icon-classification-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.214%202a4.786%204.786%200%200%201%202.347%208.957l-4.988%202.805l3.114%203.113a4.5%204.5%200%200%201%200%206.364l-4.104%204.104a1.5%201.5%200%200%201-2.122%200l-.726-.727l-2.43%202.43a3.25%203.25%200%200%201-4.595%200l-8.758-8.758a3.25%203.25%200%200%201%200-4.597l2.43-2.43l-.72-.718a1.5%201.5%200%200%201%200-2.121l4.104-4.104a4.5%204.5%200%200%201%206.364%200l3.108%203.108l2.805-4.987A4.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.795%2014.676zm9.35-9.374a2.5%202.5%200%200%200-3.536%200l-3.75%203.75l14.093%2014.093l3.75-3.75a2.5%202.5%200%200%200%200-3.536zM25.214%204a2.79%202.79%200%200%200-2.428%201.42l-3.08%205.475l1.399%201.398l5.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.786%204.786%200%200%201%202.347%208.957l-4.988%202.805l3.114%203.113a4.5%204.5%200%200%201%200%206.364l-4.104%204.104a1.5%201.5%200%200%201-2.122%200l-.726-.727l-2.43%202.43a3.25%203.25%200%200%201-4.595%200l-8.758-8.758a3.25%203.25%200%200%201%200-4.597l2.43-2.43l-.72-.718a1.5%201.5%200%200%201%200-2.121l4.104-4.104a4.5%204.5%200%200%201%206.364%200l3.108%203.108l2.805-4.987A4.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.795%2014.676zm9.35-9.374a2.5%202.5%200%200%200-3.536%200l-3.75%203.75l14.093%2014.093l3.75-3.75a2.5%202.5%200%200%200%200-3.536zM25.214%204a2.79%202.79%200%200%200-2.428%201.42l-3.08%205.475l1.399%201.398l5.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-regular.svg?color=%231a73e8&size=48