widget add icon

widget-add-broken from Solar by 480 Design · Broken · Settings · CC-BY-4.0 Attribution required.

Name
widget-add-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

Use the widget add 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="M14.5 6.5H17.5M17.5 6.5H20.5M17.5 6.5V9.5M17.5 6.5V3.5"/><path stroke-linecap="round" d="M2.55078 15.5C2.61472 14.8499 2.75923 14.4124 3.08582 14.0858C3.67161 13.5 4.61442 13.5 6.50004 13.5C8.38565 13.5 9.32846 13.5 9.91425 14.0858C10.5 14.6716 10.5 15.6144 10.5 17.5C10.5 19.3856 10.5 20.3284 9.91425 20.9142C9.32846 21.5 8.38565 21.5 6.50004 21.5C4.61442 21.5 3.67161 21.5 3.08582 20.9142C2.77645 20.6048 2.63047 20.1959 2.56158 19.6011"/><path d="M2.5 6.5C2.5 4.61438 2.5 3.67157 3.08579 3.08579C3.67157 2.5 4.61438 2.5 6.5 2.5C8.38562 2.5 9.32843 2.5 9.91421 3.08579C10.5 3.67157 10.5 4.61438 10.5 6.5C10.5 8.38562 10.5 9.32843 9.91421 9.91421C9.32843 10.5 8.38562 10.5 6.5 10.5C4.61438 10.5 3.67157 10.5 3.08579 9.91421C2.5 9.32843 2.5 8.38562 2.5 6.5Z"/><path d="M13.5 17.5C13.5 15.6144 13.5 14.6716 14.0858 14.0858C14.6716 13.5 15.6144 13.5 17.5 13.5C19.3856 13.5 20.3284 13.5 20.9142 14.0858C21.5 14.6716 21.5 15.6144 21.5 17.5C21.5 19.3856 21.5 20.3284 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.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWidgetAddBroken(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="M14.5 6.5H17.5M17.5 6.5H20.5M17.5 6.5V9.5M17.5 6.5V3.5"/><path strokeLinecap="round" d="M2.55078 15.5C2.61472 14.8499 2.75923 14.4124 3.08582 14.0858C3.67161 13.5 4.61442 13.5 6.50004 13.5C8.38565 13.5 9.32846 13.5 9.91425 14.0858C10.5 14.6716 10.5 15.6144 10.5 17.5C10.5 19.3856 10.5 20.3284 9.91425 20.9142C9.32846 21.5 8.38565 21.5 6.50004 21.5C4.61442 21.5 3.67161 21.5 3.08582 20.9142C2.77645 20.6048 2.63047 20.1959 2.56158 19.6011"/><path d="M2.5 6.5C2.5 4.61438 2.5 3.67157 3.08579 3.08579C3.67157 2.5 4.61438 2.5 6.5 2.5C8.38562 2.5 9.32843 2.5 9.91421 3.08579C10.5 3.67157 10.5 4.61438 10.5 6.5C10.5 8.38562 10.5 9.32843 9.91421 9.91421C9.32843 10.5 8.38562 10.5 6.5 10.5C4.61438 10.5 3.67157 10.5 3.08579 9.91421C2.5 9.32843 2.5 8.38562 2.5 6.5Z"/><path d="M13.5 17.5C13.5 15.6144 13.5 14.6716 14.0858 14.0858C14.6716 13.5 15.6144 13.5 17.5 13.5C19.3856 13.5 20.3284 13.5 20.9142 14.0858C21.5 14.6716 21.5 15.6144 21.5 17.5C21.5 19.3856 21.5 20.3284 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.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="M14.5 6.5H17.5M17.5 6.5H20.5M17.5 6.5V9.5M17.5 6.5V3.5"/><path stroke-linecap="round" d="M2.55078 15.5C2.61472 14.8499 2.75923 14.4124 3.08582 14.0858C3.67161 13.5 4.61442 13.5 6.50004 13.5C8.38565 13.5 9.32846 13.5 9.91425 14.0858C10.5 14.6716 10.5 15.6144 10.5 17.5C10.5 19.3856 10.5 20.3284 9.91425 20.9142C9.32846 21.5 8.38565 21.5 6.50004 21.5C4.61442 21.5 3.67161 21.5 3.08582 20.9142C2.77645 20.6048 2.63047 20.1959 2.56158 19.6011"/><path d="M2.5 6.5C2.5 4.61438 2.5 3.67157 3.08579 3.08579C3.67157 2.5 4.61438 2.5 6.5 2.5C8.38562 2.5 9.32843 2.5 9.91421 3.08579C10.5 3.67157 10.5 4.61438 10.5 6.5C10.5 8.38562 10.5 9.32843 9.91421 9.91421C9.32843 10.5 8.38562 10.5 6.5 10.5C4.61438 10.5 3.67157 10.5 3.08579 9.91421C2.5 9.32843 2.5 8.38562 2.5 6.5Z"/><path d="M13.5 17.5C13.5 15.6144 13.5 14.6716 14.0858 14.0858C14.6716 13.5 15.6144 13.5 17.5 13.5C19.3856 13.5 20.3284 13.5 20.9142 14.0858C21.5 14.6716 21.5 15.6144 21.5 17.5C21.5 19.3856 21.5 20.3284 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.5Z"/></g></svg>
</template>

