sharp portable wifi off icon
sharp-portable-wifi-off from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-portable-wifi-off
- 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 sharp portable wifi off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.42 2.36L2.01 3.78L4.1 5.87C2.79 7.57 2 9.69 2 12c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 17.53 4 14.96 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45c0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02l7.52 7.52l1.41-1.41zm14.29 11.46c.18-.57.29-1.19.29-1.82c0-3.31-2.69-6-6-6c-.63 0-1.25.11-1.82.29l1.72 1.72c.03 0 .06-.01.1-.01c2.21 0 4 1.79 4 4c0 .04-.01.07-.01.11zM12 4c4.42 0 8 3.58 8 8c0 1.2-.29 2.32-.77 3.35l1.49 1.49A9.8 9.8 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.76 0-3.4.48-4.84 1.28l1.48 1.48C9.66 4.28 10.8 4 12 4"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpPortableWifiOff(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="M3.42 2.36L2.01 3.78L4.1 5.87C2.79 7.57 2 9.69 2 12c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 17.53 4 14.96 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45c0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02l7.52 7.52l1.41-1.41zm14.29 11.46c.18-.57.29-1.19.29-1.82c0-3.31-2.69-6-6-6c-.63 0-1.25.11-1.82.29l1.72 1.72c.03 0 .06-.01.1-.01c2.21 0 4 1.79 4 4c0 .04-.01.07-.01.11zM12 4c4.42 0 8 3.58 8 8c0 1.2-.29 2.32-.77 3.35l1.49 1.49A9.8 9.8 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.76 0-3.4.48-4.84 1.28l1.48 1.48C9.66 4.28 10.8 4 12 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.42 2.36L2.01 3.78L4.1 5.87C2.79 7.57 2 9.69 2 12c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 17.53 4 14.96 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45c0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02l7.52 7.52l1.41-1.41zm14.29 11.46c.18-.57.29-1.19.29-1.82c0-3.31-2.69-6-6-6c-.63 0-1.25.11-1.82.29l1.72 1.72c.03 0 .06-.01.1-.01c2.21 0 4 1.79 4 4c0 .04-.01.07-.01.11zM12 4c4.42 0 8 3.58 8 8c0 1.2-.29 2.32-.77 3.35l1.49 1.49A9.8 9.8 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.76 0-3.4.48-4.84 1.28l1.48 1.48C9.66 4.28 10.8 4 12 4"/></svg> </template>
CSS
.icon-sharp-portable-wifi-off {
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%22M3.42%202.36L2.01%203.78L4.1%205.87C2.79%207.57%202%209.69%202%2012c0%203.7%202.01%206.92%204.99%208.65l1-1.73C5.61%2017.53%204%2014.96%204%2012c0-1.76.57-3.38%201.53-4.69l1.43%201.44C6.36%209.68%206%2010.8%206%2012c0%202.22%201.21%204.15%203%205.19l1-1.74c-1.19-.7-2-1.97-2-3.45c0-.65.17-1.25.44-1.79l1.58%201.58L10%2012c0%201.1.9%202%202%202l.21-.02l7.52%207.52l1.41-1.41zm14.29%2011.46c.18-.57.29-1.19.29-1.82c0-3.31-2.69-6-6-6c-.63%200-1.25.11-1.82.29l1.72%201.72c.03%200%20.06-.01.1-.01c2.21%200%204%201.79%204%204c0%20.04-.01.07-.01.11zM12%204c4.42%200%208%203.58%208%208c0%201.2-.29%202.32-.77%203.35l1.49%201.49A9.8%209.8%200%200%200%2022%2012c0-5.52-4.48-10-10-10c-1.76%200-3.4.48-4.84%201.28l1.48%201.48C9.66%204.28%2010.8%204%2012%204%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%22M3.42%202.36L2.01%203.78L4.1%205.87C2.79%207.57%202%209.69%202%2012c0%203.7%202.01%206.92%204.99%208.65l1-1.73C5.61%2017.53%204%2014.96%204%2012c0-1.76.57-3.38%201.53-4.69l1.43%201.44C6.36%209.68%206%2010.8%206%2012c0%202.22%201.21%204.15%203%205.19l1-1.74c-1.19-.7-2-1.97-2-3.45c0-.65.17-1.25.44-1.79l1.58%201.58L10%2012c0%201.1.9%202%202%202l.21-.02l7.52%207.52l1.41-1.41zm14.29%2011.46c.18-.57.29-1.19.29-1.82c0-3.31-2.69-6-6-6c-.63%200-1.25.11-1.82.29l1.72%201.72c.03%200%20.06-.01.1-.01c2.21%200%204%201.79%204%204c0%20.04-.01.07-.01.11zM12%204c4.42%200%208%203.58%208%208c0%201.2-.29%202.32-.77%203.35l1.49%201.49A9.8%209.8%200%200%200%2022%2012c0-5.52-4.48-10-10-10c-1.76%200-3.4.48-4.84%201.28l1.48%201.48C9.66%204.28%2010.8%204%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-portable-wifi-off.svg?color=%231a73e8&size=48