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

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

The same icon in other sets

Related icons in Material Design Icons

Use the wifi sync 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.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m0 9c-1.35 0-2.6.45-3.6 1.2L12 21l1.26-1.68A6.8 6.8 0 0 1 13 17.5c0-.81.16-1.59.43-2.31c-.46-.11-.93-.19-1.43-.19m3.23-2.39a6.5 6.5 0 0 1 3.47-1.56A11.9 11.9 0 0 0 12 9c-2.7 0-5.19.89-7.2 2.4l1.8 2.4a8.94 8.94 0 0 1 8.63-1.19M19 20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4"/></svg>

React

import type { SVGProps } from "react";

export function MdiWifiSync(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.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m0 9c-1.35 0-2.6.45-3.6 1.2L12 21l1.26-1.68A6.8 6.8 0 0 1 13 17.5c0-.81.16-1.59.43-2.31c-.46-.11-.93-.19-1.43-.19m3.23-2.39a6.5 6.5 0 0 1 3.47-1.56A11.9 11.9 0 0 0 12 9c-2.7 0-5.19.89-7.2 2.4l1.8 2.4a8.94 8.94 0 0 1 8.63-1.19M19 20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4"/></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.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3s7.79 1.34 10.8 3.6L21 9c-2.5-1.88-5.62-3-9-3m0 9c-1.35 0-2.6.45-3.6 1.2L12 21l1.26-1.68A6.8 6.8 0 0 1 13 17.5c0-.81.16-1.59.43-2.31c-.46-.11-.93-.19-1.43-.19m3.23-2.39a6.5 6.5 0 0 1 3.47-1.56A11.9 11.9 0 0 0 12 9c-2.7 0-5.19.89-7.2 2.4l1.8 2.4a8.94 8.94 0 0 1 8.63-1.19M19 20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5zm0-6.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4"/></svg>
</template>

CSS

.icon-wifi-sync {
  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.62%206%205.5%207.12%203%209L1.2%206.6C4.21%204.34%207.95%203%2012%203s7.79%201.34%2010.8%203.6L21%209c-2.5-1.88-5.62-3-9-3m0%209c-1.35%200-2.6.45-3.6%201.2L12%2021l1.26-1.68A6.8%206.8%200%200%201%2013%2017.5c0-.81.16-1.59.43-2.31c-.46-.11-.93-.19-1.43-.19m3.23-2.39a6.5%206.5%200%200%201%203.47-1.56A11.9%2011.9%200%200%200%2012%209c-2.7%200-5.19.89-7.2%202.4l1.8%202.4a8.94%208.94%200%200%201%208.63-1.19M19%2020a2.5%202.5%200%200%201-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67%201.39-.67%202.21c0%202.21%201.79%204%204%204V23l2.25-2.25L19%2018.5zm0-6.5V12l-2.25%202.25L19%2016.5V15a2.5%202.5%200%200%201%202.5%202.5c0%20.4-.09.78-.26%201.12l1.09%201.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4%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.62%206%205.5%207.12%203%209L1.2%206.6C4.21%204.34%207.95%203%2012%203s7.79%201.34%2010.8%203.6L21%209c-2.5-1.88-5.62-3-9-3m0%209c-1.35%200-2.6.45-3.6%201.2L12%2021l1.26-1.68A6.8%206.8%200%200%201%2013%2017.5c0-.81.16-1.59.43-2.31c-.46-.11-.93-.19-1.43-.19m3.23-2.39a6.5%206.5%200%200%201%203.47-1.56A11.9%2011.9%200%200%200%2012%209c-2.7%200-5.19.89-7.2%202.4l1.8%202.4a8.94%208.94%200%200%201%208.63-1.19M19%2020a2.5%202.5%200%200%201-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67%201.39-.67%202.21c0%202.21%201.79%204%204%204V23l2.25-2.25L19%2018.5zm0-6.5V12l-2.25%202.25L19%2016.5V15a2.5%202.5%200%200%201%202.5%202.5c0%20.4-.09.78-.26%201.12l1.09%201.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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