wifi arrow up icon
wifi-arrow-up from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-arrow-up
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
wifi-alertwifi-arrow-downwifi-arrow-leftwifi-arrow-left-rightwifi-arrow-rightwifi-arrow-up-downwifi-cancelwifi-checkwifi-cogwifi-lockwifi-lock-openwifi-markerwifi-minuswifi-offwifi-pluswifi-refreshwifi-removewifi-settingswifi-starwifi-strength-1wifi-strength-1-alertwifi-strength-1-lockwifi-strength-1-lock-openwifi-strength-2
Use the wifi arrow up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3l1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57 1.19-3.57c-.69-.27-1.42-.43-2.19-.43m4 3h2v4h2v-4h2l-3-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiWifiArrowUp(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="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3l1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57 1.19-3.57c-.69-.27-1.42-.43-2.19-.43m4 3h2v4h2v-4h2l-3-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3l1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57 1.19-3.57c-.69-.27-1.42-.43-2.19-.43m4 3h2v4h2v-4h2l-3-3z"/></svg> </template>
CSS
.icon-wifi-arrow-up {
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%22M12%2012c-2.03%200-3.9.67-5.4%201.8l-1.8-2.4C6.81%209.89%209.3%209%2012%209s5.19.89%207.2%202.4l-1.28%201.7c-.37.07-.74.17-1.08.31C15.44%2012.5%2013.78%2012%2012%2012m9-3l1.8-2.4C19.79%204.34%2016.05%203%2012%203S4.21%204.34%201.2%206.6L3%209c2.5-1.88%205.62-3%209-3s6.5%201.12%209%203m-9%206c-1.35%200-2.6.45-3.6%201.2L12%2021l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57%201.19-3.57c-.69-.27-1.42-.43-2.19-.43m4%203h2v4h2v-4h2l-3-3z%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%22M12%2012c-2.03%200-3.9.67-5.4%201.8l-1.8-2.4C6.81%209.89%209.3%209%2012%209s5.19.89%207.2%202.4l-1.28%201.7c-.37.07-.74.17-1.08.31C15.44%2012.5%2013.78%2012%2012%2012m9-3l1.8-2.4C19.79%204.34%2016.05%203%2012%203S4.21%204.34%201.2%206.6L3%209c2.5-1.88%205.62-3%209-3s6.5%201.12%209%203m-9%206c-1.35%200-2.6.45-3.6%201.2L12%2021l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57%201.19-3.57c-.69-.27-1.42-.43-2.19-.43m4%203h2v4h2v-4h2l-3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/wifi-arrow-up.svg?color=%231a73e8&size=48