sharp developer board off icon

sharp-developer-board-off from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
sharp-developer-board-off
Set
Google Material Icons
Style
Baseline
Category
Hardware
Viewbox
24×24
License
Apache 2.0

More hardware icons from Google Material Icons

Use the sharp developer board off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.83 5H18v10.17L19.83 17H22v-2h-2v-2h2v-2h-2V9h2V7h-2V3H5.83zM12 9.17V7h4v3h-3.17zM9.83 7H11v1.17zm4 4H16v2.17zm4.34 10l2.31 2.31l1.41-1.41L2.1 2.1L.69 3.51L2 4.83V21zM4 19V6.83l2 2V12h3.17l1 1H6v4h5v-3.17l1 1V17h2.17l2 2z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpDeveloperBoardOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.83 5H18v10.17L19.83 17H22v-2h-2v-2h2v-2h-2V9h2V7h-2V3H5.83zM12 9.17V7h4v3h-3.17zM9.83 7H11v1.17zm4 4H16v2.17zm4.34 10l2.31 2.31l1.41-1.41L2.1 2.1L.69 3.51L2 4.83V21zM4 19V6.83l2 2V12h3.17l1 1H6v4h5v-3.17l1 1V17h2.17l2 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.83 5H18v10.17L19.83 17H22v-2h-2v-2h2v-2h-2V9h2V7h-2V3H5.83zM12 9.17V7h4v3h-3.17zM9.83 7H11v1.17zm4 4H16v2.17zm4.34 10l2.31 2.31l1.41-1.41L2.1 2.1L.69 3.51L2 4.83V21zM4 19V6.83l2 2V12h3.17l1 1H6v4h5v-3.17l1 1V17h2.17l2 2z"/></svg>
</template>

CSS

.icon-sharp-developer-board-off {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.83%205H18v10.17L19.83%2017H22v-2h-2v-2h2v-2h-2V9h2V7h-2V3H5.83zM12%209.17V7h4v3h-3.17zM9.83%207H11v1.17zm4%204H16v2.17zm4.34%2010l2.31%202.31l1.41-1.41L2.1%202.1L.69%203.51L2%204.83V21zM4%2019V6.83l2%202V12h3.17l1%201H6v4h5v-3.17l1%201V17h2.17l2%202z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.83%205H18v10.17L19.83%2017H22v-2h-2v-2h2v-2h-2V9h2V7h-2V3H5.83zM12%209.17V7h4v3h-3.17zM9.83%207H11v1.17zm4%204H16v2.17zm4.34%2010l2.31%202.31l1.41-1.41L2.1%202.1L.69%203.51L2%204.83V21zM4%2019V6.83l2%202V12h3.17l1%201H6v4h5v-3.17l1%201V17h2.17l2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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