machine image icon

machine-image from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
machine-image
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

Use the machine image icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 10V7h2v3Zm6 6v-3h2v3Zm-6 0v-3h5v3Zm3-6V7h5v3Zm-5 8h12V5H6Zm0 4q-.825 0-1.412-.587Q4 20.825 4 20V4q0-.825.588-1.413Q5.175 2 6 2h12q.825 0 1.413.587Q20 3.175 20 4v16q0 .825-.587 1.413Q18.825 22 18 22h-2l-1-1H9l-1 1Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMachineImage(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="M8 10V7h2v3Zm6 6v-3h2v3Zm-6 0v-3h5v3Zm3-6V7h5v3Zm-5 8h12V5H6Zm0 4q-.825 0-1.412-.587Q4 20.825 4 20V4q0-.825.588-1.413Q5.175 2 6 2h12q.825 0 1.413.587Q20 3.175 20 4v16q0 .825-.587 1.413Q18.825 22 18 22h-2l-1-1H9l-1 1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 10V7h2v3Zm6 6v-3h2v3Zm-6 0v-3h5v3Zm3-6V7h5v3Zm-5 8h12V5H6Zm0 4q-.825 0-1.412-.587Q4 20.825 4 20V4q0-.825.588-1.413Q5.175 2 6 2h12q.825 0 1.413.587Q20 3.175 20 4v16q0 .825-.587 1.413Q18.825 22 18 22h-2l-1-1H9l-1 1Z"/></svg>
</template>

CSS

.icon-machine-image {
  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%22M8%2010V7h2v3Zm6%206v-3h2v3Zm-6%200v-3h5v3Zm3-6V7h5v3Zm-5%208h12V5H6Zm0%204q-.825%200-1.412-.587Q4%2020.825%204%2020V4q0-.825.588-1.413Q5.175%202%206%202h12q.825%200%201.413.587Q20%203.175%2020%204v16q0%20.825-.587%201.413Q18.825%2022%2018%2022h-2l-1-1H9l-1%201Z%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%22M8%2010V7h2v3Zm6%206v-3h2v3Zm-6%200v-3h5v3Zm3-6V7h5v3Zm-5%208h12V5H6Zm0%204q-.825%200-1.412-.587Q4%2020.825%204%2020V4q0-.825.588-1.413Q5.175%202%206%202h12q.825%200%201.413.587Q20%203.175%2020%204v16q0%20.825-.587%201.413Q18.825%2022%2018%2022h-2l-1-1H9l-1%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/machine-image.svg?color=%231a73e8&size=48