baseline wifi find icon
baseline-wifi-find from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-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 baseline 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.86L24 8.98A16.88 16.88 0 0 0 12 4C7.31 4 3.07 5.9 0 8.98L12 21l1.86-1.87C12.14 18.09 11 16.2 11 14"/><path fill="currentColor" d="M21 14c0-2.24-1.76-4-4-4s-4 1.76-4 4s1.76 4 4 4c.75 0 1.44-.21 2.03-.56L21.59 20L23 18.59l-2.56-2.56c.35-.59.56-1.28.56-2.03m-6 0c0-1.12.88-2 2-2s2 .88 2 2s-.88 2-2 2s-2-.88-2-2"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineWifiFind(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.86L24 8.98A16.88 16.88 0 0 0 12 4C7.31 4 3.07 5.9 0 8.98L12 21l1.86-1.87C12.14 18.09 11 16.2 11 14"/><path fill="currentColor" d="M21 14c0-2.24-1.76-4-4-4s-4 1.76-4 4s1.76 4 4 4c.75 0 1.44-.21 2.03-.56L21.59 20L23 18.59l-2.56-2.56c.35-.59.56-1.28.56-2.03m-6 0c0-1.12.88-2 2-2s2 .88 2 2s-.88 2-2 2s-2-.88-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.86L24 8.98A16.88 16.88 0 0 0 12 4C7.31 4 3.07 5.9 0 8.98L12 21l1.86-1.87C12.14 18.09 11 16.2 11 14"/><path fill="currentColor" d="M21 14c0-2.24-1.76-4-4-4s-4 1.76-4 4s1.76 4 4 4c.75 0 1.44-.21 2.03-.56L21.59 20L23 18.59l-2.56-2.56c.35-.59.56-1.28.56-2.03m-6 0c0-1.12.88-2 2-2s2 .88 2 2s-.88 2-2 2s-2-.88-2-2"/></svg> </template>
CSS
.icon-baseline-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.86L24%208.98A16.88%2016.88%200%200%200%2012%204C7.31%204%203.07%205.9%200%208.98L12%2021l1.86-1.87C12.14%2018.09%2011%2016.2%2011%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2014c0-2.24-1.76-4-4-4s-4%201.76-4%204s1.76%204%204%204c.75%200%201.44-.21%202.03-.56L21.59%2020L23%2018.59l-2.56-2.56c.35-.59.56-1.28.56-2.03m-6%200c0-1.12.88-2%202-2s2%20.88%202%202s-.88%202-2%202s-2-.88-2-2%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.86L24%208.98A16.88%2016.88%200%200%200%2012%204C7.31%204%203.07%205.9%200%208.98L12%2021l1.86-1.87C12.14%2018.09%2011%2016.2%2011%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2014c0-2.24-1.76-4-4-4s-4%201.76-4%204s1.76%204%204%204c.75%200%201.44-.21%202.03-.56L21.59%2020L23%2018.59l-2.56-2.56c.35-.59.56-1.28.56-2.03m-6%200c0-1.12.88-2%202-2s2%20.88%202%202s-.88%202-2%202s-2-.88-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-wifi-find.svg?color=%231a73e8&size=48