round signal wifi 1 bar icon

round-signal-wifi-1-bar from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-signal-wifi-1-bar
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round signal wifi 1 bar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.67 14.86l3.77 4.7c.8 1 2.32 1 3.12 0l3.78-4.7C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86"/><path fill="currentColor" fill-opacity=".3" d="M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSignalWifi1Bar(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.67 14.86l3.77 4.7c.8 1 2.32 1 3.12 0l3.78-4.7C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86"/><path fill="currentColor" fillOpacity=".3" d="M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0z"/></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.67 14.86l3.77 4.7c.8 1 2.32 1 3.12 0l3.78-4.7C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86"/><path fill="currentColor" fill-opacity=".3" d="M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l10.08 12.56c.8 1 2.32 1 3.12 0z"/></svg>
</template>

CSS

.icon-round-signal-wifi-1-bar {
  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.67%2014.86l3.77%204.7c.8%201%202.32%201%203.12%200l3.78-4.7C17.06%2014.65%2015.03%2013%2012%2013s-5.06%201.65-5.33%201.86%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.3%22%20d%3D%22M23.64%207c-.45-.34-4.93-4-11.64-4C5.28%203%20.81%206.66.36%207l10.08%2012.56c.8%201%202.32%201%203.12%200z%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.67%2014.86l3.77%204.7c.8%201%202.32%201%203.12%200l3.78-4.7C17.06%2014.65%2015.03%2013%2012%2013s-5.06%201.65-5.33%201.86%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.3%22%20d%3D%22M23.64%207c-.45-.34-4.93-4-11.64-4C5.28%203%20.81%206.66.36%207l10.08%2012.56c.8%201%202.32%201%203.12%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-signal-wifi-1-bar.svg?color=%231a73e8&size=48