round-hardware from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-hardware
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round hardware icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.59 3.41L15 6V5c0-1.1-.9-2-2-2H9C6.24 3 4 5.24 4 8h5v3h6V8l2.59 2.59c.26.26.62.41 1 .41h.01c.77 0 1.4-.63 1.4-1.41V4.41C20 3.63 19.37 3 18.59 3h-.01c-.37 0-.73.15-.99.41M9 13v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-7z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundHardware(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="M17.59 3.41L15 6V5c0-1.1-.9-2-2-2H9C6.24 3 4 5.24 4 8h5v3h6V8l2.59 2.59c.26.26.62.41 1 .41h.01c.77 0 1.4-.63 1.4-1.41V4.41C20 3.63 19.37 3 18.59 3h-.01c-.37 0-.73.15-.99.41M9 13v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.59 3.41L15 6V5c0-1.1-.9-2-2-2H9C6.24 3 4 5.24 4 8h5v3h6V8l2.59 2.59c.26.26.62.41 1 .41h.01c.77 0 1.4-.63 1.4-1.41V4.41C20 3.63 19.37 3 18.59 3h-.01c-.37 0-.73.15-.99.41M9 13v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-7z"/></svg>
</template>

CSS

.icon-round-hardware {
  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%22M17.59%203.41L15%206V5c0-1.1-.9-2-2-2H9C6.24%203%204%205.24%204%208h5v3h6V8l2.59%202.59c.26.26.62.41%201%20.41h.01c.77%200%201.4-.63%201.4-1.41V4.41C20%203.63%2019.37%203%2018.59%203h-.01c-.37%200-.73.15-.99.41M9%2013v7c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-7z%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%22M17.59%203.41L15%206V5c0-1.1-.9-2-2-2H9C6.24%203%204%205.24%204%208h5v3h6V8l2.59%202.59c.26.26.62.41%201%20.41h.01c.77%200%201.4-.63%201.4-1.41V4.41C20%203.63%2019.37%203%2018.59%203h-.01c-.37%200-.73.15-.99.41M9%2013v7c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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