classification-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
classification-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M12.87 1a2.128 2.128 0 0 1 1.18 3.9l-2.948 1.963l1.572 1.572l.172.19c.8.982.743 2.43-.172 3.346l-1.732 1.731a1 1 0 0 1-1.414 0l-.316-.316l-1.17 1.17a1.5 1.5 0 0 1-2.121 0l-4.482-4.482a1.5 1.5 0 0 1-.103-2.006l.103-.115l1.17-1.17l-.316-.317a1 1 0 0 1 0-1.414l1.73-1.73a2.5 2.5 0 0 1 3.537 0l1.573 1.573l1.966-2.947A2.13 2.13 0 0 1 12.87 1M2.146 8.66l-.064.08a.5.5 0 0 0 .064.627l4.482 4.483a.5.5 0 0 0 .707 0l1.17-1.171l-5.189-5.19zM12.87 2c-.377 0-.73.189-.94.503L9.855 5.615l.527.528l3.115-2.076A1.128 1.128 0 0 0 12.87 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentClassification16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.87 1a2.128 2.128 0 0 1 1.18 3.9l-2.948 1.963l1.572 1.572l.172.19c.8.982.743 2.43-.172 3.346l-1.732 1.731a1 1 0 0 1-1.414 0l-.316-.316l-1.17 1.17a1.5 1.5 0 0 1-2.121 0l-4.482-4.482a1.5 1.5 0 0 1-.103-2.006l.103-.115l1.17-1.17l-.316-.317a1 1 0 0 1 0-1.414l1.73-1.73a2.5 2.5 0 0 1 3.537 0l1.573 1.573l1.966-2.947A2.13 2.13 0 0 1 12.87 1M2.146 8.66l-.064.08a.5.5 0 0 0 .064.627l4.482 4.483a.5.5 0 0 0 .707 0l1.17-1.171l-5.189-5.19zM12.87 2c-.377 0-.73.189-.94.503L9.855 5.615l.527.528l3.115-2.076A1.128 1.128 0 0 0 12.87 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.87 1a2.128 2.128 0 0 1 1.18 3.9l-2.948 1.963l1.572 1.572l.172.19c.8.982.743 2.43-.172 3.346l-1.732 1.731a1 1 0 0 1-1.414 0l-.316-.316l-1.17 1.17a1.5 1.5 0 0 1-2.121 0l-4.482-4.482a1.5 1.5 0 0 1-.103-2.006l.103-.115l1.17-1.17l-.316-.317a1 1 0 0 1 0-1.414l1.73-1.73a2.5 2.5 0 0 1 3.537 0l1.573 1.573l1.966-2.947A2.13 2.13 0 0 1 12.87 1M2.146 8.66l-.064.08a.5.5 0 0 0 .064.627l4.482 4.483a.5.5 0 0 0 .707 0l1.17-1.171l-5.189-5.19zM12.87 2c-.377 0-.73.189-.94.503L9.855 5.615l.527.528l3.115-2.076A1.128 1.128 0 0 0 12.87 2"/></svg>
</template>

CSS

.icon-classification-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.87%201a2.128%202.128%200%200%201%201.18%203.9l-2.948%201.963l1.572%201.572l.172.19c.8.982.743%202.43-.172%203.346l-1.732%201.731a1%201%200%200%201-1.414%200l-.316-.316l-1.17%201.17a1.5%201.5%200%200%201-2.121%200l-4.482-4.482a1.5%201.5%200%200%201-.103-2.006l.103-.115l1.17-1.17l-.316-.317a1%201%200%200%201%200-1.414l1.73-1.73a2.5%202.5%200%200%201%203.537%200l1.573%201.573l1.966-2.947A2.13%202.13%200%200%201%2012.87%201M2.146%208.66l-.064.08a.5.5%200%200%200%20.064.627l4.482%204.483a.5.5%200%200%200%20.707%200l1.17-1.171l-5.189-5.19zM12.87%202c-.377%200-.73.189-.94.503L9.855%205.615l.527.528l3.115-2.076A1.128%201.128%200%200%200%2012.87%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.87%201a2.128%202.128%200%200%201%201.18%203.9l-2.948%201.963l1.572%201.572l.172.19c.8.982.743%202.43-.172%203.346l-1.732%201.731a1%201%200%200%201-1.414%200l-.316-.316l-1.17%201.17a1.5%201.5%200%200%201-2.121%200l-4.482-4.482a1.5%201.5%200%200%201-.103-2.006l.103-.115l1.17-1.17l-.316-.317a1%201%200%200%201%200-1.414l1.73-1.73a2.5%202.5%200%200%201%203.537%200l1.573%201.573l1.966-2.947A2.13%202.13%200%200%201%2012.87%201M2.146%208.66l-.064.08a.5.5%200%200%200%20.064.627l4.482%204.483a.5.5%200%200%200%20.707%200l1.17-1.171l-5.189-5.19zM12.87%202c-.377%200-.73.189-.94.503L9.855%205.615l.527.528l3.115-2.076A1.128%201.128%200%200%200%2012.87%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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