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

Name
wifi-find-outline-rounded
Set
Material Symbols
Style
Outline 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="M11.275 20.275L1.525 10.5q-.3-.3-.45-.7T.95 9t.175-.775t.5-.65q2.05-1.75 4.875-2.663T12 4q2.775 0 5.563.925t4.912 2.75q.3.275.463.613t.187.712t-.112.75t-.413.65q-2.025-2.025-4.75-3.213T12 6q-2.575 0-4.875.813t-4.2 2.262l9.775 9.8q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3M20.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-.575M12 19.575"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiFindOutlineRounded(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.275 20.275L1.525 10.5q-.3-.3-.45-.7T.95 9t.175-.775t.5-.65q2.05-1.75 4.875-2.663T12 4q2.775 0 5.563.925t4.912 2.75q.3.275.463.613t.187.712t-.112.75t-.413.65q-2.025-2.025-4.75-3.213T12 6q-2.575 0-4.875.813t-4.2 2.262l9.775 9.8q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3M20.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-.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="M11.275 20.275L1.525 10.5q-.3-.3-.45-.7T.95 9t.175-.775t.5-.65q2.05-1.75 4.875-2.663T12 4q2.775 0 5.563.925t4.912 2.75q.3.275.463.613t.187.712t-.112.75t-.413.65q-2.025-2.025-4.75-3.213T12 6q-2.575 0-4.875.813t-4.2 2.262l9.775 9.8q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3M20.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-.575M12 19.575"/></svg>
</template>

CSS

.icon-wifi-find-outline-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%22M11.275%2020.275L1.525%2010.5q-.3-.3-.45-.7T.95%209t.175-.775t.5-.65q2.05-1.75%204.875-2.663T12%204q2.775%200%205.563.925t4.912%202.75q.3.275.463.613t.187.712t-.112.75t-.413.65q-2.025-2.025-4.75-3.213T12%206q-2.575%200-4.875.813t-4.2%202.262l9.775%209.8q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3M20.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-.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%22M11.275%2020.275L1.525%2010.5q-.3-.3-.45-.7T.95%209t.175-.775t.5-.65q2.05-1.75%204.875-2.663T12%204q2.775%200%205.563.925t4.912%202.75q.3.275.463.613t.187.712t-.112.75t-.413.65q-2.025-2.025-4.75-3.213T12%206q-2.575%200-4.875.813t-4.2%202.262l9.775%209.8q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3M20.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-.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-rounded.svg?color=%231a73e8&size=48