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

Name
wifi-find-outline
Set
Material Symbols
Style
Outline
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-find-outline-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.975L22.6 10.4q-2.025-2.025-4.75-3.213T12 6q-2.575 0-4.875.813t-4.2 2.262l10.475 10.5zm9.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-.575M12 19.575"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiFindOutline(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.975L22.6 10.4q-2.025-2.025-4.75-3.213T12 6q-2.575 0-4.875.813t-4.2 2.262l10.475 10.5zm9.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-.575M12 19.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.975L22.6 10.4q-2.025-2.025-4.75-3.213T12 6q-2.575 0-4.875.813t-4.2 2.262l10.475 10.5zm9.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-.575M12 19.575"/></svg>
</template>

CSS

.icon-wifi-find-outline {
  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.975L22.6%2010.4q-2.025-2.025-4.75-3.213T12%206q-2.575%200-4.875.813t-4.2%202.262l10.475%2010.5zm9.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-.575M12%2019.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.975L22.6%2010.4q-2.025-2.025-4.75-3.213T12%206q-2.575%200-4.875.813t-4.2%202.262l10.475%2010.5zm9.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-.575M12%2019.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-outline.svg?color=%231a73e8&size=48