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

Name
wifi-find-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

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="m10.575 19.575l-9.05-9.05q-.325-.325-.462-.712T.95 9t.188-.8t.512-.65Q3.675 5.8 6.513 4.9T12 4q2.675 0 5.488.913t4.862 2.662q.35.275.513.663t.187.787t-.125.788t-.45.712l-.35.35Q21.375 9.6 20.063 8.8T17 8q-2.5 0-4.25 1.75T11 14q0 1.725.813 3.063t2.037 2.062l-.425.45q-.3.3-.663.438T12 20.15t-.763-.137t-.662-.438M20.9 19.3l-1.875-1.85q-.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.95L22.3 17.9q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-2.475-3.875Q19 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 MaterialSymbolsWifiFindRounded(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="m10.575 19.575l-9.05-9.05q-.325-.325-.462-.712T.95 9t.188-.8t.512-.65Q3.675 5.8 6.513 4.9T12 4q2.675 0 5.488.913t4.862 2.662q.35.275.513.663t.187.787t-.125.788t-.45.712l-.35.35Q21.375 9.6 20.063 8.8T17 8q-2.5 0-4.25 1.75T11 14q0 1.725.813 3.063t2.037 2.062l-.425.45q-.3.3-.663.438T12 20.15t-.763-.137t-.662-.438M20.9 19.3l-1.875-1.85q-.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.95L22.3 17.9q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-2.475-3.875Q19 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="m10.575 19.575l-9.05-9.05q-.325-.325-.462-.712T.95 9t.188-.8t.512-.65Q3.675 5.8 6.513 4.9T12 4q2.675 0 5.488.913t4.862 2.662q.35.275.513.663t.187.787t-.125.788t-.45.712l-.35.35Q21.375 9.6 20.063 8.8T17 8q-2.5 0-4.25 1.75T11 14q0 1.725.813 3.063t2.037 2.062l-.425.45q-.3.3-.663.438T12 20.15t-.763-.137t-.662-.438M20.9 19.3l-1.875-1.85q-.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.95L22.3 17.9q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-2.475-3.875Q19 14.85 19 14t-.575-1.425T17 12t-1.425.575T15 14t.575 1.425T17 16t1.425-.575"/></svg>
</template>

CSS

.icon-wifi-find-rounded {
  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%22m10.575%2019.575l-9.05-9.05q-.325-.325-.462-.712T.95%209t.188-.8t.512-.65Q3.675%205.8%206.513%204.9T12%204q2.675%200%205.488.913t4.862%202.662q.35.275.513.663t.187.787t-.125.788t-.45.712l-.35.35Q21.375%209.6%2020.063%208.8T17%208q-2.5%200-4.25%201.75T11%2014q0%201.725.813%203.063t2.037%202.062l-.425.45q-.3.3-.663.438T12%2020.15t-.763-.137t-.662-.438M20.9%2019.3l-1.875-1.85q-.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.95L22.3%2017.9q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-2.475-3.875Q19%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%22m10.575%2019.575l-9.05-9.05q-.325-.325-.462-.712T.95%209t.188-.8t.512-.65Q3.675%205.8%206.513%204.9T12%204q2.675%200%205.488.913t4.862%202.662q.35.275.513.663t.187.787t-.125.788t-.45.712l-.35.35Q21.375%209.6%2020.063%208.8T17%208q-2.5%200-4.25%201.75T11%2014q0%201.725.813%203.063t2.037%202.062l-.425.45q-.3.3-.663.438T12%2020.15t-.763-.137t-.662-.438M20.9%2019.3l-1.875-1.85q-.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.95L22.3%2017.9q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275m-2.475-3.875Q19%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-rounded.svg?color=%231a73e8&size=48