wifi-find from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
wifi-find
Set
Material Symbols
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-find-sharp

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the 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="M12 21L0 8.975q2.325-2.325 5.388-3.65T12 4t6.613 1.325T24 8.975l-1.875 1.9Q21.375 9.6 20.063 8.8T17 8q-2.5 0-4.25 1.75T11 14q0 1.725.813 3.063t2.037 2.062zm9.6-1l-2.575-2.55q-.45.275-.95.413T17 18q-1.7 0-2.85-1.15T13 14t1.15-2.85T17 10t2.85 1.15T21 14q0 .575-.137 1.075t-.413.95L23 18.6zm-3.175-4.575Q19 14.85 19 14t-.575-1.425T17 12t-1.425.575T15 14t.575 1.425T17 16t1.425-.575"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiFind(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 21L0 8.975q2.325-2.325 5.388-3.65T12 4t6.613 1.325T24 8.975l-1.875 1.9Q21.375 9.6 20.063 8.8T17 8q-2.5 0-4.25 1.75T11 14q0 1.725.813 3.063t2.037 2.062zm9.6-1l-2.575-2.55q-.45.275-.95.413T17 18q-1.7 0-2.85-1.15T13 14t1.15-2.85T17 10t2.85 1.15T21 14q0 .575-.137 1.075t-.413.95L23 18.6zm-3.175-4.575Q19 14.85 19 14t-.575-1.425T17 12t-1.425.575T15 14t.575 1.425T17 16t1.425-.575"/></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 21L0 8.975q2.325-2.325 5.388-3.65T12 4t6.613 1.325T24 8.975l-1.875 1.9Q21.375 9.6 20.063 8.8T17 8q-2.5 0-4.25 1.75T11 14q0 1.725.813 3.063t2.037 2.062zm9.6-1l-2.575-2.55q-.45.275-.95.413T17 18q-1.7 0-2.85-1.15T13 14t1.15-2.85T17 10t2.85 1.15T21 14q0 .575-.137 1.075t-.413.95L23 18.6zm-3.175-4.575Q19 14.85 19 14t-.575-1.425T17 12t-1.425.575T15 14t.575 1.425T17 16t1.425-.575"/></svg>
</template>

CSS

.icon-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%22M12%2021L0%208.975q2.325-2.325%205.388-3.65T12%204t6.613%201.325T24%208.975l-1.875%201.9Q21.375%209.6%2020.063%208.8T17%208q-2.5%200-4.25%201.75T11%2014q0%201.725.813%203.063t2.037%202.062zm9.6-1l-2.575-2.55q-.45.275-.95.413T17%2018q-1.7%200-2.85-1.15T13%2014t1.15-2.85T17%2010t2.85%201.15T21%2014q0%20.575-.137%201.075t-.413.95L23%2018.6zm-3.175-4.575Q19%2014.85%2019%2014t-.575-1.425T17%2012t-1.425.575T15%2014t.575%201.425T17%2016t1.425-.575%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%2021L0%208.975q2.325-2.325%205.388-3.65T12%204t6.613%201.325T24%208.975l-1.875%201.9Q21.375%209.6%2020.063%208.8T17%208q-2.5%200-4.25%201.75T11%2014q0%201.725.813%203.063t2.037%202.062zm9.6-1l-2.575-2.55q-.45.275-.95.413T17%2018q-1.7%200-2.85-1.15T13%2014t1.15-2.85T17%2010t2.85%201.15T21%2014q0%20.575-.137%201.075t-.413.95L23%2018.6zm-3.175-4.575Q19%2014.85%2019%2014t-.575-1.425T17%2012t-1.425.575T15%2014t.575%201.425T17%2016t1.425-.575%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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