widget 4 icon
widget-4-broken from Solar by 480 Design · Broken · Settings · CC-BY-4.0 Attribution required.
- Name
- widget-4-broken
- Set
- Solar
- Style
- Broken
- 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-5-boldwidget-6-boldwidget-add-bold
Use the widget 4 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="M2.5 13V17.5C2.5 19.3856 2.5 20.3284 3.08579 20.9142C3.67157 21.5 4.61438 21.5 6.5 21.5C8.38562 21.5 9.32843 21.5 9.91421 20.9142C10.5 20.3284 10.5 19.3856 10.5 17.5V6.5C10.5 4.61438 10.5 3.67157 9.91421 3.08579C9.32843 2.5 8.38562 2.5 6.5 2.5C4.61438 2.5 3.67157 2.5 3.08579 3.08579C2.5 3.67157 2.5 4.61438 2.5 6.5V9"/><path stroke-linecap="round" d="M21.4995 18C21.495 19.5572 21.4458 20.3827 20.9142 20.9142C20.3284 21.5 19.3856 21.5 17.5 21.5C15.6144 21.5 14.6716 21.5 14.0858 20.9142C13.5 20.3284 13.5 19.3856 13.5 17.5V15.5C13.5 13.6144 13.5 12.6716 14.0858 12.0858C14.6716 11.5 15.6144 11.5 17.5 11.5C19.3856 11.5 20.3284 11.5 20.9142 12.0858C21.3183 12.4899 21.4436 13.0638 21.4825 14"/><path d="M13.5 5.5C13.5 4.56812 13.5 4.10218 13.6522 3.73463C13.8552 3.24458 14.2446 2.85523 14.7346 2.65224C15.1022 2.5 15.5681 2.5 16.5 2.5H18.5C19.4319 2.5 19.8978 2.5 20.2654 2.65224C20.7554 2.85523 21.1448 3.24458 21.3478 3.73463C21.5 4.10218 21.5 4.56812 21.5 5.5C21.5 6.43188 21.5 6.89782 21.3478 7.26537C21.1448 7.75542 20.7554 8.14477 20.2654 8.34776C19.8978 8.5 19.4319 8.5 18.5 8.5H16.5C15.5681 8.5 15.1022 8.5 14.7346 8.34776C14.2446 8.14477 13.8552 7.75542 13.6522 7.26537C13.5 6.89782 13.5 6.43188 13.5 5.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWidget4Broken(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="M2.5 13V17.5C2.5 19.3856 2.5 20.3284 3.08579 20.9142C3.67157 21.5 4.61438 21.5 6.5 21.5C8.38562 21.5 9.32843 21.5 9.91421 20.9142C10.5 20.3284 10.5 19.3856 10.5 17.5V6.5C10.5 4.61438 10.5 3.67157 9.91421 3.08579C9.32843 2.5 8.38562 2.5 6.5 2.5C4.61438 2.5 3.67157 2.5 3.08579 3.08579C2.5 3.67157 2.5 4.61438 2.5 6.5V9"/><path strokeLinecap="round" d="M21.4995 18C21.495 19.5572 21.4458 20.3827 20.9142 20.9142C20.3284 21.5 19.3856 21.5 17.5 21.5C15.6144 21.5 14.6716 21.5 14.0858 20.9142C13.5 20.3284 13.5 19.3856 13.5 17.5V15.5C13.5 13.6144 13.5 12.6716 14.0858 12.0858C14.6716 11.5 15.6144 11.5 17.5 11.5C19.3856 11.5 20.3284 11.5 20.9142 12.0858C21.3183 12.4899 21.4436 13.0638 21.4825 14"/><path d="M13.5 5.5C13.5 4.56812 13.5 4.10218 13.6522 3.73463C13.8552 3.24458 14.2446 2.85523 14.7346 2.65224C15.1022 2.5 15.5681 2.5 16.5 2.5H18.5C19.4319 2.5 19.8978 2.5 20.2654 2.65224C20.7554 2.85523 21.1448 3.24458 21.3478 3.73463C21.5 4.10218 21.5 4.56812 21.5 5.5C21.5 6.43188 21.5 6.89782 21.3478 7.26537C21.1448 7.75542 20.7554 8.14477 20.2654 8.34776C19.8978 8.5 19.4319 8.5 18.5 8.5H16.5C15.5681 8.5 15.1022 8.5 14.7346 8.34776C14.2446 8.14477 13.8552 7.75542 13.6522 7.26537C13.5 6.89782 13.5 6.43188 13.5 5.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 stroke-linecap="round" d="M2.5 13V17.5C2.5 19.3856 2.5 20.3284 3.08579 20.9142C3.67157 21.5 4.61438 21.5 6.5 21.5C8.38562 21.5 9.32843 21.5 9.91421 20.9142C10.5 20.3284 10.5 19.3856 10.5 17.5V6.5C10.5 4.61438 10.5 3.67157 9.91421 3.08579C9.32843 2.5 8.38562 2.5 6.5 2.5C4.61438 2.5 3.67157 2.5 3.08579 3.08579C2.5 3.67157 2.5 4.61438 2.5 6.5V9"/><path stroke-linecap="round" d="M21.4995 18C21.495 19.5572 21.4458 20.3827 20.9142 20.9142C20.3284 21.5 19.3856 21.5 17.5 21.5C15.6144 21.5 14.6716 21.5 14.0858 20.9142C13.5 20.3284 13.5 19.3856 13.5 17.5V15.5C13.5 13.6144 13.5 12.6716 14.0858 12.0858C14.6716 11.5 15.6144 11.5 17.5 11.5C19.3856 11.5 20.3284 11.5 20.9142 12.0858C21.3183 12.4899 21.4436 13.0638 21.4825 14"/><path d="M13.5 5.5C13.5 4.56812 13.5 4.10218 13.6522 3.73463C13.8552 3.24458 14.2446 2.85523 14.7346 2.65224C15.1022 2.5 15.5681 2.5 16.5 2.5H18.5C19.4319 2.5 19.8978 2.5 20.2654 2.65224C20.7554 2.85523 21.1448 3.24458 21.3478 3.73463C21.5 4.10218 21.5 4.56812 21.5 5.5C21.5 6.43188 21.5 6.89782 21.3478 7.26537C21.1448 7.75542 20.7554 8.14477 20.2654 8.34776C19.8978 8.5 19.4319 8.5 18.5 8.5H16.5C15.5681 8.5 15.1022 8.5 14.7346 8.34776C14.2446 8.14477 13.8552 7.75542 13.6522 7.26537C13.5 6.89782 13.5 6.43188 13.5 5.5Z"/></g></svg> </template>
CSS
.icon-widget-4-broken {
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%22M2.5%2013V17.5C2.5%2019.3856%202.5%2020.3284%203.08579%2020.9142C3.67157%2021.5%204.61438%2021.5%206.5%2021.5C8.38562%2021.5%209.32843%2021.5%209.91421%2020.9142C10.5%2020.3284%2010.5%2019.3856%2010.5%2017.5V6.5C10.5%204.61438%2010.5%203.67157%209.91421%203.08579C9.32843%202.5%208.38562%202.5%206.5%202.5C4.61438%202.5%203.67157%202.5%203.08579%203.08579C2.5%203.67157%202.5%204.61438%202.5%206.5V9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.4995%2018C21.495%2019.5572%2021.4458%2020.3827%2020.9142%2020.9142C20.3284%2021.5%2019.3856%2021.5%2017.5%2021.5C15.6144%2021.5%2014.6716%2021.5%2014.0858%2020.9142C13.5%2020.3284%2013.5%2019.3856%2013.5%2017.5V15.5C13.5%2013.6144%2013.5%2012.6716%2014.0858%2012.0858C14.6716%2011.5%2015.6144%2011.5%2017.5%2011.5C19.3856%2011.5%2020.3284%2011.5%2020.9142%2012.0858C21.3183%2012.4899%2021.4436%2013.0638%2021.4825%2014%22%2F%3E%3Cpath%20d%3D%22M13.5%205.5C13.5%204.56812%2013.5%204.10218%2013.6522%203.73463C13.8552%203.24458%2014.2446%202.85523%2014.7346%202.65224C15.1022%202.5%2015.5681%202.5%2016.5%202.5H18.5C19.4319%202.5%2019.8978%202.5%2020.2654%202.65224C20.7554%202.85523%2021.1448%203.24458%2021.3478%203.73463C21.5%204.10218%2021.5%204.56812%2021.5%205.5C21.5%206.43188%2021.5%206.89782%2021.3478%207.26537C21.1448%207.75542%2020.7554%208.14477%2020.2654%208.34776C19.8978%208.5%2019.4319%208.5%2018.5%208.5H16.5C15.5681%208.5%2015.1022%208.5%2014.7346%208.34776C14.2446%208.14477%2013.8552%207.75542%2013.6522%207.26537C13.5%206.89782%2013.5%206.43188%2013.5%205.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%20stroke-linecap%3D%22round%22%20d%3D%22M2.5%2013V17.5C2.5%2019.3856%202.5%2020.3284%203.08579%2020.9142C3.67157%2021.5%204.61438%2021.5%206.5%2021.5C8.38562%2021.5%209.32843%2021.5%209.91421%2020.9142C10.5%2020.3284%2010.5%2019.3856%2010.5%2017.5V6.5C10.5%204.61438%2010.5%203.67157%209.91421%203.08579C9.32843%202.5%208.38562%202.5%206.5%202.5C4.61438%202.5%203.67157%202.5%203.08579%203.08579C2.5%203.67157%202.5%204.61438%202.5%206.5V9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.4995%2018C21.495%2019.5572%2021.4458%2020.3827%2020.9142%2020.9142C20.3284%2021.5%2019.3856%2021.5%2017.5%2021.5C15.6144%2021.5%2014.6716%2021.5%2014.0858%2020.9142C13.5%2020.3284%2013.5%2019.3856%2013.5%2017.5V15.5C13.5%2013.6144%2013.5%2012.6716%2014.0858%2012.0858C14.6716%2011.5%2015.6144%2011.5%2017.5%2011.5C19.3856%2011.5%2020.3284%2011.5%2020.9142%2012.0858C21.3183%2012.4899%2021.4436%2013.0638%2021.4825%2014%22%2F%3E%3Cpath%20d%3D%22M13.5%205.5C13.5%204.56812%2013.5%204.10218%2013.6522%203.73463C13.8552%203.24458%2014.2446%202.85523%2014.7346%202.65224C15.1022%202.5%2015.5681%202.5%2016.5%202.5H18.5C19.4319%202.5%2019.8978%202.5%2020.2654%202.65224C20.7554%202.85523%2021.1448%203.24458%2021.3478%203.73463C21.5%204.10218%2021.5%204.56812%2021.5%205.5C21.5%206.43188%2021.5%206.89782%2021.3478%207.26537C21.1448%207.75542%2020.7554%208.14477%2020.2654%208.34776C19.8978%208.5%2019.4319%208.5%2018.5%208.5H16.5C15.5681%208.5%2015.1022%208.5%2014.7346%208.34776C14.2446%208.14477%2013.8552%207.75542%2013.6522%207.26537C13.5%206.89782%2013.5%206.43188%2013.5%205.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-4-broken.svg?color=%231a73e8&size=48