round developer board off icon
round-developer-board-off from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- round-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
baseline-adf-scannerbaseline-browser-not-supportedbaseline-browser-updatedbaseline-castbaseline-cast-connectedbaseline-cast-for-educationbaseline-computerbaseline-connected-tvbaseline-desktop-macbaseline-desktop-windowsbaseline-developer-boardbaseline-developer-board-offbaseline-device-hubbaseline-device-unknownbaseline-devices-otherbaseline-dockbaseline-earbudsbaseline-earbuds-batterybaseline-gamepadbaseline-headphonesbaseline-headphones-batterybaseline-headsetbaseline-headset-micbaseline-headset-off
Use the round 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 17H21c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V5c0-1.1-.9-2-2-2H5.83zM15 10h-2c-.06 0-.13-.01-.19-.02l-.79-.79C12.01 9.13 12 9.06 12 9V8c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m-4-2v.17L9.83 7H10c.55 0 1 .45 1 1m5 4v1.17L13.83 11H15c.55 0 1 .45 1 1M1.39 2.81a.996.996 0 0 0 0 1.41l.61.61V19c0 1.1.9 2 2 2h14c.06 0 .11 0 .16-.01l1.61 1.61a.996.996 0 1 0 1.41-1.41L2.81 2.81c-.39-.39-1.03-.39-1.42 0M4 19V6.83l2 2V11c0 .55.45 1 1 1h2.17l1.02 1.02c-.06-.01-.13-.02-.19-.02H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2c0-.06-.01-.13-.02-.19L12 14.83V16c0 .55.45 1 1 1h1.18l2 2z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundDeveloperBoardOff(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 17H21c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V5c0-1.1-.9-2-2-2H5.83zM15 10h-2c-.06 0-.13-.01-.19-.02l-.79-.79C12.01 9.13 12 9.06 12 9V8c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m-4-2v.17L9.83 7H10c.55 0 1 .45 1 1m5 4v1.17L13.83 11H15c.55 0 1 .45 1 1M1.39 2.81a.996.996 0 0 0 0 1.41l.61.61V19c0 1.1.9 2 2 2h14c.06 0 .11 0 .16-.01l1.61 1.61a.996.996 0 1 0 1.41-1.41L2.81 2.81c-.39-.39-1.03-.39-1.42 0M4 19V6.83l2 2V11c0 .55.45 1 1 1h2.17l1.02 1.02c-.06-.01-.13-.02-.19-.02H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2c0-.06-.01-.13-.02-.19L12 14.83V16c0 .55.45 1 1 1h1.18l2 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 17H21c.55 0 1-.45 1-1s-.45-1-1-1h-1v-2h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V5c0-1.1-.9-2-2-2H5.83zM15 10h-2c-.06 0-.13-.01-.19-.02l-.79-.79C12.01 9.13 12 9.06 12 9V8c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1m-4-2v.17L9.83 7H10c.55 0 1 .45 1 1m5 4v1.17L13.83 11H15c.55 0 1 .45 1 1M1.39 2.81a.996.996 0 0 0 0 1.41l.61.61V19c0 1.1.9 2 2 2h14c.06 0 .11 0 .16-.01l1.61 1.61a.996.996 0 1 0 1.41-1.41L2.81 2.81c-.39-.39-1.03-.39-1.42 0M4 19V6.83l2 2V11c0 .55.45 1 1 1h2.17l1.02 1.02c-.06-.01-.13-.02-.19-.02H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2c0-.06-.01-.13-.02-.19L12 14.83V16c0 .55.45 1 1 1h1.18l2 2z"/></svg> </template>
CSS
.icon-round-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%2017H21c.55%200%201-.45%201-1s-.45-1-1-1h-1v-2h1c.55%200%201-.45%201-1s-.45-1-1-1h-1V9h1c.55%200%201-.45%201-1s-.45-1-1-1h-1V5c0-1.1-.9-2-2-2H5.83zM15%2010h-2c-.06%200-.13-.01-.19-.02l-.79-.79C12.01%209.13%2012%209.06%2012%209V8c0-.55.45-1%201-1h2c.55%200%201%20.45%201%201v1c0%20.55-.45%201-1%201m-4-2v.17L9.83%207H10c.55%200%201%20.45%201%201m5%204v1.17L13.83%2011H15c.55%200%201%20.45%201%201M1.39%202.81a.996.996%200%200%200%200%201.41l.61.61V19c0%201.1.9%202%202%202h14c.06%200%20.11%200%20.16-.01l1.61%201.61a.996.996%200%201%200%201.41-1.41L2.81%202.81c-.39-.39-1.03-.39-1.42%200M4%2019V6.83l2%202V11c0%20.55.45%201%201%201h2.17l1.02%201.02c-.06-.01-.13-.02-.19-.02H7c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201h3c.55%200%201-.45%201-1v-2c0-.06-.01-.13-.02-.19L12%2014.83V16c0%20.55.45%201%201%201h1.18l2%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%2017H21c.55%200%201-.45%201-1s-.45-1-1-1h-1v-2h1c.55%200%201-.45%201-1s-.45-1-1-1h-1V9h1c.55%200%201-.45%201-1s-.45-1-1-1h-1V5c0-1.1-.9-2-2-2H5.83zM15%2010h-2c-.06%200-.13-.01-.19-.02l-.79-.79C12.01%209.13%2012%209.06%2012%209V8c0-.55.45-1%201-1h2c.55%200%201%20.45%201%201v1c0%20.55-.45%201-1%201m-4-2v.17L9.83%207H10c.55%200%201%20.45%201%201m5%204v1.17L13.83%2011H15c.55%200%201%20.45%201%201M1.39%202.81a.996.996%200%200%200%200%201.41l.61.61V19c0%201.1.9%202%202%202h14c.06%200%20.11%200%20.16-.01l1.61%201.61a.996.996%200%201%200%201.41-1.41L2.81%202.81c-.39-.39-1.03-.39-1.42%200M4%2019V6.83l2%202V11c0%20.55.45%201%201%201h2.17l1.02%201.02c-.06-.01-.13-.02-.19-.02H7c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201h3c.55%200%201-.45%201-1v-2c0-.06-.01-.13-.02-.19L12%2014.83V16c0%20.55.45%201%201%201h1.18l2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-developer-board-off.svg?color=%231a73e8&size=48