wifi 2 icon
wifi-2 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- wifi-2
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Related icons in Bootstrap Icons
Use the wifi 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.229 8.271c.216-.216.194-.578-.063-.745A9.46 9.46 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745a.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065m-2.183 2.183c.226-.226.185-.605-.1-.75A6.5 6.5 0 0 0 8 9c-1.06 0-2.062.254-2.946.704c-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.5 5.5 0 0 1 8 10c.868 0 1.69.201 2.42.56c.203.1.45.07.611-.091zM9.06 12.44c.196-.196.198-.52-.04-.66A2 2 0 0 0 8 11.5a2 2 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z"/></svg>
React
import type { SVGProps } from "react";
export function BiWifi2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.229 8.271c.216-.216.194-.578-.063-.745A9.46 9.46 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745a.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065m-2.183 2.183c.226-.226.185-.605-.1-.75A6.5 6.5 0 0 0 8 9c-1.06 0-2.062.254-2.946.704c-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.5 5.5 0 0 1 8 10c.868 0 1.69.201 2.42.56c.203.1.45.07.611-.091zM9.06 12.44c.196-.196.198-.52-.04-.66A2 2 0 0 0 8 11.5a2 2 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.229 8.271c.216-.216.194-.578-.063-.745A9.46 9.46 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745a.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065m-2.183 2.183c.226-.226.185-.605-.1-.75A6.5 6.5 0 0 0 8 9c-1.06 0-2.062.254-2.946.704c-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.5 5.5 0 0 1 8 10c.868 0 1.69.201 2.42.56c.203.1.45.07.611-.091zM9.06 12.44c.196-.196.198-.52-.04-.66A2 2 0 0 0 8 11.5a2 2 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z"/></svg> </template>
CSS
.icon-wifi-2 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.229%208.271c.216-.216.194-.578-.063-.745A9.46%209.46%200%200%200%208%206c-1.905%200-3.68.56-5.166%201.526a.48.48%200%200%200-.063.745a.525.525%200%200%200%20.652.065A8.46%208.46%200%200%201%208%207a8.46%208.46%200%200%201%204.577%201.336c.205.132.48.108.652-.065m-2.183%202.183c.226-.226.185-.605-.1-.75A6.5%206.5%200%200%200%208%209c-1.06%200-2.062.254-2.946.704c-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.5%205.5%200%200%201%208%2010c.868%200%201.69.201%202.42.56c.203.1.45.07.611-.091zM9.06%2012.44c.196-.196.198-.52-.04-.66A2%202%200%200%200%208%2011.5a2%202%200%200%200-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5%200%200%200%20.708%200l.707-.707z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.229%208.271c.216-.216.194-.578-.063-.745A9.46%209.46%200%200%200%208%206c-1.905%200-3.68.56-5.166%201.526a.48.48%200%200%200-.063.745a.525.525%200%200%200%20.652.065A8.46%208.46%200%200%201%208%207a8.46%208.46%200%200%201%204.577%201.336c.205.132.48.108.652-.065m-2.183%202.183c.226-.226.185-.605-.1-.75A6.5%206.5%200%200%200%208%209c-1.06%200-2.062.254-2.946.704c-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.5%205.5%200%200%201%208%2010c.868%200%201.69.201%202.42.56c.203.1.45.07.611-.091zM9.06%2012.44c.196-.196.198-.52-.04-.66A2%202%200%200%200%208%2011.5a2%202%200%200%200-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5%200%200%200%20.708%200l.707-.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/wifi-2.svg?color=%231a73e8&size=48