round wifi channel icon
round-wifi-channel from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-wifi-channel
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round wifi channel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.13 21c.5 0 .92-.38.99-.87c.65-4.89 1.95-9.01 2.88-10c.91.98 2.19 5.01 2.86 9.82c.08.6.59 1.05 1.19 1.05c.54 0 1.02-.36 1.16-.89c.62-2.38 1.9-5.11 2.79-5.11c.9 0 2.19 2.83 2.81 5.2c.12.48.56.8 1.05.8c.62 0 1.12-.52 1.09-1.14C20.75 15.89 19.81 3 16 3c-2.51 0-3.77 5.61-4.4 10.57C10.79 10.66 9.61 8 8 8c-2.92 0-4.41 8.71-4.85 11.87c-.09.6.38 1.13.98 1.13M16 13c-.99 0-1.82.62-2.5 1.5c.57-4.77 1.54-8.62 2.5-9.44c.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundWifiChannel(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="M4.13 21c.5 0 .92-.38.99-.87c.65-4.89 1.95-9.01 2.88-10c.91.98 2.19 5.01 2.86 9.82c.08.6.59 1.05 1.19 1.05c.54 0 1.02-.36 1.16-.89c.62-2.38 1.9-5.11 2.79-5.11c.9 0 2.19 2.83 2.81 5.2c.12.48.56.8 1.05.8c.62 0 1.12-.52 1.09-1.14C20.75 15.89 19.81 3 16 3c-2.51 0-3.77 5.61-4.4 10.57C10.79 10.66 9.61 8 8 8c-2.92 0-4.41 8.71-4.85 11.87c-.09.6.38 1.13.98 1.13M16 13c-.99 0-1.82.62-2.5 1.5c.57-4.77 1.54-8.62 2.5-9.44c.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.13 21c.5 0 .92-.38.99-.87c.65-4.89 1.95-9.01 2.88-10c.91.98 2.19 5.01 2.86 9.82c.08.6.59 1.05 1.19 1.05c.54 0 1.02-.36 1.16-.89c.62-2.38 1.9-5.11 2.79-5.11c.9 0 2.19 2.83 2.81 5.2c.12.48.56.8 1.05.8c.62 0 1.12-.52 1.09-1.14C20.75 15.89 19.81 3 16 3c-2.51 0-3.77 5.61-4.4 10.57C10.79 10.66 9.61 8 8 8c-2.92 0-4.41 8.71-4.85 11.87c-.09.6.38 1.13.98 1.13M16 13c-.99 0-1.82.62-2.5 1.5c.57-4.77 1.54-8.62 2.5-9.44c.97.81 1.91 4.67 2.49 9.43C17.81 13.62 16.98 13 16 13"/></svg> </template>
CSS
.icon-round-wifi-channel {
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%22M4.13%2021c.5%200%20.92-.38.99-.87c.65-4.89%201.95-9.01%202.88-10c.91.98%202.19%205.01%202.86%209.82c.08.6.59%201.05%201.19%201.05c.54%200%201.02-.36%201.16-.89c.62-2.38%201.9-5.11%202.79-5.11c.9%200%202.19%202.83%202.81%205.2c.12.48.56.8%201.05.8c.62%200%201.12-.52%201.09-1.14C20.75%2015.89%2019.81%203%2016%203c-2.51%200-3.77%205.61-4.4%2010.57C10.79%2010.66%209.61%208%208%208c-2.92%200-4.41%208.71-4.85%2011.87c-.09.6.38%201.13.98%201.13M16%2013c-.99%200-1.82.62-2.5%201.5c.57-4.77%201.54-8.62%202.5-9.44c.97.81%201.91%204.67%202.49%209.43C17.81%2013.62%2016.98%2013%2016%2013%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%22M4.13%2021c.5%200%20.92-.38.99-.87c.65-4.89%201.95-9.01%202.88-10c.91.98%202.19%205.01%202.86%209.82c.08.6.59%201.05%201.19%201.05c.54%200%201.02-.36%201.16-.89c.62-2.38%201.9-5.11%202.79-5.11c.9%200%202.19%202.83%202.81%205.2c.12.48.56.8%201.05.8c.62%200%201.12-.52%201.09-1.14C20.75%2015.89%2019.81%203%2016%203c-2.51%200-3.77%205.61-4.4%2010.57C10.79%2010.66%209.61%208%208%208c-2.92%200-4.41%208.71-4.85%2011.87c-.09.6.38%201.13.98%201.13M16%2013c-.99%200-1.82.62-2.5%201.5c.57-4.77%201.54-8.62%202.5-9.44c.97.81%201.91%204.67%202.49%209.43C17.81%2013.62%2016.98%2013%2016%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-wifi-channel.svg?color=%231a73e8&size=48