round wifi find icon
round-wifi-find from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-wifi-find
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round wifi find icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 14c0-3.36 2.64-6 6-6c2.2 0 4.08 1.13 5.13 2.86l.36-.37c.86-.86.76-2.27-.2-3.01A16.9 16.9 0 0 0 12 4C8.13 4 4.56 5.3 1.71 7.48c-.96.74-1.06 2.15-.2 3.01l9.08 9.09c.78.78 2.05.78 2.83 0l.45-.45C12.14 18.09 11 16.2 11 14"/><path fill="currentColor" d="M20.44 16.03c.35-.59.56-1.28.56-2.03c0-2.24-1.76-4-4-4s-4 1.76-4 4s1.76 4 4 4c.75 0 1.44-.21 2.03-.56l1.85 1.85a.996.996 0 1 0 1.41-1.41zM17 16c-1.12 0-2-.88-2-2s.88-2 2-2s2 .88 2 2s-.88 2-2 2"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundWifiFind(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="M11 14c0-3.36 2.64-6 6-6c2.2 0 4.08 1.13 5.13 2.86l.36-.37c.86-.86.76-2.27-.2-3.01A16.9 16.9 0 0 0 12 4C8.13 4 4.56 5.3 1.71 7.48c-.96.74-1.06 2.15-.2 3.01l9.08 9.09c.78.78 2.05.78 2.83 0l.45-.45C12.14 18.09 11 16.2 11 14"/><path fill="currentColor" d="M20.44 16.03c.35-.59.56-1.28.56-2.03c0-2.24-1.76-4-4-4s-4 1.76-4 4s1.76 4 4 4c.75 0 1.44-.21 2.03-.56l1.85 1.85a.996.996 0 1 0 1.41-1.41zM17 16c-1.12 0-2-.88-2-2s.88-2 2-2s2 .88 2 2s-.88 2-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 14c0-3.36 2.64-6 6-6c2.2 0 4.08 1.13 5.13 2.86l.36-.37c.86-.86.76-2.27-.2-3.01A16.9 16.9 0 0 0 12 4C8.13 4 4.56 5.3 1.71 7.48c-.96.74-1.06 2.15-.2 3.01l9.08 9.09c.78.78 2.05.78 2.83 0l.45-.45C12.14 18.09 11 16.2 11 14"/><path fill="currentColor" d="M20.44 16.03c.35-.59.56-1.28.56-2.03c0-2.24-1.76-4-4-4s-4 1.76-4 4s1.76 4 4 4c.75 0 1.44-.21 2.03-.56l1.85 1.85a.996.996 0 1 0 1.41-1.41zM17 16c-1.12 0-2-.88-2-2s.88-2 2-2s2 .88 2 2s-.88 2-2 2"/></svg> </template>
CSS
.icon-round-wifi-find {
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%22M11%2014c0-3.36%202.64-6%206-6c2.2%200%204.08%201.13%205.13%202.86l.36-.37c.86-.86.76-2.27-.2-3.01A16.9%2016.9%200%200%200%2012%204C8.13%204%204.56%205.3%201.71%207.48c-.96.74-1.06%202.15-.2%203.01l9.08%209.09c.78.78%202.05.78%202.83%200l.45-.45C12.14%2018.09%2011%2016.2%2011%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.44%2016.03c.35-.59.56-1.28.56-2.03c0-2.24-1.76-4-4-4s-4%201.76-4%204s1.76%204%204%204c.75%200%201.44-.21%202.03-.56l1.85%201.85a.996.996%200%201%200%201.41-1.41zM17%2016c-1.12%200-2-.88-2-2s.88-2%202-2s2%20.88%202%202s-.88%202-2%202%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%22M11%2014c0-3.36%202.64-6%206-6c2.2%200%204.08%201.13%205.13%202.86l.36-.37c.86-.86.76-2.27-.2-3.01A16.9%2016.9%200%200%200%2012%204C8.13%204%204.56%205.3%201.71%207.48c-.96.74-1.06%202.15-.2%203.01l9.08%209.09c.78.78%202.05.78%202.83%200l.45-.45C12.14%2018.09%2011%2016.2%2011%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.44%2016.03c.35-.59.56-1.28.56-2.03c0-2.24-1.76-4-4-4s-4%201.76-4%204s1.76%204%204%204c.75%200%201.44-.21%202.03-.56l1.85%201.85a.996.996%200%201%200%201.41-1.41zM17%2016c-1.12%200-2-.88-2-2s.88-2%202-2s2%20.88%202%202s-.88%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-wifi-find.svg?color=%231a73e8&size=48