widget 3 icon

widget-3-bold from Solar by 480 Design · Bold · Settings · CC-BY-4.0 Attribution required.

Name
widget-3-bold
Set
Solar
Style
Bold
Category
Settings
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More settings icons from Solar

Use the widget 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M1.75 6.5C1.75 3.87665 3.87665 1.75 6.5 1.75C9.12335 1.75 11.25 3.87665 11.25 6.5C11.25 9.12335 9.12335 11.25 6.5 11.25C3.87665 11.25 1.75 9.12335 1.75 6.5Z"/><path d="M12.75 17.5C12.75 14.8766 14.8766 12.75 17.5 12.75C20.1234 12.75 22.25 14.8766 22.25 17.5C22.25 20.1234 20.1234 22.25 17.5 22.25C14.8766 22.25 12.75 20.1234 12.75 17.5Z"/><path d="M22.25 6.5C22.25 3.87665 20.1234 1.75 17.5 1.75C14.8766 1.75 12.75 3.87665 12.75 6.5C12.75 9.12335 14.8766 11.25 17.5 11.25C20.1234 11.25 22.25 9.12335 22.25 6.5Z"/><path d="M11.25 17.5C11.25 14.8766 9.12335 12.75 6.5 12.75C3.87665 12.75 1.75 14.8766 1.75 17.5C1.75 20.1234 3.87665 22.25 6.5 22.25C9.12335 22.25 11.25 20.1234 11.25 17.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWidget3Bold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M1.75 6.5C1.75 3.87665 3.87665 1.75 6.5 1.75C9.12335 1.75 11.25 3.87665 11.25 6.5C11.25 9.12335 9.12335 11.25 6.5 11.25C3.87665 11.25 1.75 9.12335 1.75 6.5Z"/><path d="M12.75 17.5C12.75 14.8766 14.8766 12.75 17.5 12.75C20.1234 12.75 22.25 14.8766 22.25 17.5C22.25 20.1234 20.1234 22.25 17.5 22.25C14.8766 22.25 12.75 20.1234 12.75 17.5Z"/><path d="M22.25 6.5C22.25 3.87665 20.1234 1.75 17.5 1.75C14.8766 1.75 12.75 3.87665 12.75 6.5C12.75 9.12335 14.8766 11.25 17.5 11.25C20.1234 11.25 22.25 9.12335 22.25 6.5Z"/><path d="M11.25 17.5C11.25 14.8766 9.12335 12.75 6.5 12.75C3.87665 12.75 1.75 14.8766 1.75 17.5C1.75 20.1234 3.87665 22.25 6.5 22.25C9.12335 22.25 11.25 20.1234 11.25 17.5Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M1.75 6.5C1.75 3.87665 3.87665 1.75 6.5 1.75C9.12335 1.75 11.25 3.87665 11.25 6.5C11.25 9.12335 9.12335 11.25 6.5 11.25C3.87665 11.25 1.75 9.12335 1.75 6.5Z"/><path d="M12.75 17.5C12.75 14.8766 14.8766 12.75 17.5 12.75C20.1234 12.75 22.25 14.8766 22.25 17.5C22.25 20.1234 20.1234 22.25 17.5 22.25C14.8766 22.25 12.75 20.1234 12.75 17.5Z"/><path d="M22.25 6.5C22.25 3.87665 20.1234 1.75 17.5 1.75C14.8766 1.75 12.75 3.87665 12.75 6.5C12.75 9.12335 14.8766 11.25 17.5 11.25C20.1234 11.25 22.25 9.12335 22.25 6.5Z"/><path d="M11.25 17.5C11.25 14.8766 9.12335 12.75 6.5 12.75C3.87665 12.75 1.75 14.8766 1.75 17.5C1.75 20.1234 3.87665 22.25 6.5 22.25C9.12335 22.25 11.25 20.1234 11.25 17.5Z"/></g></svg>
</template>

CSS

.icon-widget-3-bold {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.75%206.5C1.75%203.87665%203.87665%201.75%206.5%201.75C9.12335%201.75%2011.25%203.87665%2011.25%206.5C11.25%209.12335%209.12335%2011.25%206.5%2011.25C3.87665%2011.25%201.75%209.12335%201.75%206.5Z%22%2F%3E%3Cpath%20d%3D%22M12.75%2017.5C12.75%2014.8766%2014.8766%2012.75%2017.5%2012.75C20.1234%2012.75%2022.25%2014.8766%2022.25%2017.5C22.25%2020.1234%2020.1234%2022.25%2017.5%2022.25C14.8766%2022.25%2012.75%2020.1234%2012.75%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M22.25%206.5C22.25%203.87665%2020.1234%201.75%2017.5%201.75C14.8766%201.75%2012.75%203.87665%2012.75%206.5C12.75%209.12335%2014.8766%2011.25%2017.5%2011.25C20.1234%2011.25%2022.25%209.12335%2022.25%206.5Z%22%2F%3E%3Cpath%20d%3D%22M11.25%2017.5C11.25%2014.8766%209.12335%2012.75%206.5%2012.75C3.87665%2012.75%201.75%2014.8766%201.75%2017.5C1.75%2020.1234%203.87665%2022.25%206.5%2022.25C9.12335%2022.25%2011.25%2020.1234%2011.25%2017.5Z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.75%206.5C1.75%203.87665%203.87665%201.75%206.5%201.75C9.12335%201.75%2011.25%203.87665%2011.25%206.5C11.25%209.12335%209.12335%2011.25%206.5%2011.25C3.87665%2011.25%201.75%209.12335%201.75%206.5Z%22%2F%3E%3Cpath%20d%3D%22M12.75%2017.5C12.75%2014.8766%2014.8766%2012.75%2017.5%2012.75C20.1234%2012.75%2022.25%2014.8766%2022.25%2017.5C22.25%2020.1234%2020.1234%2022.25%2017.5%2022.25C14.8766%2022.25%2012.75%2020.1234%2012.75%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M22.25%206.5C22.25%203.87665%2020.1234%201.75%2017.5%201.75C14.8766%201.75%2012.75%203.87665%2012.75%206.5C12.75%209.12335%2014.8766%2011.25%2017.5%2011.25C20.1234%2011.25%2022.25%209.12335%2022.25%206.5Z%22%2F%3E%3Cpath%20d%3D%22M11.25%2017.5C11.25%2014.8766%209.12335%2012.75%206.5%2012.75C3.87665%2012.75%201.75%2014.8766%201.75%2017.5C1.75%2020.1234%203.87665%2022.25%206.5%2022.25C9.12335%2022.25%2011.25%2020.1234%2011.25%2017.5Z%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/widget-3-bold.svg?color=%231a73e8&size=48