round wifi tethering icon

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

Name
round-wifi-tethering
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 wifi tethering icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m6 2a6 6 0 0 0-6.75-5.95c-2.62.32-4.78 2.41-5.18 5.02c-.33 2.15.49 4.11 1.93 5.4c.48.43 1.23.33 1.56-.23l.01-.01c.24-.42.14-.93-.22-1.26a4 4 0 0 1-1.22-3.94a3.95 3.95 0 0 1 2.9-2.91A4 4 0 0 1 16 13c0 1.18-.52 2.23-1.33 2.96c-.36.32-.47.84-.23 1.26l.01.01c.31.53 1.03.69 1.5.28A6 6 0 0 0 18 13m-7.17-9.93c-4.62.52-8.35 4.33-8.78 8.96a9.97 9.97 0 0 0 4.02 9.01c.48.35 1.16.2 1.46-.31c.25-.43.14-.99-.26-1.29c-2.28-1.69-3.65-4.55-3.16-7.7c.54-3.5 3.46-6.29 6.98-6.68C15.91 4.51 20 8.28 20 13c0 2.65-1.29 4.98-3.27 6.44c-.4.3-.51.85-.26 1.29c.3.52.98.66 1.46.31A9.96 9.96 0 0 0 22 13c0-5.91-5.13-10.62-11.17-9.93"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWifiTethering(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 11c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m6 2a6 6 0 0 0-6.75-5.95c-2.62.32-4.78 2.41-5.18 5.02c-.33 2.15.49 4.11 1.93 5.4c.48.43 1.23.33 1.56-.23l.01-.01c.24-.42.14-.93-.22-1.26a4 4 0 0 1-1.22-3.94a3.95 3.95 0 0 1 2.9-2.91A4 4 0 0 1 16 13c0 1.18-.52 2.23-1.33 2.96c-.36.32-.47.84-.23 1.26l.01.01c.31.53 1.03.69 1.5.28A6 6 0 0 0 18 13m-7.17-9.93c-4.62.52-8.35 4.33-8.78 8.96a9.97 9.97 0 0 0 4.02 9.01c.48.35 1.16.2 1.46-.31c.25-.43.14-.99-.26-1.29c-2.28-1.69-3.65-4.55-3.16-7.7c.54-3.5 3.46-6.29 6.98-6.68C15.91 4.51 20 8.28 20 13c0 2.65-1.29 4.98-3.27 6.44c-.4.3-.51.85-.26 1.29c.3.52.98.66 1.46.31A9.96 9.96 0 0 0 22 13c0-5.91-5.13-10.62-11.17-9.93"/></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 11c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m6 2a6 6 0 0 0-6.75-5.95c-2.62.32-4.78 2.41-5.18 5.02c-.33 2.15.49 4.11 1.93 5.4c.48.43 1.23.33 1.56-.23l.01-.01c.24-.42.14-.93-.22-1.26a4 4 0 0 1-1.22-3.94a3.95 3.95 0 0 1 2.9-2.91A4 4 0 0 1 16 13c0 1.18-.52 2.23-1.33 2.96c-.36.32-.47.84-.23 1.26l.01.01c.31.53 1.03.69 1.5.28A6 6 0 0 0 18 13m-7.17-9.93c-4.62.52-8.35 4.33-8.78 8.96a9.97 9.97 0 0 0 4.02 9.01c.48.35 1.16.2 1.46-.31c.25-.43.14-.99-.26-1.29c-2.28-1.69-3.65-4.55-3.16-7.7c.54-3.5 3.46-6.29 6.98-6.68C15.91 4.51 20 8.28 20 13c0 2.65-1.29 4.98-3.27 6.44c-.4.3-.51.85-.26 1.29c.3.52.98.66 1.46.31A9.96 9.96 0 0 0 22 13c0-5.91-5.13-10.62-11.17-9.93"/></svg>
</template>

CSS

.icon-round-wifi-tethering {
  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%2011c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m6%202a6%206%200%200%200-6.75-5.95c-2.62.32-4.78%202.41-5.18%205.02c-.33%202.15.49%204.11%201.93%205.4c.48.43%201.23.33%201.56-.23l.01-.01c.24-.42.14-.93-.22-1.26a4%204%200%200%201-1.22-3.94a3.95%203.95%200%200%201%202.9-2.91A4%204%200%200%201%2016%2013c0%201.18-.52%202.23-1.33%202.96c-.36.32-.47.84-.23%201.26l.01.01c.31.53%201.03.69%201.5.28A6%206%200%200%200%2018%2013m-7.17-9.93c-4.62.52-8.35%204.33-8.78%208.96a9.97%209.97%200%200%200%204.02%209.01c.48.35%201.16.2%201.46-.31c.25-.43.14-.99-.26-1.29c-2.28-1.69-3.65-4.55-3.16-7.7c.54-3.5%203.46-6.29%206.98-6.68C15.91%204.51%2020%208.28%2020%2013c0%202.65-1.29%204.98-3.27%206.44c-.4.3-.51.85-.26%201.29c.3.52.98.66%201.46.31A9.96%209.96%200%200%200%2022%2013c0-5.91-5.13-10.62-11.17-9.93%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%2011c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m6%202a6%206%200%200%200-6.75-5.95c-2.62.32-4.78%202.41-5.18%205.02c-.33%202.15.49%204.11%201.93%205.4c.48.43%201.23.33%201.56-.23l.01-.01c.24-.42.14-.93-.22-1.26a4%204%200%200%201-1.22-3.94a3.95%203.95%200%200%201%202.9-2.91A4%204%200%200%201%2016%2013c0%201.18-.52%202.23-1.33%202.96c-.36.32-.47.84-.23%201.26l.01.01c.31.53%201.03.69%201.5.28A6%206%200%200%200%2018%2013m-7.17-9.93c-4.62.52-8.35%204.33-8.78%208.96a9.97%209.97%200%200%200%204.02%209.01c.48.35%201.16.2%201.46-.31c.25-.43.14-.99-.26-1.29c-2.28-1.69-3.65-4.55-3.16-7.7c.54-3.5%203.46-6.29%206.98-6.68C15.91%204.51%2020%208.28%2020%2013c0%202.65-1.29%204.98-3.27%206.44c-.4.3-.51.85-.26%201.29c.3.52.98.66%201.46.31A9.96%209.96%200%200%200%2022%2013c0-5.91-5.13-10.62-11.17-9.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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