wi fi cog icon

wi-fi-cog-line-duotone from Solar by 480 Design · Line Duotone · IT · CC-BY-4.0 Attribution required.

Name
wi-fi-cog-line-duotone
Set
Solar
Style
Line Duotone
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More it icons from Solar

Use the wi fi cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8.66699 15.8931C10.5079 13.9061 13.4927 13.9061 15.3337 15.8931" opacity=".5"/><path stroke-linecap="round" d="M5.33301 12.295C7.42965 10.032 10.2681 9.05764 13.0035 9.37195" opacity=".5"/><path stroke-linecap="round" d="M2 8.69694C5.01816 5.43925 9.06111 3.96185 13.0088 4.26472" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.0176 19.4644H12.0177" opacity=".5"/><path d="M17.6144 5.2677C18.2906 4.86723 18.6287 4.66699 19 4.66699C19.3713 4.66699 19.7094 4.86723 20.3856 5.2677L20.6144 5.40314C21.2906 5.80361 21.6287 6.00385 21.8144 6.33366C22 6.66347 22 7.06394 22 7.86488V8.13577C22 8.93671 22 9.33718 21.8144 9.66699C21.6287 9.9968 21.2906 10.197 20.6144 10.5975L20.3856 10.733C19.7094 11.1334 19.3713 11.3337 19 11.3337C18.6287 11.3337 18.2906 11.1334 17.6144 10.733L17.3856 10.5975C16.7094 10.197 16.3713 9.9968 16.1856 9.66699C16 9.33718 16 8.93671 16 8.13577V7.86488C16 7.06394 16 6.66347 16.1856 6.33366C16.3713 6.00385 16.7094 5.80361 17.3856 5.40314L17.6144 5.2677Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 8H19.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWiFiCogLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M8.66699 15.8931C10.5079 13.9061 13.4927 13.9061 15.3337 15.8931" opacity=".5"/><path strokeLinecap="round" d="M5.33301 12.295C7.42965 10.032 10.2681 9.05764 13.0035 9.37195" opacity=".5"/><path strokeLinecap="round" d="M2 8.69694C5.01816 5.43925 9.06111 3.96185 13.0088 4.26472" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.0176 19.4644H12.0177" opacity=".5"/><path d="M17.6144 5.2677C18.2906 4.86723 18.6287 4.66699 19 4.66699C19.3713 4.66699 19.7094 4.86723 20.3856 5.2677L20.6144 5.40314C21.2906 5.80361 21.6287 6.00385 21.8144 6.33366C22 6.66347 22 7.06394 22 7.86488V8.13577C22 8.93671 22 9.33718 21.8144 9.66699C21.6287 9.9968 21.2906 10.197 20.6144 10.5975L20.3856 10.733C19.7094 11.1334 19.3713 11.3337 19 11.3337C18.6287 11.3337 18.2906 11.1334 17.6144 10.733L17.3856 10.5975C16.7094 10.197 16.3713 9.9968 16.1856 9.66699C16 9.33718 16 8.93671 16 8.13577V7.86488C16 7.06394 16 6.66347 16.1856 6.33366C16.3713 6.00385 16.7094 5.80361 17.3856 5.40314L17.6144 5.2677Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 8H19.0001"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8.66699 15.8931C10.5079 13.9061 13.4927 13.9061 15.3337 15.8931" opacity=".5"/><path stroke-linecap="round" d="M5.33301 12.295C7.42965 10.032 10.2681 9.05764 13.0035 9.37195" opacity=".5"/><path stroke-linecap="round" d="M2 8.69694C5.01816 5.43925 9.06111 3.96185 13.0088 4.26472" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.0176 19.4644H12.0177" opacity=".5"/><path d="M17.6144 5.2677C18.2906 4.86723 18.6287 4.66699 19 4.66699C19.3713 4.66699 19.7094 4.86723 20.3856 5.2677L20.6144 5.40314C21.2906 5.80361 21.6287 6.00385 21.8144 6.33366C22 6.66347 22 7.06394 22 7.86488V8.13577C22 8.93671 22 9.33718 21.8144 9.66699C21.6287 9.9968 21.2906 10.197 20.6144 10.5975L20.3856 10.733C19.7094 11.1334 19.3713 11.3337 19 11.3337C18.6287 11.3337 18.2906 11.1334 17.6144 10.733L17.3856 10.5975C16.7094 10.197 16.3713 9.9968 16.1856 9.66699C16 9.33718 16 8.93671 16 8.13577V7.86488C16 7.06394 16 6.66347 16.1856 6.33366C16.3713 6.00385 16.7094 5.80361 17.3856 5.40314L17.6144 5.2677Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 8H19.0001"/></g></svg>
</template>

CSS

.icon-wi-fi-cog-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.66699%2015.8931C10.5079%2013.9061%2013.4927%2013.9061%2015.3337%2015.8931%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.33301%2012.295C7.42965%2010.032%2010.2681%209.05764%2013.0035%209.37195%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208.69694C5.01816%205.43925%209.06111%203.96185%2013.0088%204.26472%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.0176%2019.4644H12.0177%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M17.6144%205.2677C18.2906%204.86723%2018.6287%204.66699%2019%204.66699C19.3713%204.66699%2019.7094%204.86723%2020.3856%205.2677L20.6144%205.40314C21.2906%205.80361%2021.6287%206.00385%2021.8144%206.33366C22%206.66347%2022%207.06394%2022%207.86488V8.13577C22%208.93671%2022%209.33718%2021.8144%209.66699C21.6287%209.9968%2021.2906%2010.197%2020.6144%2010.5975L20.3856%2010.733C19.7094%2011.1334%2019.3713%2011.3337%2019%2011.3337C18.6287%2011.3337%2018.2906%2011.1334%2017.6144%2010.733L17.3856%2010.5975C16.7094%2010.197%2016.3713%209.9968%2016.1856%209.66699C16%209.33718%2016%208.93671%2016%208.13577V7.86488C16%207.06394%2016%206.66347%2016.1856%206.33366C16.3713%206.00385%2016.7094%205.80361%2017.3856%205.40314L17.6144%205.2677Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%208H19.0001%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.66699%2015.8931C10.5079%2013.9061%2013.4927%2013.9061%2015.3337%2015.8931%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.33301%2012.295C7.42965%2010.032%2010.2681%209.05764%2013.0035%209.37195%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208.69694C5.01816%205.43925%209.06111%203.96185%2013.0088%204.26472%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.0176%2019.4644H12.0177%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M17.6144%205.2677C18.2906%204.86723%2018.6287%204.66699%2019%204.66699C19.3713%204.66699%2019.7094%204.86723%2020.3856%205.2677L20.6144%205.40314C21.2906%205.80361%2021.6287%206.00385%2021.8144%206.33366C22%206.66347%2022%207.06394%2022%207.86488V8.13577C22%208.93671%2022%209.33718%2021.8144%209.66699C21.6287%209.9968%2021.2906%2010.197%2020.6144%2010.5975L20.3856%2010.733C19.7094%2011.1334%2019.3713%2011.3337%2019%2011.3337C18.6287%2011.3337%2018.2906%2011.1334%2017.6144%2010.733L17.3856%2010.5975C16.7094%2010.197%2016.3713%209.9968%2016.1856%209.66699C16%209.33718%2016%208.93671%2016%208.13577V7.86488C16%207.06394%2016%206.66347%2016.1856%206.33366C16.3713%206.00385%2016.7094%205.80361%2017.3856%205.40314L17.6144%205.2677Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%208H19.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wi-fi-cog-line-duotone.svg?color=%231a73e8&size=48