board math icon

board-math from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
board-math
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the board math icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M3 10c0-3.771 0-5.657 1.172-6.828S7.229 2 11 2h2c3.771 0 5.657 0 6.828 1.172S21 6.229 21 10v6H3z"/><path stroke-linecap="round" d="M2 16h20M4 22l3-6m13 6l-3-6"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 9h-2m-3 2V7L7 8m10 3V7l-1 1m-4 12v-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBoardMath(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M3 10c0-3.771 0-5.657 1.172-6.828S7.229 2 11 2h2c3.771 0 5.657 0 6.828 1.172S21 6.229 21 10v6H3z"/><path strokeLinecap="round" d="M2 16h20M4 22l3-6m13 6l-3-6"/><path strokeLinecap="round" strokeLinejoin="round" d="M13 9h-2m-3 2V7L7 8m10 3V7l-1 1m-4 12v-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M3 10c0-3.771 0-5.657 1.172-6.828S7.229 2 11 2h2c3.771 0 5.657 0 6.828 1.172S21 6.229 21 10v6H3z"/><path stroke-linecap="round" d="M2 16h20M4 22l3-6m13 6l-3-6"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 9h-2m-3 2V7L7 8m10 3V7l-1 1m-4 12v-4"/></g></svg>
</template>

CSS

.icon-board-math {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2010c0-3.771%200-5.657%201.172-6.828S7.229%202%2011%202h2c3.771%200%205.657%200%206.828%201.172S21%206.229%2021%2010v6H3z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016h20M4%2022l3-6m13%206l-3-6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%209h-2m-3%202V7L7%208m10%203V7l-1%201m-4%2012v-4%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2010c0-3.771%200-5.657%201.172-6.828S7.229%202%2011%202h2c3.771%200%205.657%200%206.828%201.172S21%206.229%2021%2010v6H3z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016h20M4%2022l3-6m13%206l-3-6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%209h-2m-3%202V7L7%208m10%203V7l-1%201m-4%2012v-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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