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

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

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the wifi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.35 15.35l-1.023-1.034q1.339-1.339 3.06-2.058q1.72-.72 3.613-.72t3.616.723q1.725.722 3.057 2.066L17.65 15.35q-1.125-1.125-2.587-1.737T12 13t-3.062.613T6.35 15.35M2.1 11.1l-1.023-1.023Q3.26 7.883 6.084 6.711T12 5.538t5.916 1.172t5.007 3.367L21.9 11.1q-1.975-1.975-4.537-3.037T12 7T6.637 8.063T2.1 11.1M12 21l-2.448-2.454q.489-.488 1.122-.748t1.326-.26t1.326.26q.634.26 1.122.748z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifiSharp(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="m6.35 15.35l-1.023-1.034q1.339-1.339 3.06-2.058q1.72-.72 3.613-.72t3.616.723q1.725.722 3.057 2.066L17.65 15.35q-1.125-1.125-2.587-1.737T12 13t-3.062.613T6.35 15.35M2.1 11.1l-1.023-1.023Q3.26 7.883 6.084 6.711T12 5.538t5.916 1.172t5.007 3.367L21.9 11.1q-1.975-1.975-4.537-3.037T12 7T6.637 8.063T2.1 11.1M12 21l-2.448-2.454q.489-.488 1.122-.748t1.326-.26t1.326.26q.634.26 1.122.748z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.35 15.35l-1.023-1.034q1.339-1.339 3.06-2.058q1.72-.72 3.613-.72t3.616.723q1.725.722 3.057 2.066L17.65 15.35q-1.125-1.125-2.587-1.737T12 13t-3.062.613T6.35 15.35M2.1 11.1l-1.023-1.023Q3.26 7.883 6.084 6.711T12 5.538t5.916 1.172t5.007 3.367L21.9 11.1q-1.975-1.975-4.537-3.037T12 7T6.637 8.063T2.1 11.1M12 21l-2.448-2.454q.489-.488 1.122-.748t1.326-.26t1.326.26q.634.26 1.122.748z"/></svg>
</template>

CSS

.icon-wifi-sharp {
  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%22m6.35%2015.35l-1.023-1.034q1.339-1.339%203.06-2.058q1.72-.72%203.613-.72t3.616.723q1.725.722%203.057%202.066L17.65%2015.35q-1.125-1.125-2.587-1.737T12%2013t-3.062.613T6.35%2015.35M2.1%2011.1l-1.023-1.023Q3.26%207.883%206.084%206.711T12%205.538t5.916%201.172t5.007%203.367L21.9%2011.1q-1.975-1.975-4.537-3.037T12%207T6.637%208.063T2.1%2011.1M12%2021l-2.448-2.454q.489-.488%201.122-.748t1.326-.26t1.326.26q.634.26%201.122.748z%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%22m6.35%2015.35l-1.023-1.034q1.339-1.339%203.06-2.058q1.72-.72%203.613-.72t3.616.723q1.725.722%203.057%202.066L17.65%2015.35q-1.125-1.125-2.587-1.737T12%2013t-3.062.613T6.35%2015.35M2.1%2011.1l-1.023-1.023Q3.26%207.883%206.084%206.711T12%205.538t5.916%201.172t5.007%203.367L21.9%2011.1q-1.975-1.975-4.537-3.037T12%207T6.637%208.063T2.1%2011.1M12%2021l-2.448-2.454q.489-.488%201.122-.748t1.326-.26t1.326.26q.634.26%201.122.748z%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-sharp.svg?color=%231a73e8&size=48