CSS

.icon-widget-add-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%22M14.5%206.5H17.5M17.5%206.5H20.5M17.5%206.5V9.5M17.5%206.5V3.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.55078%2015.5C2.61472%2014.8499%202.75923%2014.4124%203.08582%2014.0858C3.67161%2013.5%204.61442%2013.5%206.50004%2013.5C8.38565%2013.5%209.32846%2013.5%209.91425%2014.0858C10.5%2014.6716%2010.5%2015.6144%2010.5%2017.5C10.5%2019.3856%2010.5%2020.3284%209.91425%2020.9142C9.32846%2021.5%208.38565%2021.5%206.50004%2021.5C4.61442%2021.5%203.67161%2021.5%203.08582%2020.9142C2.77645%2020.6048%202.63047%2020.1959%202.56158%2019.6011%22%2F%3E%3Cpath%20d%3D%22M2.5%206.5C2.5%204.61438%202.5%203.67157%203.08579%203.08579C3.67157%202.5%204.61438%202.5%206.5%202.5C8.38562%202.5%209.32843%202.5%209.91421%203.08579C10.5%203.67157%2010.5%204.61438%2010.5%206.5C10.5%208.38562%2010.5%209.32843%209.91421%209.91421C9.32843%2010.5%208.38562%2010.5%206.5%2010.5C4.61438%2010.5%203.67157%2010.5%203.08579%209.91421C2.5%209.32843%202.5%208.38562%202.5%206.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2017.5C13.5%2015.6144%2013.5%2014.6716%2014.0858%2014.0858C14.6716%2013.5%2015.6144%2013.5%2017.5%2013.5C19.3856%2013.5%2020.3284%2013.5%2020.9142%2014.0858C21.5%2014.6716%2021.5%2015.6144%2021.5%2017.5C21.5%2019.3856%2021.5%2020.3284%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.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%22M14.5%206.5H17.5M17.5%206.5H20.5M17.5%206.5V9.5M17.5%206.5V3.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.55078%2015.5C2.61472%2014.8499%202.75923%2014.4124%203.08582%2014.0858C3.67161%2013.5%204.61442%2013.5%206.50004%2013.5C8.38565%2013.5%209.32846%2013.5%209.91425%2014.0858C10.5%2014.6716%2010.5%2015.6144%2010.5%2017.5C10.5%2019.3856%2010.5%2020.3284%209.91425%2020.9142C9.32846%2021.5%208.38565%2021.5%206.50004%2021.5C4.61442%2021.5%203.67161%2021.5%203.08582%2020.9142C2.77645%2020.6048%202.63047%2020.1959%202.56158%2019.6011%22%2F%3E%3Cpath%20d%3D%22M2.5%206.5C2.5%204.61438%202.5%203.67157%203.08579%203.08579C3.67157%202.5%204.61438%202.5%206.5%202.5C8.38562%202.5%209.32843%202.5%209.91421%203.08579C10.5%203.67157%2010.5%204.61438%2010.5%206.5C10.5%208.38562%2010.5%209.32843%209.91421%209.91421C9.32843%2010.5%208.38562%2010.5%206.5%2010.5C4.61438%2010.5%203.67157%2010.5%203.08579%209.91421C2.5%209.32843%202.5%208.38562%202.5%206.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2017.5C13.5%2015.6144%2013.5%2014.6716%2014.0858%2014.0858C14.6716%2013.5%2015.6144%2013.5%2017.5%2013.5C19.3856%2013.5%2020.3284%2013.5%2020.9142%2014.0858C21.5%2014.6716%2021.5%2015.6144%2021.5%2017.5C21.5%2019.3856%2021.5%2020.3284%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.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-add-broken.svg?color=%231a73e8&size=48