wifi star icon
wifi-star from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-star
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- network-favorite, network-favourite, wifi-favorite, wifi-favourite
Related icons in Material Design Icons
wifi-alertwifi-arrow-downwifi-arrow-leftwifi-arrow-left-rightwifi-arrow-rightwifi-arrow-upwifi-arrow-up-downwifi-cancelwifi-checkwifi-cogwifi-lockwifi-lock-openwifi-markerwifi-minuswifi-offwifi-pluswifi-refreshwifi-removewifi-settingswifi-strength-1wifi-strength-1-alertwifi-strength-1-lockwifi-strength-1-lock-openwifi-strength-2
Use the wifi star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6C8.6 6 5.5 7.1 3 9L1.2 6.6C4.2 4.3 8 3 12 3s7.8 1.3 10.8 3.6L21 9c-2.5-1.9-5.6-3-9-3m1 13c0-1.3.4-2.6 1.2-3.6c-.7-.2-1.4-.4-2.2-.4c-1.3 0-2.6.5-3.6 1.2L12 21l1-1.4zm3.8-5.6c.3-.1.7-.2 1.1-.3l1.3-1.7C17.2 9.9 14.7 9 12 9s-5.2.9-7.2 2.4l1.8 2.4C8.1 12.7 10 12 12 12c1.8 0 3.4.5 4.8 1.4m-.3 9.2l.7-2.8l-2.2-1.9l2.9-.2L19 15l1.1 2.6l2.9.2l-2.2 1.9l.7 2.8l-2.5-1.4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiWifiStar(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 6C8.6 6 5.5 7.1 3 9L1.2 6.6C4.2 4.3 8 3 12 3s7.8 1.3 10.8 3.6L21 9c-2.5-1.9-5.6-3-9-3m1 13c0-1.3.4-2.6 1.2-3.6c-.7-.2-1.4-.4-2.2-.4c-1.3 0-2.6.5-3.6 1.2L12 21l1-1.4zm3.8-5.6c.3-.1.7-.2 1.1-.3l1.3-1.7C17.2 9.9 14.7 9 12 9s-5.2.9-7.2 2.4l1.8 2.4C8.1 12.7 10 12 12 12c1.8 0 3.4.5 4.8 1.4m-.3 9.2l.7-2.8l-2.2-1.9l2.9-.2L19 15l1.1 2.6l2.9.2l-2.2 1.9l.7 2.8l-2.5-1.4z"/></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 6C8.6 6 5.5 7.1 3 9L1.2 6.6C4.2 4.3 8 3 12 3s7.8 1.3 10.8 3.6L21 9c-2.5-1.9-5.6-3-9-3m1 13c0-1.3.4-2.6 1.2-3.6c-.7-.2-1.4-.4-2.2-.4c-1.3 0-2.6.5-3.6 1.2L12 21l1-1.4zm3.8-5.6c.3-.1.7-.2 1.1-.3l1.3-1.7C17.2 9.9 14.7 9 12 9s-5.2.9-7.2 2.4l1.8 2.4C8.1 12.7 10 12 12 12c1.8 0 3.4.5 4.8 1.4m-.3 9.2l.7-2.8l-2.2-1.9l2.9-.2L19 15l1.1 2.6l2.9.2l-2.2 1.9l.7 2.8l-2.5-1.4z"/></svg> </template>
CSS
.icon-wifi-star {
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%206C8.6%206%205.5%207.1%203%209L1.2%206.6C4.2%204.3%208%203%2012%203s7.8%201.3%2010.8%203.6L21%209c-2.5-1.9-5.6-3-9-3m1%2013c0-1.3.4-2.6%201.2-3.6c-.7-.2-1.4-.4-2.2-.4c-1.3%200-2.6.5-3.6%201.2L12%2021l1-1.4zm3.8-5.6c.3-.1.7-.2%201.1-.3l1.3-1.7C17.2%209.9%2014.7%209%2012%209s-5.2.9-7.2%202.4l1.8%202.4C8.1%2012.7%2010%2012%2012%2012c1.8%200%203.4.5%204.8%201.4m-.3%209.2l.7-2.8l-2.2-1.9l2.9-.2L19%2015l1.1%202.6l2.9.2l-2.2%201.9l.7%202.8l-2.5-1.4z%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%206C8.6%206%205.5%207.1%203%209L1.2%206.6C4.2%204.3%208%203%2012%203s7.8%201.3%2010.8%203.6L21%209c-2.5-1.9-5.6-3-9-3m1%2013c0-1.3.4-2.6%201.2-3.6c-.7-.2-1.4-.4-2.2-.4c-1.3%200-2.6.5-3.6%201.2L12%2021l1-1.4zm3.8-5.6c.3-.1.7-.2%201.1-.3l1.3-1.7C17.2%209.9%2014.7%209%2012%209s-5.2.9-7.2%202.4l1.8%202.4C8.1%2012.7%2010%2012%2012%2012c1.8%200%203.4.5%204.8%201.4m-.3%209.2l.7-2.8l-2.2-1.9l2.9-.2L19%2015l1.1%202.6l2.9.2l-2.2%201.9l.7%202.8l-2.5-1.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/wifi-star.svg?color=%231a73e8&size=48