wifi-refresh from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
wifi-refresh
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the wifi refresh 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-.46.6h-.24c-1.07 0-2.08.26-2.97.72A9 9 0 0 0 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 21l.34-.46c-.21-.64-.34-1.32-.34-2.04c0-1.26.36-2.42 1-3.42c-.34-.05-.67-.08-1-.08m6-.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiWifiRefresh(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-.46.6h-.24c-1.07 0-2.08.26-2.97.72A9 9 0 0 0 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 21l.34-.46c-.21-.64-.34-1.32-.34-2.04c0-1.26.36-2.42 1-3.42c-.34-.05-.67-.08-1-.08m6-.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></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-.46.6h-.24c-1.07 0-2.08.26-2.97.72A9 9 0 0 0 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 21l.34-.46c-.21-.64-.34-1.32-.34-2.04c0-1.26.36-2.42 1-3.42c-.34-.05-.67-.08-1-.08m6-.5c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></svg>
</template>

CSS

.icon-wifi-refresh {
  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-.46.6h-.24c-1.07%200-2.08.26-2.97.72A9%209%200%200%200%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%2021l.34-.46c-.21-.64-.34-1.32-.34-2.04c0-1.26.36-2.42%201-3.42c-.34-.05-.67-.08-1-.08m6-.5c-2.21%200-4%201.79-4%204s1.79%204%204%204c1.68%200%203.12-1.03%203.71-2.5H20a2.5%202.5%200%201%201-.23-3.27L18%2018.5h4v-4l-1.17%201.17A4%204%200%200%200%2018%2014.5%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-.46.6h-.24c-1.07%200-2.08.26-2.97.72A9%209%200%200%200%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%2021l.34-.46c-.21-.64-.34-1.32-.34-2.04c0-1.26.36-2.42%201-3.42c-.34-.05-.67-.08-1-.08m6-.5c-2.21%200-4%201.79-4%204s1.79%204%204%204c1.68%200%203.12-1.03%203.71-2.5H20a2.5%202.5%200%201%201-.23-3.27L18%2018.5h4v-4l-1.17%201.17A4%204%200%200%200%2018%2014.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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