symbol class icon

symbol-class from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
symbol-class
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the symbol class icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.207 10.5a1 1 0 0 0-1.414 0l-.5.5H9V7h1.363a.99.99 0 0 0 .137 1.207l.793.793a1 1 0 0 0 1.414 0L14 7.707a1 1 0 0 0 0-1.414l-.793-.793a1 1 0 0 0-1.414 0l-.5.5H6.707l.793-.793a1 1 0 0 0 0-1.414L6.207 2.5a1 1 0 0 0-1.414 0L1.5 5.793a1 1 0 0 0 0 1.414L2.793 8.5a1 1 0 0 0 1.414 0l1.5-1.5H8v4.5a.5.5 0 0 0 .5.5h1.863a.99.99 0 0 0 .137 1.207l.793.793a1 1 0 0 0 1.414 0L14 12.707a1 1 0 0 0 0-1.414zM3.5 7.793L2.207 6.5L5.5 3.207L6.793 4.5zM13.293 7L12 8.293l-.793-.793L12.5 6.207zM12 13.293l-.793-.793l1.293-1.293l.793.793z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSymbolClass(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="M13.207 10.5a1 1 0 0 0-1.414 0l-.5.5H9V7h1.363a.99.99 0 0 0 .137 1.207l.793.793a1 1 0 0 0 1.414 0L14 7.707a1 1 0 0 0 0-1.414l-.793-.793a1 1 0 0 0-1.414 0l-.5.5H6.707l.793-.793a1 1 0 0 0 0-1.414L6.207 2.5a1 1 0 0 0-1.414 0L1.5 5.793a1 1 0 0 0 0 1.414L2.793 8.5a1 1 0 0 0 1.414 0l1.5-1.5H8v4.5a.5.5 0 0 0 .5.5h1.863a.99.99 0 0 0 .137 1.207l.793.793a1 1 0 0 0 1.414 0L14 12.707a1 1 0 0 0 0-1.414zM3.5 7.793L2.207 6.5L5.5 3.207L6.793 4.5zM13.293 7L12 8.293l-.793-.793L12.5 6.207zM12 13.293l-.793-.793l1.293-1.293l.793.793z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.207 10.5a1 1 0 0 0-1.414 0l-.5.5H9V7h1.363a.99.99 0 0 0 .137 1.207l.793.793a1 1 0 0 0 1.414 0L14 7.707a1 1 0 0 0 0-1.414l-.793-.793a1 1 0 0 0-1.414 0l-.5.5H6.707l.793-.793a1 1 0 0 0 0-1.414L6.207 2.5a1 1 0 0 0-1.414 0L1.5 5.793a1 1 0 0 0 0 1.414L2.793 8.5a1 1 0 0 0 1.414 0l1.5-1.5H8v4.5a.5.5 0 0 0 .5.5h1.863a.99.99 0 0 0 .137 1.207l.793.793a1 1 0 0 0 1.414 0L14 12.707a1 1 0 0 0 0-1.414zM3.5 7.793L2.207 6.5L5.5 3.207L6.793 4.5zM13.293 7L12 8.293l-.793-.793L12.5 6.207zM12 13.293l-.793-.793l1.293-1.293l.793.793z"/></svg>
</template>

CSS

.icon-symbol-class {
  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%22M13.207%2010.5a1%201%200%200%200-1.414%200l-.5.5H9V7h1.363a.99.99%200%200%200%20.137%201.207l.793.793a1%201%200%200%200%201.414%200L14%207.707a1%201%200%200%200%200-1.414l-.793-.793a1%201%200%200%200-1.414%200l-.5.5H6.707l.793-.793a1%201%200%200%200%200-1.414L6.207%202.5a1%201%200%200%200-1.414%200L1.5%205.793a1%201%200%200%200%200%201.414L2.793%208.5a1%201%200%200%200%201.414%200l1.5-1.5H8v4.5a.5.5%200%200%200%20.5.5h1.863a.99.99%200%200%200%20.137%201.207l.793.793a1%201%200%200%200%201.414%200L14%2012.707a1%201%200%200%200%200-1.414zM3.5%207.793L2.207%206.5L5.5%203.207L6.793%204.5zM13.293%207L12%208.293l-.793-.793L12.5%206.207zM12%2013.293l-.793-.793l1.293-1.293l.793.793z%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%22M13.207%2010.5a1%201%200%200%200-1.414%200l-.5.5H9V7h1.363a.99.99%200%200%200%20.137%201.207l.793.793a1%201%200%200%200%201.414%200L14%207.707a1%201%200%200%200%200-1.414l-.793-.793a1%201%200%200%200-1.414%200l-.5.5H6.707l.793-.793a1%201%200%200%200%200-1.414L6.207%202.5a1%201%200%200%200-1.414%200L1.5%205.793a1%201%200%200%200%200%201.414L2.793%208.5a1%201%200%200%200%201.414%200l1.5-1.5H8v4.5a.5.5%200%200%200%20.5.5h1.863a.99.99%200%200%200%20.137%201.207l.793.793a1%201%200%200%200%201.414%200L14%2012.707a1%201%200%200%200%200-1.414zM3.5%207.793L2.207%206.5L5.5%203.207L6.793%204.5zM13.293%207L12%208.293l-.793-.793L12.5%206.207zM12%2013.293l-.793-.793l1.293-1.293l.793.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/symbol-class.svg?color=%231a73e8&size=48