round cell wifi icon
round-cell-wifi from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- round-cell-wifi
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the round cell wifi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.29 7.68L7.7 20.29c-.63.63-.18 1.71.71 1.71H21c.55 0 1-.45 1-1V8.39c0-.89-1.08-1.34-1.71-.71M20 20h-2v-7.22l2-2zM9.61 10.68c-.28.17-.32.56-.09.79l.82.82c.39.39 1.02.39 1.41 0l.82-.82c.23-.23.18-.62-.09-.79c-.87-.54-1.99-.54-2.87 0M8.42 9.3a4.55 4.55 0 0 1 5.27 0c.36.26.85.22 1.16-.1c.39-.39.35-1.06-.1-1.38a6.4 6.4 0 0 0-7.4 0c-.45.32-.5.99-.1 1.38a.9.9 0 0 0 1.17.1"/><path fill="currentColor" d="M16.26 6.69c.34.28.83.28 1.14-.03l.12-.12c.35-.35.31-.92-.08-1.24c-3.67-3.05-9.02-3.07-12.7-.06c-.43.35-.47.99-.08 1.37c.32.33.84.37 1.19.08c3.01-2.48 7.4-2.48 10.41 0"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundCellWifi(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="M20.29 7.68L7.7 20.29c-.63.63-.18 1.71.71 1.71H21c.55 0 1-.45 1-1V8.39c0-.89-1.08-1.34-1.71-.71M20 20h-2v-7.22l2-2zM9.61 10.68c-.28.17-.32.56-.09.79l.82.82c.39.39 1.02.39 1.41 0l.82-.82c.23-.23.18-.62-.09-.79c-.87-.54-1.99-.54-2.87 0M8.42 9.3a4.55 4.55 0 0 1 5.27 0c.36.26.85.22 1.16-.1c.39-.39.35-1.06-.1-1.38a6.4 6.4 0 0 0-7.4 0c-.45.32-.5.99-.1 1.38a.9.9 0 0 0 1.17.1"/><path fill="currentColor" d="M16.26 6.69c.34.28.83.28 1.14-.03l.12-.12c.35-.35.31-.92-.08-1.24c-3.67-3.05-9.02-3.07-12.7-.06c-.43.35-.47.99-.08 1.37c.32.33.84.37 1.19.08c3.01-2.48 7.4-2.48 10.41 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.29 7.68L7.7 20.29c-.63.63-.18 1.71.71 1.71H21c.55 0 1-.45 1-1V8.39c0-.89-1.08-1.34-1.71-.71M20 20h-2v-7.22l2-2zM9.61 10.68c-.28.17-.32.56-.09.79l.82.82c.39.39 1.02.39 1.41 0l.82-.82c.23-.23.18-.62-.09-.79c-.87-.54-1.99-.54-2.87 0M8.42 9.3a4.55 4.55 0 0 1 5.27 0c.36.26.85.22 1.16-.1c.39-.39.35-1.06-.1-1.38a6.4 6.4 0 0 0-7.4 0c-.45.32-.5.99-.1 1.38a.9.9 0 0 0 1.17.1"/><path fill="currentColor" d="M16.26 6.69c.34.28.83.28 1.14-.03l.12-.12c.35-.35.31-.92-.08-1.24c-3.67-3.05-9.02-3.07-12.7-.06c-.43.35-.47.99-.08 1.37c.32.33.84.37 1.19.08c3.01-2.48 7.4-2.48 10.41 0"/></svg> </template>
CSS
.icon-round-cell-wifi {
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%22M20.29%207.68L7.7%2020.29c-.63.63-.18%201.71.71%201.71H21c.55%200%201-.45%201-1V8.39c0-.89-1.08-1.34-1.71-.71M20%2020h-2v-7.22l2-2zM9.61%2010.68c-.28.17-.32.56-.09.79l.82.82c.39.39%201.02.39%201.41%200l.82-.82c.23-.23.18-.62-.09-.79c-.87-.54-1.99-.54-2.87%200M8.42%209.3a4.55%204.55%200%200%201%205.27%200c.36.26.85.22%201.16-.1c.39-.39.35-1.06-.1-1.38a6.4%206.4%200%200%200-7.4%200c-.45.32-.5.99-.1%201.38a.9.9%200%200%200%201.17.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.26%206.69c.34.28.83.28%201.14-.03l.12-.12c.35-.35.31-.92-.08-1.24c-3.67-3.05-9.02-3.07-12.7-.06c-.43.35-.47.99-.08%201.37c.32.33.84.37%201.19.08c3.01-2.48%207.4-2.48%2010.41%200%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%22M20.29%207.68L7.7%2020.29c-.63.63-.18%201.71.71%201.71H21c.55%200%201-.45%201-1V8.39c0-.89-1.08-1.34-1.71-.71M20%2020h-2v-7.22l2-2zM9.61%2010.68c-.28.17-.32.56-.09.79l.82.82c.39.39%201.02.39%201.41%200l.82-.82c.23-.23.18-.62-.09-.79c-.87-.54-1.99-.54-2.87%200M8.42%209.3a4.55%204.55%200%200%201%205.27%200c.36.26.85.22%201.16-.1c.39-.39.35-1.06-.1-1.38a6.4%206.4%200%200%200-7.4%200c-.45.32-.5.99-.1%201.38a.9.9%200%200%200%201.17.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.26%206.69c.34.28.83.28%201.14-.03l.12-.12c.35-.35.31-.92-.08-1.24c-3.67-3.05-9.02-3.07-12.7-.06c-.43.35-.47.99-.08%201.37c.32.33.84.37%201.19.08c3.01-2.48%207.4-2.48%2010.41%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-cell-wifi.svg?color=%231a73e8&size=48