widget 6 icon
widget-6-linear from Solar by 480 Design · Linear · Settings · CC-BY-4.0 Attribution required.
- Name
- widget-6-linear
- Set
- Solar
- Style
- Linear
- 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-3-boldwidget-4-boldwidget-5-boldwidget-add-bold
Use the widget 6 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 d="M2.5 6.5C2.5 4.29086 4.29086 2.5 6.5 2.5C8.70914 2.5 10.5 4.29086 10.5 6.5V9.16667C10.5 9.47666 10.5 9.63165 10.4659 9.75882C10.3735 10.1039 10.1039 10.3735 9.75882 10.4659C9.63165 10.5 9.47666 10.5 9.16667 10.5H6.5C4.29086 10.5 2.5 8.70914 2.5 6.5Z"/><path d="M13.5 14.8333C13.5 14.5233 13.5 14.3683 13.5341 14.2412C13.6265 13.8961 13.8961 13.6265 14.2412 13.5341C14.3683 13.5 14.5233 13.5 14.8333 13.5H17.5C19.7091 13.5 21.5 15.2909 21.5 17.5C21.5 19.7091 19.7091 21.5 17.5 21.5C15.2909 21.5 13.5 19.7091 13.5 17.5V14.8333Z"/><path d="M2.5 17.5C2.5 15.2909 4.29086 13.5 6.5 13.5H8.9C9.46005 13.5 9.74008 13.5 9.95399 13.609C10.1422 13.7049 10.2951 13.8578 10.391 14.046C10.5 14.2599 10.5 14.5399 10.5 15.1V17.5C10.5 19.7091 8.70914 21.5 6.5 21.5C4.29086 21.5 2.5 19.7091 2.5 17.5Z"/><path d="M13.5 6.5C13.5 4.29086 15.2909 2.5 17.5 2.5C19.7091 2.5 21.5 4.29086 21.5 6.5C21.5 8.70914 19.7091 10.5 17.5 10.5H14.6429C14.5102 10.5 14.4438 10.5 14.388 10.4937C13.9244 10.4415 13.5585 10.0756 13.5063 9.61196C13.5 9.55616 13.5 9.48982 13.5 9.35714V6.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWidget6Linear(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 d="M2.5 6.5C2.5 4.29086 4.29086 2.5 6.5 2.5C8.70914 2.5 10.5 4.29086 10.5 6.5V9.16667C10.5 9.47666 10.5 9.63165 10.4659 9.75882C10.3735 10.1039 10.1039 10.3735 9.75882 10.4659C9.63165 10.5 9.47666 10.5 9.16667 10.5H6.5C4.29086 10.5 2.5 8.70914 2.5 6.5Z"/><path d="M13.5 14.8333C13.5 14.5233 13.5 14.3683 13.5341 14.2412C13.6265 13.8961 13.8961 13.6265 14.2412 13.5341C14.3683 13.5 14.5233 13.5 14.8333 13.5H17.5C19.7091 13.5 21.5 15.2909 21.5 17.5C21.5 19.7091 19.7091 21.5 17.5 21.5C15.2909 21.5 13.5 19.7091 13.5 17.5V14.8333Z"/><path d="M2.5 17.5C2.5 15.2909 4.29086 13.5 6.5 13.5H8.9C9.46005 13.5 9.74008 13.5 9.95399 13.609C10.1422 13.7049 10.2951 13.8578 10.391 14.046C10.5 14.2599 10.5 14.5399 10.5 15.1V17.5C10.5 19.7091 8.70914 21.5 6.5 21.5C4.29086 21.5 2.5 19.7091 2.5 17.5Z"/><path d="M13.5 6.5C13.5 4.29086 15.2909 2.5 17.5 2.5C19.7091 2.5 21.5 4.29086 21.5 6.5C21.5 8.70914 19.7091 10.5 17.5 10.5H14.6429C14.5102 10.5 14.4438 10.5 14.388 10.4937C13.9244 10.4415 13.5585 10.0756 13.5063 9.61196C13.5 9.55616 13.5 9.48982 13.5 9.35714V6.5Z"/></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 d="M2.5 6.5C2.5 4.29086 4.29086 2.5 6.5 2.5C8.70914 2.5 10.5 4.29086 10.5 6.5V9.16667C10.5 9.47666 10.5 9.63165 10.4659 9.75882C10.3735 10.1039 10.1039 10.3735 9.75882 10.4659C9.63165 10.5 9.47666 10.5 9.16667 10.5H6.5C4.29086 10.5 2.5 8.70914 2.5 6.5Z"/><path d="M13.5 14.8333C13.5 14.5233 13.5 14.3683 13.5341 14.2412C13.6265 13.8961 13.8961 13.6265 14.2412 13.5341C14.3683 13.5 14.5233 13.5 14.8333 13.5H17.5C19.7091 13.5 21.5 15.2909 21.5 17.5C21.5 19.7091 19.7091 21.5 17.5 21.5C15.2909 21.5 13.5 19.7091 13.5 17.5V14.8333Z"/><path d="M2.5 17.5C2.5 15.2909 4.29086 13.5 6.5 13.5H8.9C9.46005 13.5 9.74008 13.5 9.95399 13.609C10.1422 13.7049 10.2951 13.8578 10.391 14.046C10.5 14.2599 10.5 14.5399 10.5 15.1V17.5C10.5 19.7091 8.70914 21.5 6.5 21.5C4.29086 21.5 2.5 19.7091 2.5 17.5Z"/><path d="M13.5 6.5C13.5 4.29086 15.2909 2.5 17.5 2.5C19.7091 2.5 21.5 4.29086 21.5 6.5C21.5 8.70914 19.7091 10.5 17.5 10.5H14.6429C14.5102 10.5 14.4438 10.5 14.388 10.4937C13.9244 10.4415 13.5585 10.0756 13.5063 9.61196C13.5 9.55616 13.5 9.48982 13.5 9.35714V6.5Z"/></g></svg> </template>
CSS
.icon-widget-6-linear {
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%20d%3D%22M2.5%206.5C2.5%204.29086%204.29086%202.5%206.5%202.5C8.70914%202.5%2010.5%204.29086%2010.5%206.5V9.16667C10.5%209.47666%2010.5%209.63165%2010.4659%209.75882C10.3735%2010.1039%2010.1039%2010.3735%209.75882%2010.4659C9.63165%2010.5%209.47666%2010.5%209.16667%2010.5H6.5C4.29086%2010.5%202.5%208.70914%202.5%206.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2014.8333C13.5%2014.5233%2013.5%2014.3683%2013.5341%2014.2412C13.6265%2013.8961%2013.8961%2013.6265%2014.2412%2013.5341C14.3683%2013.5%2014.5233%2013.5%2014.8333%2013.5H17.5C19.7091%2013.5%2021.5%2015.2909%2021.5%2017.5C21.5%2019.7091%2019.7091%2021.5%2017.5%2021.5C15.2909%2021.5%2013.5%2019.7091%2013.5%2017.5V14.8333Z%22%2F%3E%3Cpath%20d%3D%22M2.5%2017.5C2.5%2015.2909%204.29086%2013.5%206.5%2013.5H8.9C9.46005%2013.5%209.74008%2013.5%209.95399%2013.609C10.1422%2013.7049%2010.2951%2013.8578%2010.391%2014.046C10.5%2014.2599%2010.5%2014.5399%2010.5%2015.1V17.5C10.5%2019.7091%208.70914%2021.5%206.5%2021.5C4.29086%2021.5%202.5%2019.7091%202.5%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%206.5C13.5%204.29086%2015.2909%202.5%2017.5%202.5C19.7091%202.5%2021.5%204.29086%2021.5%206.5C21.5%208.70914%2019.7091%2010.5%2017.5%2010.5H14.6429C14.5102%2010.5%2014.4438%2010.5%2014.388%2010.4937C13.9244%2010.4415%2013.5585%2010.0756%2013.5063%209.61196C13.5%209.55616%2013.5%209.48982%2013.5%209.35714V6.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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%206.5C2.5%204.29086%204.29086%202.5%206.5%202.5C8.70914%202.5%2010.5%204.29086%2010.5%206.5V9.16667C10.5%209.47666%2010.5%209.63165%2010.4659%209.75882C10.3735%2010.1039%2010.1039%2010.3735%209.75882%2010.4659C9.63165%2010.5%209.47666%2010.5%209.16667%2010.5H6.5C4.29086%2010.5%202.5%208.70914%202.5%206.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2014.8333C13.5%2014.5233%2013.5%2014.3683%2013.5341%2014.2412C13.6265%2013.8961%2013.8961%2013.6265%2014.2412%2013.5341C14.3683%2013.5%2014.5233%2013.5%2014.8333%2013.5H17.5C19.7091%2013.5%2021.5%2015.2909%2021.5%2017.5C21.5%2019.7091%2019.7091%2021.5%2017.5%2021.5C15.2909%2021.5%2013.5%2019.7091%2013.5%2017.5V14.8333Z%22%2F%3E%3Cpath%20d%3D%22M2.5%2017.5C2.5%2015.2909%204.29086%2013.5%206.5%2013.5H8.9C9.46005%2013.5%209.74008%2013.5%209.95399%2013.609C10.1422%2013.7049%2010.2951%2013.8578%2010.391%2014.046C10.5%2014.2599%2010.5%2014.5399%2010.5%2015.1V17.5C10.5%2019.7091%208.70914%2021.5%206.5%2021.5C4.29086%2021.5%202.5%2019.7091%202.5%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%206.5C13.5%204.29086%2015.2909%202.5%2017.5%202.5C19.7091%202.5%2021.5%204.29086%2021.5%206.5C21.5%208.70914%2019.7091%2010.5%2017.5%2010.5H14.6429C14.5102%2010.5%2014.4438%2010.5%2014.388%2010.4937C13.9244%2010.4415%2013.5585%2010.0756%2013.5063%209.61196C13.5%209.55616%2013.5%209.48982%2013.5%209.35714V6.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-6-linear.svg?color=%231a73e8&size=48