widget 2 icon

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

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

5 other variants in Solar

More settings icons from Solar

Use the widget 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 6.63415C2 4.07478 4.07478 2 6.63415 2C9.19351 2 11.2683 4.07478 11.2683 6.63415C11.2683 9.19351 9.19351 11.2683 6.63415 11.2683C4.07478 11.2683 2 9.19351 2 6.63415Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.7324 17.3658C12.7324 14.8065 14.8072 12.7317 17.3666 12.7317C19.9259 12.7317 22.0007 14.8065 22.0007 17.3658C22.0007 19.9252 19.9259 22 17.3666 22C14.8072 22 12.7324 19.9252 12.7324 17.3658Z" clip-rule="evenodd" opacity=".5"/><path d="M2 17.5C2 15.3787 2 14.318 2.65901 13.659C3.31802 13 4.37868 13 6.5 13C8.62132 13 9.68198 13 10.341 13.659C11 14.318 11 15.3787 11 17.5C11 19.6213 11 20.682 10.341 21.341C9.68198 22 8.62132 22 6.5 22C4.37868 22 3.31802 22 2.65901 21.341C2 20.682 2 19.6213 2 17.5Z"/><path d="M13 6.5C13 4.37868 13 3.31802 13.659 2.65901C14.318 2 15.3787 2 17.5 2C19.6213 2 20.682 2 21.341 2.65901C22 3.31802 22 4.37868 22 6.5C22 8.62132 22 9.68198 21.341 10.341C20.682 11 19.6213 11 17.5 11C15.3787 11 14.318 11 13.659 10.341C13 9.68198 13 8.62132 13 6.5Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWidget2BoldDuotone(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"><path fillRule="evenodd" d="M2 6.63415C2 4.07478 4.07478 2 6.63415 2C9.19351 2 11.2683 4.07478 11.2683 6.63415C11.2683 9.19351 9.19351 11.2683 6.63415 11.2683C4.07478 11.2683 2 9.19351 2 6.63415Z" clipRule="evenodd"/><path fillRule="evenodd" d="M12.7324 17.3658C12.7324 14.8065 14.8072 12.7317 17.3666 12.7317C19.9259 12.7317 22.0007 14.8065 22.0007 17.3658C22.0007 19.9252 19.9259 22 17.3666 22C14.8072 22 12.7324 19.9252 12.7324 17.3658Z" clipRule="evenodd" opacity=".5"/><path d="M2 17.5C2 15.3787 2 14.318 2.65901 13.659C3.31802 13 4.37868 13 6.5 13C8.62132 13 9.68198 13 10.341 13.659C11 14.318 11 15.3787 11 17.5C11 19.6213 11 20.682 10.341 21.341C9.68198 22 8.62132 22 6.5 22C4.37868 22 3.31802 22 2.65901 21.341C2 20.682 2 19.6213 2 17.5Z"/><path d="M13 6.5C13 4.37868 13 3.31802 13.659 2.65901C14.318 2 15.3787 2 17.5 2C19.6213 2 20.682 2 21.341 2.65901C22 3.31802 22 4.37868 22 6.5C22 8.62132 22 9.68198 21.341 10.341C20.682 11 19.6213 11 17.5 11C15.3787 11 14.318 11 13.659 10.341C13 9.68198 13 8.62132 13 6.5Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 6.63415C2 4.07478 4.07478 2 6.63415 2C9.19351 2 11.2683 4.07478 11.2683 6.63415C11.2683 9.19351 9.19351 11.2683 6.63415 11.2683C4.07478 11.2683 2 9.19351 2 6.63415Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.7324 17.3658C12.7324 14.8065 14.8072 12.7317 17.3666 12.7317C19.9259 12.7317 22.0007 14.8065 22.0007 17.3658C22.0007 19.9252 19.9259 22 17.3666 22C14.8072 22 12.7324 19.9252 12.7324 17.3658Z" clip-rule="evenodd" opacity=".5"/><path d="M2 17.5C2 15.3787 2 14.318 2.65901 13.659C3.31802 13 4.37868 13 6.5 13C8.62132 13 9.68198 13 10.341 13.659C11 14.318 11 15.3787 11 17.5C11 19.6213 11 20.682 10.341 21.341C9.68198 22 8.62132 22 6.5 22C4.37868 22 3.31802 22 2.65901 21.341C2 20.682 2 19.6213 2 17.5Z"/><path d="M13 6.5C13 4.37868 13 3.31802 13.659 2.65901C14.318 2 15.3787 2 17.5 2C19.6213 2 20.682 2 21.341 2.65901C22 3.31802 22 4.37868 22 6.5C22 8.62132 22 9.68198 21.341 10.341C20.682 11 19.6213 11 17.5 11C15.3787 11 14.318 11 13.659 10.341C13 9.68198 13 8.62132 13 6.5Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-widget-2-bold-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%206.63415C2%204.07478%204.07478%202%206.63415%202C9.19351%202%2011.2683%204.07478%2011.2683%206.63415C11.2683%209.19351%209.19351%2011.2683%206.63415%2011.2683C4.07478%2011.2683%202%209.19351%202%206.63415Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.7324%2017.3658C12.7324%2014.8065%2014.8072%2012.7317%2017.3666%2012.7317C19.9259%2012.7317%2022.0007%2014.8065%2022.0007%2017.3658C22.0007%2019.9252%2019.9259%2022%2017.3666%2022C14.8072%2022%2012.7324%2019.9252%2012.7324%2017.3658Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2017.5C2%2015.3787%202%2014.318%202.65901%2013.659C3.31802%2013%204.37868%2013%206.5%2013C8.62132%2013%209.68198%2013%2010.341%2013.659C11%2014.318%2011%2015.3787%2011%2017.5C11%2019.6213%2011%2020.682%2010.341%2021.341C9.68198%2022%208.62132%2022%206.5%2022C4.37868%2022%203.31802%2022%202.65901%2021.341C2%2020.682%202%2019.6213%202%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M13%206.5C13%204.37868%2013%203.31802%2013.659%202.65901C14.318%202%2015.3787%202%2017.5%202C19.6213%202%2020.682%202%2021.341%202.65901C22%203.31802%2022%204.37868%2022%206.5C22%208.62132%2022%209.68198%2021.341%2010.341C20.682%2011%2019.6213%2011%2017.5%2011C15.3787%2011%2014.318%2011%2013.659%2010.341C13%209.68198%2013%208.62132%2013%206.5Z%22%20opacity%3D%22.5%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%206.63415C2%204.07478%204.07478%202%206.63415%202C9.19351%202%2011.2683%204.07478%2011.2683%206.63415C11.2683%209.19351%209.19351%2011.2683%206.63415%2011.2683C4.07478%2011.2683%202%209.19351%202%206.63415Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.7324%2017.3658C12.7324%2014.8065%2014.8072%2012.7317%2017.3666%2012.7317C19.9259%2012.7317%2022.0007%2014.8065%2022.0007%2017.3658C22.0007%2019.9252%2019.9259%2022%2017.3666%2022C14.8072%2022%2012.7324%2019.9252%2012.7324%2017.3658Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2017.5C2%2015.3787%202%2014.318%202.65901%2013.659C3.31802%2013%204.37868%2013%206.5%2013C8.62132%2013%209.68198%2013%2010.341%2013.659C11%2014.318%2011%2015.3787%2011%2017.5C11%2019.6213%2011%2020.682%2010.341%2021.341C9.68198%2022%208.62132%2022%206.5%2022C4.37868%2022%203.31802%2022%202.65901%2021.341C2%2020.682%202%2019.6213%202%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M13%206.5C13%204.37868%2013%203.31802%2013.659%202.65901C14.318%202%2015.3787%202%2017.5%202C19.6213%202%2020.682%202%2021.341%202.65901C22%203.31802%2022%204.37868%2022%206.5C22%208.62132%2022%209.68198%2021.341%2010.341C20.682%2011%2019.6213%2011%2017.5%2011C15.3787%2011%2014.318%2011%2013.659%2010.341C13%209.68198%2013%208.62132%2013%206.5Z%22%20opacity%3D%22.5%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-2-bold-duotone.svg?color=%231a73e8&size=48