wifi exclamationmark icon
wifi-exclamationmark from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- wifi-exclamationmark
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the wifi exclamationmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.023 37.504c1.243 0 2.086-.82 2.11-2.11l.21-25.945c0-1.336-1.077-2.25-2.343-2.25s-2.344.914-2.344 2.25c.094 8.649.164 17.32.258 25.946c.023 1.289.867 2.109 2.11 2.109M5.453 26.37c.445.445 1.102.422 1.523-.023c4.313-4.594 9.727-7.477 15.774-8.508l-.094-6.82c-8.344 1.312-15.89 5.578-20.367 10.898c-.328.375-.305.89.07 1.289Zm43.617 0c.399.399 1.032.399 1.5-.07l3.07-3.094c.4-.398.4-.914.07-1.29c-4.476-5.32-12.023-9.585-20.366-10.874l-.07 6.82c6.023 1.078 11.39 4.008 15.796 8.508m-34.242 9.4c.469.492 1.078.445 1.524-.07c1.687-1.852 3.984-3.352 6.538-4.243l-.093-7.102c-4.828 1.079-8.953 3.633-11.531 6.68c-.352.399-.305.867.07 1.266Zm24.867 0c.446.468 1.008.445 1.5-.047l3.469-3.422c.375-.375.422-.867.07-1.266c-2.578-3.047-6.703-5.601-11.507-6.68l-.07 7.149c2.554.914 4.85 2.437 6.538 4.265M28 48.8c1.992 0 3.562-1.616 3.562-3.585A3.53 3.53 0 0 0 28 41.652c-1.969 0-3.586 1.57-3.586 3.563A3.6 3.6 0 0 0 28 48.8"/></svg>
React
import type { SVGProps } from "react";
export function F7WifiExclamationmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.023 37.504c1.243 0 2.086-.82 2.11-2.11l.21-25.945c0-1.336-1.077-2.25-2.343-2.25s-2.344.914-2.344 2.25c.094 8.649.164 17.32.258 25.946c.023 1.289.867 2.109 2.11 2.109M5.453 26.37c.445.445 1.102.422 1.523-.023c4.313-4.594 9.727-7.477 15.774-8.508l-.094-6.82c-8.344 1.312-15.89 5.578-20.367 10.898c-.328.375-.305.89.07 1.289Zm43.617 0c.399.399 1.032.399 1.5-.07l3.07-3.094c.4-.398.4-.914.07-1.29c-4.476-5.32-12.023-9.585-20.366-10.874l-.07 6.82c6.023 1.078 11.39 4.008 15.796 8.508m-34.242 9.4c.469.492 1.078.445 1.524-.07c1.687-1.852 3.984-3.352 6.538-4.243l-.093-7.102c-4.828 1.079-8.953 3.633-11.531 6.68c-.352.399-.305.867.07 1.266Zm24.867 0c.446.468 1.008.445 1.5-.047l3.469-3.422c.375-.375.422-.867.07-1.266c-2.578-3.047-6.703-5.601-11.507-6.68l-.07 7.149c2.554.914 4.85 2.437 6.538 4.265M28 48.8c1.992 0 3.562-1.616 3.562-3.585A3.53 3.53 0 0 0 28 41.652c-1.969 0-3.586 1.57-3.586 3.563A3.6 3.6 0 0 0 28 48.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.023 37.504c1.243 0 2.086-.82 2.11-2.11l.21-25.945c0-1.336-1.077-2.25-2.343-2.25s-2.344.914-2.344 2.25c.094 8.649.164 17.32.258 25.946c.023 1.289.867 2.109 2.11 2.109M5.453 26.37c.445.445 1.102.422 1.523-.023c4.313-4.594 9.727-7.477 15.774-8.508l-.094-6.82c-8.344 1.312-15.89 5.578-20.367 10.898c-.328.375-.305.89.07 1.289Zm43.617 0c.399.399 1.032.399 1.5-.07l3.07-3.094c.4-.398.4-.914.07-1.29c-4.476-5.32-12.023-9.585-20.366-10.874l-.07 6.82c6.023 1.078 11.39 4.008 15.796 8.508m-34.242 9.4c.469.492 1.078.445 1.524-.07c1.687-1.852 3.984-3.352 6.538-4.243l-.093-7.102c-4.828 1.079-8.953 3.633-11.531 6.68c-.352.399-.305.867.07 1.266Zm24.867 0c.446.468 1.008.445 1.5-.047l3.469-3.422c.375-.375.422-.867.07-1.266c-2.578-3.047-6.703-5.601-11.507-6.68l-.07 7.149c2.554.914 4.85 2.437 6.538 4.265M28 48.8c1.992 0 3.562-1.616 3.562-3.585A3.53 3.53 0 0 0 28 41.652c-1.969 0-3.586 1.57-3.586 3.563A3.6 3.6 0 0 0 28 48.8"/></svg> </template>
CSS
.icon-wifi-exclamationmark {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.023%2037.504c1.243%200%202.086-.82%202.11-2.11l.21-25.945c0-1.336-1.077-2.25-2.343-2.25s-2.344.914-2.344%202.25c.094%208.649.164%2017.32.258%2025.946c.023%201.289.867%202.109%202.11%202.109M5.453%2026.37c.445.445%201.102.422%201.523-.023c4.313-4.594%209.727-7.477%2015.774-8.508l-.094-6.82c-8.344%201.312-15.89%205.578-20.367%2010.898c-.328.375-.305.89.07%201.289Zm43.617%200c.399.399%201.032.399%201.5-.07l3.07-3.094c.4-.398.4-.914.07-1.29c-4.476-5.32-12.023-9.585-20.366-10.874l-.07%206.82c6.023%201.078%2011.39%204.008%2015.796%208.508m-34.242%209.4c.469.492%201.078.445%201.524-.07c1.687-1.852%203.984-3.352%206.538-4.243l-.093-7.102c-4.828%201.079-8.953%203.633-11.531%206.68c-.352.399-.305.867.07%201.266Zm24.867%200c.446.468%201.008.445%201.5-.047l3.469-3.422c.375-.375.422-.867.07-1.266c-2.578-3.047-6.703-5.601-11.507-6.68l-.07%207.149c2.554.914%204.85%202.437%206.538%204.265M28%2048.8c1.992%200%203.562-1.616%203.562-3.585A3.53%203.53%200%200%200%2028%2041.652c-1.969%200-3.586%201.57-3.586%203.563A3.6%203.6%200%200%200%2028%2048.8%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.023%2037.504c1.243%200%202.086-.82%202.11-2.11l.21-25.945c0-1.336-1.077-2.25-2.343-2.25s-2.344.914-2.344%202.25c.094%208.649.164%2017.32.258%2025.946c.023%201.289.867%202.109%202.11%202.109M5.453%2026.37c.445.445%201.102.422%201.523-.023c4.313-4.594%209.727-7.477%2015.774-8.508l-.094-6.82c-8.344%201.312-15.89%205.578-20.367%2010.898c-.328.375-.305.89.07%201.289Zm43.617%200c.399.399%201.032.399%201.5-.07l3.07-3.094c.4-.398.4-.914.07-1.29c-4.476-5.32-12.023-9.585-20.366-10.874l-.07%206.82c6.023%201.078%2011.39%204.008%2015.796%208.508m-34.242%209.4c.469.492%201.078.445%201.524-.07c1.687-1.852%203.984-3.352%206.538-4.243l-.093-7.102c-4.828%201.079-8.953%203.633-11.531%206.68c-.352.399-.305.867.07%201.266Zm24.867%200c.446.468%201.008.445%201.5-.047l3.469-3.422c.375-.375.422-.867.07-1.266c-2.578-3.047-6.703-5.601-11.507-6.68l-.07%207.149c2.554.914%204.85%202.437%206.538%204.265M28%2048.8c1.992%200%203.562-1.616%203.562-3.585A3.53%203.53%200%200%200%2028%2041.652c-1.969%200-3.586%201.57-3.586%203.563A3.6%203.6%200%200%200%2028%2048.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/wifi-exclamationmark.svg?color=%231a73e8&size=48