ios wifi icon

ios-wifi from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-wifi
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios wifi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 96c-81.5 0-163 33.6-221.5 88.3-3.3 3-3.4 8.1-.3 11.4l26.7 27.9c3.1 3.3 8.3 3.4 11.6.3 23.3-21.6 49.9-38.8 79.3-51 33-13.8 68.1-20.7 104.3-20.7s71.3 7 104.3 20.7c29.4 12.3 56 29.4 79.3 51 3.3 3.1 8.5 3 11.6-.3l26.7-27.9c3.1-3.2 3-8.3-.3-11.4C419 129.6 337.5 96 256 96z" fill="currentColor"/><path d="M113.2 277.5l28.6 28.3c3.1 3 8 3.2 11.2.3 28.3-25.1 64.6-38.9 102.9-38.9s74.6 13.7 102.9 38.9c3.2 2.9 8.1 2.7 11.2-.3l28.6-28.3c3.3-3.3 3.2-8.6-.3-11.7-37.5-33.9-87.6-54.6-142.5-54.6s-105 20.7-142.5 54.6c-3.3 3.1-3.4 8.4-.1 11.7z" fill="currentColor"/><path d="M256 324.2c-23.4 0-44.6 9.8-59.4 25.5-3 3.2-2.9 8.1.2 11.2l53.4 52.7c3.2 3.2 8.4 3.2 11.6 0l53.4-52.7c3.1-3.1 3.2-8 .2-11.2-14.8-15.6-36-25.5-59.4-25.5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosWifi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 96c-81.5 0-163 33.6-221.5 88.3-3.3 3-3.4 8.1-.3 11.4l26.7 27.9c3.1 3.3 8.3 3.4 11.6.3 23.3-21.6 49.9-38.8 79.3-51 33-13.8 68.1-20.7 104.3-20.7s71.3 7 104.3 20.7c29.4 12.3 56 29.4 79.3 51 3.3 3.1 8.5 3 11.6-.3l26.7-27.9c3.1-3.2 3-8.3-.3-11.4C419 129.6 337.5 96 256 96z" fill="currentColor"/><path d="M113.2 277.5l28.6 28.3c3.1 3 8 3.2 11.2.3 28.3-25.1 64.6-38.9 102.9-38.9s74.6 13.7 102.9 38.9c3.2 2.9 8.1 2.7 11.2-.3l28.6-28.3c3.3-3.3 3.2-8.6-.3-11.7-37.5-33.9-87.6-54.6-142.5-54.6s-105 20.7-142.5 54.6c-3.3 3.1-3.4 8.4-.1 11.7z" fill="currentColor"/><path d="M256 324.2c-23.4 0-44.6 9.8-59.4 25.5-3 3.2-2.9 8.1.2 11.2l53.4 52.7c3.2 3.2 8.4 3.2 11.6 0l53.4-52.7c3.1-3.1 3.2-8 .2-11.2-14.8-15.6-36-25.5-59.4-25.5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 96c-81.5 0-163 33.6-221.5 88.3-3.3 3-3.4 8.1-.3 11.4l26.7 27.9c3.1 3.3 8.3 3.4 11.6.3 23.3-21.6 49.9-38.8 79.3-51 33-13.8 68.1-20.7 104.3-20.7s71.3 7 104.3 20.7c29.4 12.3 56 29.4 79.3 51 3.3 3.1 8.5 3 11.6-.3l26.7-27.9c3.1-3.2 3-8.3-.3-11.4C419 129.6 337.5 96 256 96z" fill="currentColor"/><path d="M113.2 277.5l28.6 28.3c3.1 3 8 3.2 11.2.3 28.3-25.1 64.6-38.9 102.9-38.9s74.6 13.7 102.9 38.9c3.2 2.9 8.1 2.7 11.2-.3l28.6-28.3c3.3-3.3 3.2-8.6-.3-11.7-37.5-33.9-87.6-54.6-142.5-54.6s-105 20.7-142.5 54.6c-3.3 3.1-3.4 8.4-.1 11.7z" fill="currentColor"/><path d="M256 324.2c-23.4 0-44.6 9.8-59.4 25.5-3 3.2-2.9 8.1.2 11.2l53.4 52.7c3.2 3.2 8.4 3.2 11.6 0l53.4-52.7c3.1-3.1 3.2-8 .2-11.2-14.8-15.6-36-25.5-59.4-25.5z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-wifi {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2096c-81.5%200-163%2033.6-221.5%2088.3-3.3%203-3.4%208.1-.3%2011.4l26.7%2027.9c3.1%203.3%208.3%203.4%2011.6.3%2023.3-21.6%2049.9-38.8%2079.3-51%2033-13.8%2068.1-20.7%20104.3-20.7s71.3%207%20104.3%2020.7c29.4%2012.3%2056%2029.4%2079.3%2051%203.3%203.1%208.5%203%2011.6-.3l26.7-27.9c3.1-3.2%203-8.3-.3-11.4C419%20129.6%20337.5%2096%20256%2096z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M113.2%20277.5l28.6%2028.3c3.1%203%208%203.2%2011.2.3%2028.3-25.1%2064.6-38.9%20102.9-38.9s74.6%2013.7%20102.9%2038.9c3.2%202.9%208.1%202.7%2011.2-.3l28.6-28.3c3.3-3.3%203.2-8.6-.3-11.7-37.5-33.9-87.6-54.6-142.5-54.6s-105%2020.7-142.5%2054.6c-3.3%203.1-3.4%208.4-.1%2011.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20324.2c-23.4%200-44.6%209.8-59.4%2025.5-3%203.2-2.9%208.1.2%2011.2l53.4%2052.7c3.2%203.2%208.4%203.2%2011.6%200l53.4-52.7c3.1-3.1%203.2-8%20.2-11.2-14.8-15.6-36-25.5-59.4-25.5z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2096c-81.5%200-163%2033.6-221.5%2088.3-3.3%203-3.4%208.1-.3%2011.4l26.7%2027.9c3.1%203.3%208.3%203.4%2011.6.3%2023.3-21.6%2049.9-38.8%2079.3-51%2033-13.8%2068.1-20.7%20104.3-20.7s71.3%207%20104.3%2020.7c29.4%2012.3%2056%2029.4%2079.3%2051%203.3%203.1%208.5%203%2011.6-.3l26.7-27.9c3.1-3.2%203-8.3-.3-11.4C419%20129.6%20337.5%2096%20256%2096z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M113.2%20277.5l28.6%2028.3c3.1%203%208%203.2%2011.2.3%2028.3-25.1%2064.6-38.9%20102.9-38.9s74.6%2013.7%20102.9%2038.9c3.2%202.9%208.1%202.7%2011.2-.3l28.6-28.3c3.3-3.3%203.2-8.6-.3-11.7-37.5-33.9-87.6-54.6-142.5-54.6s-105%2020.7-142.5%2054.6c-3.3%203.1-3.4%208.4-.1%2011.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20324.2c-23.4%200-44.6%209.8-59.4%2025.5-3%203.2-2.9%208.1.2%2011.2l53.4%2052.7c3.2%203.2%208.4%203.2%2011.6%200l53.4-52.7c3.1-3.1%203.2-8%20.2-11.2-14.8-15.6-36-25.5-59.4-25.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-wifi.svg?color=%231a73e8&size=48