twotone precision manufacturing icon

twotone-precision-manufacturing from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-precision-manufacturing
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone precision manufacturing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.71 10l2.46 8h1.94l-4.3-8z" opacity=".3"/><circle cx="6" cy="7" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="m19.93 8.35l-3.6 1.68L14 7.7V6.3l2.33-2.33l3.6 1.68c.38.18.82.01 1-.36c.18-.38.01-.82-.36-1l-3.92-1.83a.99.99 0 0 0-1.13.2L13.78 4.4A.98.98 0 0 0 13 4c-.55 0-1 .45-1 1v1H8.82C8.4 4.84 7.3 4 6 4C4.34 4 3 5.34 3 7c0 1.1.6 2.05 1.48 2.58L7.08 18H6c-1.1 0-2 .9-2 2v1h13v-1c0-1.1-.9-2-2-2h-1.62L8.41 8.77c.17-.24.31-.49.41-.77H12v1c0 .55.45 1 1 1c.32 0 .6-.16.78-.4l1.74 1.74c.3.3.75.38 1.13.2l3.92-1.83c.38-.18.54-.62.36-1a.753.753 0 0 0-1-.36M6 8c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m5.11 10H9.17l-2.46-8h.1z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotonePrecisionManufacturing(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="m6.71 10l2.46 8h1.94l-4.3-8z" opacity=".3"/><circle cx="6" cy="7" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="m19.93 8.35l-3.6 1.68L14 7.7V6.3l2.33-2.33l3.6 1.68c.38.18.82.01 1-.36c.18-.38.01-.82-.36-1l-3.92-1.83a.99.99 0 0 0-1.13.2L13.78 4.4A.98.98 0 0 0 13 4c-.55 0-1 .45-1 1v1H8.82C8.4 4.84 7.3 4 6 4C4.34 4 3 5.34 3 7c0 1.1.6 2.05 1.48 2.58L7.08 18H6c-1.1 0-2 .9-2 2v1h13v-1c0-1.1-.9-2-2-2h-1.62L8.41 8.77c.17-.24.31-.49.41-.77H12v1c0 .55.45 1 1 1c.32 0 .6-.16.78-.4l1.74 1.74c.3.3.75.38 1.13.2l3.92-1.83c.38-.18.54-.62.36-1a.753.753 0 0 0-1-.36M6 8c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m5.11 10H9.17l-2.46-8h.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="m6.71 10l2.46 8h1.94l-4.3-8z" opacity=".3"/><circle cx="6" cy="7" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="m19.93 8.35l-3.6 1.68L14 7.7V6.3l2.33-2.33l3.6 1.68c.38.18.82.01 1-.36c.18-.38.01-.82-.36-1l-3.92-1.83a.99.99 0 0 0-1.13.2L13.78 4.4A.98.98 0 0 0 13 4c-.55 0-1 .45-1 1v1H8.82C8.4 4.84 7.3 4 6 4C4.34 4 3 5.34 3 7c0 1.1.6 2.05 1.48 2.58L7.08 18H6c-1.1 0-2 .9-2 2v1h13v-1c0-1.1-.9-2-2-2h-1.62L8.41 8.77c.17-.24.31-.49.41-.77H12v1c0 .55.45 1 1 1c.32 0 .6-.16.78-.4l1.74 1.74c.3.3.75.38 1.13.2l3.92-1.83c.38-.18.54-.62.36-1a.753.753 0 0 0-1-.36M6 8c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m5.11 10H9.17l-2.46-8h.1z"/></svg>
</template>

CSS

.icon-twotone-precision-manufacturing {
  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%22m6.71%2010l2.46%208h1.94l-4.3-8z%22%20opacity%3D%22.3%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%227%22%20r%3D%221%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.93%208.35l-3.6%201.68L14%207.7V6.3l2.33-2.33l3.6%201.68c.38.18.82.01%201-.36c.18-.38.01-.82-.36-1l-3.92-1.83a.99.99%200%200%200-1.13.2L13.78%204.4A.98.98%200%200%200%2013%204c-.55%200-1%20.45-1%201v1H8.82C8.4%204.84%207.3%204%206%204C4.34%204%203%205.34%203%207c0%201.1.6%202.05%201.48%202.58L7.08%2018H6c-1.1%200-2%20.9-2%202v1h13v-1c0-1.1-.9-2-2-2h-1.62L8.41%208.77c.17-.24.31-.49.41-.77H12v1c0%20.55.45%201%201%201c.32%200%20.6-.16.78-.4l1.74%201.74c.3.3.75.38%201.13.2l3.92-1.83c.38-.18.54-.62.36-1a.753.753%200%200%200-1-.36M6%208c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m5.11%2010H9.17l-2.46-8h.1z%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%22m6.71%2010l2.46%208h1.94l-4.3-8z%22%20opacity%3D%22.3%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%227%22%20r%3D%221%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.93%208.35l-3.6%201.68L14%207.7V6.3l2.33-2.33l3.6%201.68c.38.18.82.01%201-.36c.18-.38.01-.82-.36-1l-3.92-1.83a.99.99%200%200%200-1.13.2L13.78%204.4A.98.98%200%200%200%2013%204c-.55%200-1%20.45-1%201v1H8.82C8.4%204.84%207.3%204%206%204C4.34%204%203%205.34%203%207c0%201.1.6%202.05%201.48%202.58L7.08%2018H6c-1.1%200-2%20.9-2%202v1h13v-1c0-1.1-.9-2-2-2h-1.62L8.41%208.77c.17-.24.31-.49.41-.77H12v1c0%20.55.45%201%201%201c.32%200%20.6-.16.78-.4l1.74%201.74c.3.3.75.38%201.13.2l3.92-1.83c.38-.18.54-.62.36-1a.753.753%200%200%200-1-.36M6%208c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m5.11%2010H9.17l-2.46-8h.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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