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

Name
classification-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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.071 2a3.929 3.929 0 0 1 1.987 7.318l-5.105 2.992l2.952 2.952a3.75 3.75 0 0 1 0 5.303l-3.075 3.076a1.25 1.25 0 0 1-1.768 0l-.618-.618l-2.173 2.174a2.75 2.75 0 0 1-3.89 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.767l3.075-3.075a3.75 3.75 0 0 1 5.304 0l2.944 2.944l2.993-5.104A3.93 3.93 0 0 1 22.072 2M3.865 14.792a1.25 1.25 0 0 0 0 1.768l7.577 7.577a1.25 1.25 0 0 0 1.769 0l2.173-2.174l-9.345-9.346zm7.819-7.63a2.25 2.25 0 0 0-3.182 0L5.603 10.06l12.342 12.343l2.9-2.898a2.25 2.25 0 0 0 0-3.183zM22.07 3.5a2.43 2.43 0 0 0-2.095 1.2l-3.19 5.442l1.071 1.072l5.443-3.19A2.43 2.43 0 0 0 22.07 3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentClassification28Regular(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.071 2a3.929 3.929 0 0 1 1.987 7.318l-5.105 2.992l2.952 2.952a3.75 3.75 0 0 1 0 5.303l-3.075 3.076a1.25 1.25 0 0 1-1.768 0l-.618-.618l-2.173 2.174a2.75 2.75 0 0 1-3.89 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.767l3.075-3.075a3.75 3.75 0 0 1 5.304 0l2.944 2.944l2.993-5.104A3.93 3.93 0 0 1 22.072 2M3.865 14.792a1.25 1.25 0 0 0 0 1.768l7.577 7.577a1.25 1.25 0 0 0 1.769 0l2.173-2.174l-9.345-9.346zm7.819-7.63a2.25 2.25 0 0 0-3.182 0L5.603 10.06l12.342 12.343l2.9-2.898a2.25 2.25 0 0 0 0-3.183zM22.07 3.5a2.43 2.43 0 0 0-2.095 1.2l-3.19 5.442l1.071 1.072l5.443-3.19A2.43 2.43 0 0 0 22.07 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.071 2a3.929 3.929 0 0 1 1.987 7.318l-5.105 2.992l2.952 2.952a3.75 3.75 0 0 1 0 5.303l-3.075 3.076a1.25 1.25 0 0 1-1.768 0l-.618-.618l-2.173 2.174a2.75 2.75 0 0 1-3.89 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.767l3.075-3.075a3.75 3.75 0 0 1 5.304 0l2.944 2.944l2.993-5.104A3.93 3.93 0 0 1 22.072 2M3.865 14.792a1.25 1.25 0 0 0 0 1.768l7.577 7.577a1.25 1.25 0 0 0 1.769 0l2.173-2.174l-9.345-9.346zm7.819-7.63a2.25 2.25 0 0 0-3.182 0L5.603 10.06l12.342 12.343l2.9-2.898a2.25 2.25 0 0 0 0-3.183zM22.07 3.5a2.43 2.43 0 0 0-2.095 1.2l-3.19 5.442l1.071 1.072l5.443-3.19A2.43 2.43 0 0 0 22.07 3.5"/></svg>
</template>

CSS

.icon-classification-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.071%202a3.929%203.929%200%200%201%201.987%207.318l-5.105%202.992l2.952%202.952a3.75%203.75%200%200%201%200%205.303l-3.075%203.076a1.25%201.25%200%200%201-1.768%200l-.618-.618l-2.173%202.174a2.75%202.75%200%200%201-3.89%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.767l3.075-3.075a3.75%203.75%200%200%201%205.304%200l2.944%202.944l2.993-5.104A3.93%203.93%200%200%201%2022.072%202M3.865%2014.792a1.25%201.25%200%200%200%200%201.768l7.577%207.577a1.25%201.25%200%200%200%201.769%200l2.173-2.174l-9.345-9.346zm7.819-7.63a2.25%202.25%200%200%200-3.182%200L5.603%2010.06l12.342%2012.343l2.9-2.898a2.25%202.25%200%200%200%200-3.183zM22.07%203.5a2.43%202.43%200%200%200-2.095%201.2l-3.19%205.442l1.071%201.072l5.443-3.19A2.43%202.43%200%200%200%2022.07%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.071%202a3.929%203.929%200%200%201%201.987%207.318l-5.105%202.992l2.952%202.952a3.75%203.75%200%200%201%200%205.303l-3.075%203.076a1.25%201.25%200%200%201-1.768%200l-.618-.618l-2.173%202.174a2.75%202.75%200%200%201-3.89%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.767l3.075-3.075a3.75%203.75%200%200%201%205.304%200l2.944%202.944l2.993-5.104A3.93%203.93%200%200%201%2022.072%202M3.865%2014.792a1.25%201.25%200%200%200%200%201.768l7.577%207.577a1.25%201.25%200%200%200%201.769%200l2.173-2.174l-9.345-9.346zm7.819-7.63a2.25%202.25%200%200%200-3.182%200L5.603%2010.06l12.342%2012.343l2.9-2.898a2.25%202.25%200%200%200%200-3.183zM22.07%203.5a2.43%202.43%200%200%200-2.095%201.2l-3.19%205.442l1.071%201.072l5.443-3.19A2.43%202.43%200%200%200%2022.07%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-regular.svg?color=%231a73e8&size=48