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

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

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

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 19.577L1.423 8.994q2.19-1.96 4.917-2.977T12 5t5.67 1.017t4.907 2.977l-1.74 1.785q-.654-.775-1.611-1.277T17 9q-2.077 0-3.538 1.462T12 14q0 1.244.505 2.216q.504.972 1.249 1.582zm9.389-.558l-2.614-2.607q-.354.275-.815.431Q17.498 17 17 17q-1.258 0-2.129-.871T14 14t.871-2.129T17 11t2.129.871T20 14q0 .46-.137.902q-.138.442-.374.796l2.607 2.613zm-2.973-3.603Q19 14.83 19 14t-.584-1.415T17 12t-1.415.585T15 14t.585 1.416T17 16t1.416-.584"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifiFind(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 19.577L1.423 8.994q2.19-1.96 4.917-2.977T12 5t5.67 1.017t4.907 2.977l-1.74 1.785q-.654-.775-1.611-1.277T17 9q-2.077 0-3.538 1.462T12 14q0 1.244.505 2.216q.504.972 1.249 1.582zm9.389-.558l-2.614-2.607q-.354.275-.815.431Q17.498 17 17 17q-1.258 0-2.129-.871T14 14t.871-2.129T17 11t2.129.871T20 14q0 .46-.137.902q-.138.442-.374.796l2.607 2.613zm-2.973-3.603Q19 14.83 19 14t-.584-1.415T17 12t-1.415.585T15 14t.585 1.416T17 16t1.416-.584"/></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 19.577L1.423 8.994q2.19-1.96 4.917-2.977T12 5t5.67 1.017t4.907 2.977l-1.74 1.785q-.654-.775-1.611-1.277T17 9q-2.077 0-3.538 1.462T12 14q0 1.244.505 2.216q.504.972 1.249 1.582zm9.389-.558l-2.614-2.607q-.354.275-.815.431Q17.498 17 17 17q-1.258 0-2.129-.871T14 14t.871-2.129T17 11t2.129.871T20 14q0 .46-.137.902q-.138.442-.374.796l2.607 2.613zm-2.973-3.603Q19 14.83 19 14t-.584-1.415T17 12t-1.415.585T15 14t.585 1.416T17 16t1.416-.584"/></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%2019.577L1.423%208.994q2.19-1.96%204.917-2.977T12%205t5.67%201.017t4.907%202.977l-1.74%201.785q-.654-.775-1.611-1.277T17%209q-2.077%200-3.538%201.462T12%2014q0%201.244.505%202.216q.504.972%201.249%201.582zm9.389-.558l-2.614-2.607q-.354.275-.815.431Q17.498%2017%2017%2017q-1.258%200-2.129-.871T14%2014t.871-2.129T17%2011t2.129.871T20%2014q0%20.46-.137.902q-.138.442-.374.796l2.607%202.613zm-2.973-3.603Q19%2014.83%2019%2014t-.584-1.415T17%2012t-1.415.585T15%2014t.585%201.416T17%2016t1.416-.584%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%2019.577L1.423%208.994q2.19-1.96%204.917-2.977T12%205t5.67%201.017t4.907%202.977l-1.74%201.785q-.654-.775-1.611-1.277T17%209q-2.077%200-3.538%201.462T12%2014q0%201.244.505%202.216q.504.972%201.249%201.582zm9.389-.558l-2.614-2.607q-.354.275-.815.431Q17.498%2017%2017%2017q-1.258%200-2.129-.871T14%2014t.871-2.129T17%2011t2.129.871T20%2014q0%20.46-.137.902q-.138.442-.374.796l2.607%202.613zm-2.973-3.603Q19%2014.83%2019%2014t-.584-1.415T17%2012t-1.415.585T15%2014t.585%201.416T17%2016t1.416-.584%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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