baseline portable wifi off icon
baseline-portable-wifi-off from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-portable-wifi-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- portable-wifi-off
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 baseline 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="M17.56 14.24c.28-.69.44-1.45.44-2.24c0-3.31-2.69-6-6-6c-.79 0-1.55.16-2.24.44l1.62 1.62c.2-.03.41-.06.62-.06a4 4 0 0 1 3.95 4.63zM12 4c4.42 0 8 3.58 8 8c0 1.35-.35 2.62-.95 3.74l1.47 1.47A9.86 9.86 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.91 0-3.69.55-5.21 1.47l1.46 1.46C9.37 4.34 10.65 4 12 4M3.27 2.5L2 3.77l2.1 2.1C2.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-.02l.01.01l7.51 7.51L21 20.23L4.27 3.5z"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselinePortableWifiOff(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="M17.56 14.24c.28-.69.44-1.45.44-2.24c0-3.31-2.69-6-6-6c-.79 0-1.55.16-2.24.44l1.62 1.62c.2-.03.41-.06.62-.06a4 4 0 0 1 3.95 4.63zM12 4c4.42 0 8 3.58 8 8c0 1.35-.35 2.62-.95 3.74l1.47 1.47A9.86 9.86 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.91 0-3.69.55-5.21 1.47l1.46 1.46C9.37 4.34 10.65 4 12 4M3.27 2.5L2 3.77l2.1 2.1C2.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-.02l.01.01l7.51 7.51L21 20.23L4.27 3.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.56 14.24c.28-.69.44-1.45.44-2.24c0-3.31-2.69-6-6-6c-.79 0-1.55.16-2.24.44l1.62 1.62c.2-.03.41-.06.62-.06a4 4 0 0 1 3.95 4.63zM12 4c4.42 0 8 3.58 8 8c0 1.35-.35 2.62-.95 3.74l1.47 1.47A9.86 9.86 0 0 0 22 12c0-5.52-4.48-10-10-10c-1.91 0-3.69.55-5.21 1.47l1.46 1.46C9.37 4.34 10.65 4 12 4M3.27 2.5L2 3.77l2.1 2.1C2.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-.02l.01.01l7.51 7.51L21 20.23L4.27 3.5z"/></svg> </template>
CSS
.icon-baseline-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%22M17.56%2014.24c.28-.69.44-1.45.44-2.24c0-3.31-2.69-6-6-6c-.79%200-1.55.16-2.24.44l1.62%201.62c.2-.03.41-.06.62-.06a4%204%200%200%201%203.95%204.63zM12%204c4.42%200%208%203.58%208%208c0%201.35-.35%202.62-.95%203.74l1.47%201.47A9.86%209.86%200%200%200%2022%2012c0-5.52-4.48-10-10-10c-1.91%200-3.69.55-5.21%201.47l1.46%201.46C9.37%204.34%2010.65%204%2012%204M3.27%202.5L2%203.77l2.1%202.1C2.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-.02l.01.01l7.51%207.51L21%2020.23L4.27%203.5z%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%22M17.56%2014.24c.28-.69.44-1.45.44-2.24c0-3.31-2.69-6-6-6c-.79%200-1.55.16-2.24.44l1.62%201.62c.2-.03.41-.06.62-.06a4%204%200%200%201%203.95%204.63zM12%204c4.42%200%208%203.58%208%208c0%201.35-.35%202.62-.95%203.74l1.47%201.47A9.86%209.86%200%200%200%2022%2012c0-5.52-4.48-10-10-10c-1.91%200-3.69.55-5.21%201.47l1.46%201.46C9.37%204.34%2010.65%204%2012%204M3.27%202.5L2%203.77l2.1%202.1C2.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-.02l.01.01l7.51%207.51L21%2020.23L4.27%203.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-portable-wifi-off.svg?color=%231a73e8&size=48