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

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

More device icons from Google Material Icons

Use the round tungsten icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19c-.56 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1m-6.01-1.91l-.71.71a.996.996 0 1 0 1.41 1.41l.71-.71a.996.996 0 0 0 0-1.41c-.38-.38-1.02-.38-1.41 0M5 12c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m16-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-2.99 6.09a.996.996 0 1 0-1.41 1.41l.71.71a.996.996 0 1 0 1.41-1.41zM15 8.02V5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3.02c-1.43 1.08-2.28 2.9-1.91 4.91c.36 1.95 1.9 3.55 3.84 3.95C14.16 17.56 17 15.11 17 12c0-1.63-.79-3.06-2-3.98m-2-.92c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundTungsten(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="M12 19c-.56 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1m-6.01-1.91l-.71.71a.996.996 0 1 0 1.41 1.41l.71-.71a.996.996 0 0 0 0-1.41c-.38-.38-1.02-.38-1.41 0M5 12c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m16-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-2.99 6.09a.996.996 0 1 0-1.41 1.41l.71.71a.996.996 0 1 0 1.41-1.41zM15 8.02V5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3.02c-1.43 1.08-2.28 2.9-1.91 4.91c.36 1.95 1.9 3.55 3.84 3.95C14.16 17.56 17 15.11 17 12c0-1.63-.79-3.06-2-3.98m-2-.92c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19c-.56 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1m-6.01-1.91l-.71.71a.996.996 0 1 0 1.41 1.41l.71-.71a.996.996 0 0 0 0-1.41c-.38-.38-1.02-.38-1.41 0M5 12c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1m16-1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1m-2.99 6.09a.996.996 0 1 0-1.41 1.41l.71.71a.996.996 0 1 0 1.41-1.41zM15 8.02V5c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v3.02c-1.43 1.08-2.28 2.9-1.91 4.91c.36 1.95 1.9 3.55 3.84 3.95C14.16 17.56 17 15.11 17 12c0-1.63-.79-3.06-2-3.98m-2-.92c-.32-.06-.66-.1-1-.1s-.68.04-1 .1V5h2z"/></svg>
</template>

CSS

.icon-round-tungsten {
  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%22M12%2019c-.56%200-1%20.45-1%201v1c0%20.55.45%201%201%201s1-.45%201-1v-1c0-.55-.45-1-1-1m-6.01-1.91l-.71.71a.996.996%200%201%200%201.41%201.41l.71-.71a.996.996%200%200%200%200-1.41c-.38-.38-1.02-.38-1.41%200M5%2012c0-.55-.45-1-1-1H3c-.55%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1m16-1h-1c-.55%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m-2.99%206.09a.996.996%200%201%200-1.41%201.41l.71.71a.996.996%200%201%200%201.41-1.41zM15%208.02V5c0-1.1-.9-2-2-2h-2c-1.1%200-2%20.9-2%202v3.02c-1.43%201.08-2.28%202.9-1.91%204.91c.36%201.95%201.9%203.55%203.84%203.95C14.16%2017.56%2017%2015.11%2017%2012c0-1.63-.79-3.06-2-3.98m-2-.92c-.32-.06-.66-.1-1-.1s-.68.04-1%20.1V5h2z%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%22M12%2019c-.56%200-1%20.45-1%201v1c0%20.55.45%201%201%201s1-.45%201-1v-1c0-.55-.45-1-1-1m-6.01-1.91l-.71.71a.996.996%200%201%200%201.41%201.41l.71-.71a.996.996%200%200%200%200-1.41c-.38-.38-1.02-.38-1.41%200M5%2012c0-.55-.45-1-1-1H3c-.55%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1m16-1h-1c-.55%200-1%20.45-1%201s.45%201%201%201h1c.55%200%201-.45%201-1s-.45-1-1-1m-2.99%206.09a.996.996%200%201%200-1.41%201.41l.71.71a.996.996%200%201%200%201.41-1.41zM15%208.02V5c0-1.1-.9-2-2-2h-2c-1.1%200-2%20.9-2%202v3.02c-1.43%201.08-2.28%202.9-1.91%204.91c.36%201.95%201.9%203.55%203.84%203.95C14.16%2017.56%2017%2015.11%2017%2012c0-1.63-.79-3.06-2-3.98m-2-.92c-.32-.06-.66-.1-1-.1s-.68.04-1%20.1V5h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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