widget 3 icon
widget-3-outline from Solar by 480 Design · Outline · Settings · CC-BY-4.0 Attribution required.
- Name
- widget-3-outline
- Set
- Solar
- Style
- Outline
- Category
- Settings
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More settings icons from Solar
columns-2-boldcolumns-3-boldcolumns-3-cog-boldcolumns-4-boldcontainer-boldgrid-2x2-add-boldgrid-2x2-boldgrid-2x2-check-boldgrid-2x2-close-boldgrid-3x3-boldloader-boldsettings-boldsettings-minimalistic-boldtuning-2-boldtuning-3-boldtuning-4-boldtuning-boldtuning-square-2-boldtuning-square-boldwidget-2-boldwidget-4-boldwidget-5-boldwidget-6-boldwidget-add-bold
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="M6.5 1.75C3.87665 1.75 1.75 3.87665 1.75 6.5C1.75 9.12335 3.87665 11.25 6.5 11.25C9.12335 11.25 11.25 9.12335 11.25 6.5C11.25 3.87665 9.12335 1.75 6.5 1.75ZM3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.29493 8.29493 9.75 6.5 9.75C4.70507 9.75 3.25 8.29493 3.25 6.5Z"/><path d="M17.5 12.75C14.8766 12.75 12.75 14.8766 12.75 17.5C12.75 20.1234 14.8766 22.25 17.5 22.25C20.1234 22.25 22.25 20.1234 22.25 17.5C22.25 14.8766 20.1234 12.75 17.5 12.75ZM14.25 17.5C14.25 15.7051 15.7051 14.25 17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5Z"/><path d="M12.75 6.5C12.75 3.87665 14.8766 1.75 17.5 1.75C20.1234 1.75 22.25 3.87665 22.25 6.5C22.25 9.12335 20.1234 11.25 17.5 11.25C14.8766 11.25 12.75 9.12335 12.75 6.5ZM17.5 3.25C15.7051 3.25 14.25 4.70507 14.25 6.5C14.25 8.29493 15.7051 9.75 17.5 9.75C19.2949 9.75 20.75 8.29493 20.75 6.5C20.75 4.70507 19.2949 3.25 17.5 3.25Z"/><path d="M6.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.5C11.25 14.8766 9.12335 12.75 6.5 12.75ZM3.25 17.5C3.25 15.7051 4.70507 14.25 6.5 14.25C8.29493 14.25 9.75 15.7051 9.75 17.5C9.75 19.2949 8.29493 20.75 6.5 20.75C4.70507 20.75 3.25 19.2949 3.25 17.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWidget3Outline(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="M6.5 1.75C3.87665 1.75 1.75 3.87665 1.75 6.5C1.75 9.12335 3.87665 11.25 6.5 11.25C9.12335 11.25 11.25 9.12335 11.25 6.5C11.25 3.87665 9.12335 1.75 6.5 1.75ZM3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.29493 8.29493 9.75 6.5 9.75C4.70507 9.75 3.25 8.29493 3.25 6.5Z"/><path d="M17.5 12.75C14.8766 12.75 12.75 14.8766 12.75 17.5C12.75 20.1234 14.8766 22.25 17.5 22.25C20.1234 22.25 22.25 20.1234 22.25 17.5C22.25 14.8766 20.1234 12.75 17.5 12.75ZM14.25 17.5C14.25 15.7051 15.7051 14.25 17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5Z"/><path d="M12.75 6.5C12.75 3.87665 14.8766 1.75 17.5 1.75C20.1234 1.75 22.25 3.87665 22.25 6.5C22.25 9.12335 20.1234 11.25 17.5 11.25C14.8766 11.25 12.75 9.12335 12.75 6.5ZM17.5 3.25C15.7051 3.25 14.25 4.70507 14.25 6.5C14.25 8.29493 15.7051 9.75 17.5 9.75C19.2949 9.75 20.75 8.29493 20.75 6.5C20.75 4.70507 19.2949 3.25 17.5 3.25Z"/><path d="M6.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.5C11.25 14.8766 9.12335 12.75 6.5 12.75ZM3.25 17.5C3.25 15.7051 4.70507 14.25 6.5 14.25C8.29493 14.25 9.75 15.7051 9.75 17.5C9.75 19.2949 8.29493 20.75 6.5 20.75C4.70507 20.75 3.25 19.2949 3.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="M6.5 1.75C3.87665 1.75 1.75 3.87665 1.75 6.5C1.75 9.12335 3.87665 11.25 6.5 11.25C9.12335 11.25 11.25 9.12335 11.25 6.5C11.25 3.87665 9.12335 1.75 6.5 1.75ZM3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.29493 8.29493 9.75 6.5 9.75C4.70507 9.75 3.25 8.29493 3.25 6.5Z"/><path d="M17.5 12.75C14.8766 12.75 12.75 14.8766 12.75 17.5C12.75 20.1234 14.8766 22.25 17.5 22.25C20.1234 22.25 22.25 20.1234 22.25 17.5C22.25 14.8766 20.1234 12.75 17.5 12.75ZM14.25 17.5C14.25 15.7051 15.7051 14.25 17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5Z"/><path d="M12.75 6.5C12.75 3.87665 14.8766 1.75 17.5 1.75C20.1234 1.75 22.25 3.87665 22.25 6.5C22.25 9.12335 20.1234 11.25 17.5 11.25C14.8766 11.25 12.75 9.12335 12.75 6.5ZM17.5 3.25C15.7051 3.25 14.25 4.70507 14.25 6.5C14.25 8.29493 15.7051 9.75 17.5 9.75C19.2949 9.75 20.75 8.29493 20.75 6.5C20.75 4.70507 19.2949 3.25 17.5 3.25Z"/><path d="M6.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.5C11.25 14.8766 9.12335 12.75 6.5 12.75ZM3.25 17.5C3.25 15.7051 4.70507 14.25 6.5 14.25C8.29493 14.25 9.75 15.7051 9.75 17.5C9.75 19.2949 8.29493 20.75 6.5 20.75C4.70507 20.75 3.25 19.2949 3.25 17.5Z"/></g></svg> </template>
CSS
.icon-widget-3-outline {
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%22M6.5%201.75C3.87665%201.75%201.75%203.87665%201.75%206.5C1.75%209.12335%203.87665%2011.25%206.5%2011.25C9.12335%2011.25%2011.25%209.12335%2011.25%206.5C11.25%203.87665%209.12335%201.75%206.5%201.75ZM3.25%206.5C3.25%204.70507%204.70507%203.25%206.5%203.25C8.29493%203.25%209.75%204.70507%209.75%206.5C9.75%208.29493%208.29493%209.75%206.5%209.75C4.70507%209.75%203.25%208.29493%203.25%206.5Z%22%2F%3E%3Cpath%20d%3D%22M17.5%2012.75C14.8766%2012.75%2012.75%2014.8766%2012.75%2017.5C12.75%2020.1234%2014.8766%2022.25%2017.5%2022.25C20.1234%2022.25%2022.25%2020.1234%2022.25%2017.5C22.25%2014.8766%2020.1234%2012.75%2017.5%2012.75ZM14.25%2017.5C14.25%2015.7051%2015.7051%2014.25%2017.5%2014.25C19.2949%2014.25%2020.75%2015.7051%2020.75%2017.5C20.75%2019.2949%2019.2949%2020.75%2017.5%2020.75C15.7051%2020.75%2014.25%2019.2949%2014.25%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M12.75%206.5C12.75%203.87665%2014.8766%201.75%2017.5%201.75C20.1234%201.75%2022.25%203.87665%2022.25%206.5C22.25%209.12335%2020.1234%2011.25%2017.5%2011.25C14.8766%2011.25%2012.75%209.12335%2012.75%206.5ZM17.5%203.25C15.7051%203.25%2014.25%204.70507%2014.25%206.5C14.25%208.29493%2015.7051%209.75%2017.5%209.75C19.2949%209.75%2020.75%208.29493%2020.75%206.5C20.75%204.70507%2019.2949%203.25%2017.5%203.25Z%22%2F%3E%3Cpath%20d%3D%22M6.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.5C11.25%2014.8766%209.12335%2012.75%206.5%2012.75ZM3.25%2017.5C3.25%2015.7051%204.70507%2014.25%206.5%2014.25C8.29493%2014.25%209.75%2015.7051%209.75%2017.5C9.75%2019.2949%208.29493%2020.75%206.5%2020.75C4.70507%2020.75%203.25%2019.2949%203.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%22M6.5%201.75C3.87665%201.75%201.75%203.87665%201.75%206.5C1.75%209.12335%203.87665%2011.25%206.5%2011.25C9.12335%2011.25%2011.25%209.12335%2011.25%206.5C11.25%203.87665%209.12335%201.75%206.5%201.75ZM3.25%206.5C3.25%204.70507%204.70507%203.25%206.5%203.25C8.29493%203.25%209.75%204.70507%209.75%206.5C9.75%208.29493%208.29493%209.75%206.5%209.75C4.70507%209.75%203.25%208.29493%203.25%206.5Z%22%2F%3E%3Cpath%20d%3D%22M17.5%2012.75C14.8766%2012.75%2012.75%2014.8766%2012.75%2017.5C12.75%2020.1234%2014.8766%2022.25%2017.5%2022.25C20.1234%2022.25%2022.25%2020.1234%2022.25%2017.5C22.25%2014.8766%2020.1234%2012.75%2017.5%2012.75ZM14.25%2017.5C14.25%2015.7051%2015.7051%2014.25%2017.5%2014.25C19.2949%2014.25%2020.75%2015.7051%2020.75%2017.5C20.75%2019.2949%2019.2949%2020.75%2017.5%2020.75C15.7051%2020.75%2014.25%2019.2949%2014.25%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M12.75%206.5C12.75%203.87665%2014.8766%201.75%2017.5%201.75C20.1234%201.75%2022.25%203.87665%2022.25%206.5C22.25%209.12335%2020.1234%2011.25%2017.5%2011.25C14.8766%2011.25%2012.75%209.12335%2012.75%206.5ZM17.5%203.25C15.7051%203.25%2014.25%204.70507%2014.25%206.5C14.25%208.29493%2015.7051%209.75%2017.5%209.75C19.2949%209.75%2020.75%208.29493%2020.75%206.5C20.75%204.70507%2019.2949%203.25%2017.5%203.25Z%22%2F%3E%3Cpath%20d%3D%22M6.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.5C11.25%2014.8766%209.12335%2012.75%206.5%2012.75ZM3.25%2017.5C3.25%2015.7051%204.70507%2014.25%206.5%2014.25C8.29493%2014.25%209.75%2015.7051%209.75%2017.5C9.75%2019.2949%208.29493%2020.75%206.5%2020.75C4.70507%2020.75%203.25%2019.2949%203.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-outline.svg?color=%231a73e8&size=48