figma icon

figma-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.

Name
figma-line-duotone
Set
Solar
Style
Line Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the figma 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="M11.9999 2H8.66659C6.82564 2 5.33325 3.49238 5.33325 5.33333C5.33325 7.17428 6.82563 8.66667 8.66658 8.66667H11.9999V2Z" opacity=".5"/><path d="M11.9999 8.6665H8.66659C6.82564 8.6665 5.33325 10.1589 5.33325 11.9998C5.33325 13.8408 6.82563 15.3332 8.66658 15.3332H11.9999V8.6665Z"/><path d="M18.6667 11.9998C18.6667 13.8408 17.1743 15.3332 15.3333 15.3332C13.4924 15.3332 12 13.8408 12 11.9998C12 10.1589 13.4924 8.6665 15.3333 8.6665C17.1743 8.6665 18.6667 10.1589 18.6667 11.9998Z" opacity=".5"/><path d="M8.66658 15.3335H11.9999V18.6668C11.9999 20.5078 10.5075 22.0002 8.66659 22.0002C6.82564 22.0002 5.33325 20.5078 5.33325 18.6668C5.33325 16.8259 6.82563 15.3335 8.66658 15.3335Z" opacity=".5"/><path d="M12 2H15.3333C17.1743 2 18.6667 3.49238 18.6667 5.33333C18.6667 7.17428 17.1743 8.66667 15.3333 8.66667H12V2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFigmaLineDuotone(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="M11.9999 2H8.66659C6.82564 2 5.33325 3.49238 5.33325 5.33333C5.33325 7.17428 6.82563 8.66667 8.66658 8.66667H11.9999V2Z" opacity=".5"/><path d="M11.9999 8.6665H8.66659C6.82564 8.6665 5.33325 10.1589 5.33325 11.9998C5.33325 13.8408 6.82563 15.3332 8.66658 15.3332H11.9999V8.6665Z"/><path d="M18.6667 11.9998C18.6667 13.8408 17.1743 15.3332 15.3333 15.3332C13.4924 15.3332 12 13.8408 12 11.9998C12 10.1589 13.4924 8.6665 15.3333 8.6665C17.1743 8.6665 18.6667 10.1589 18.6667 11.9998Z" opacity=".5"/><path d="M8.66658 15.3335H11.9999V18.6668C11.9999 20.5078 10.5075 22.0002 8.66659 22.0002C6.82564 22.0002 5.33325 20.5078 5.33325 18.6668C5.33325 16.8259 6.82563 15.3335 8.66658 15.3335Z" opacity=".5"/><path d="M12 2H15.3333C17.1743 2 18.6667 3.49238 18.6667 5.33333C18.6667 7.17428 17.1743 8.66667 15.3333 8.66667H12V2Z"/></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="M11.9999 2H8.66659C6.82564 2 5.33325 3.49238 5.33325 5.33333C5.33325 7.17428 6.82563 8.66667 8.66658 8.66667H11.9999V2Z" opacity=".5"/><path d="M11.9999 8.6665H8.66659C6.82564 8.6665 5.33325 10.1589 5.33325 11.9998C5.33325 13.8408 6.82563 15.3332 8.66658 15.3332H11.9999V8.6665Z"/><path d="M18.6667 11.9998C18.6667 13.8408 17.1743 15.3332 15.3333 15.3332C13.4924 15.3332 12 13.8408 12 11.9998C12 10.1589 13.4924 8.6665 15.3333 8.6665C17.1743 8.6665 18.6667 10.1589 18.6667 11.9998Z" opacity=".5"/><path d="M8.66658 15.3335H11.9999V18.6668C11.9999 20.5078 10.5075 22.0002 8.66659 22.0002C6.82564 22.0002 5.33325 20.5078 5.33325 18.6668C5.33325 16.8259 6.82563 15.3335 8.66658 15.3335Z" opacity=".5"/><path d="M12 2H15.3333C17.1743 2 18.6667 3.49238 18.6667 5.33333C18.6667 7.17428 17.1743 8.66667 15.3333 8.66667H12V2Z"/></g></svg>
</template>

CSS

.icon-figma-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.9999%202H8.66659C6.82564%202%205.33325%203.49238%205.33325%205.33333C5.33325%207.17428%206.82563%208.66667%208.66658%208.66667H11.9999V2Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.9999%208.6665H8.66659C6.82564%208.6665%205.33325%2010.1589%205.33325%2011.9998C5.33325%2013.8408%206.82563%2015.3332%208.66658%2015.3332H11.9999V8.6665Z%22%2F%3E%3Cpath%20d%3D%22M18.6667%2011.9998C18.6667%2013.8408%2017.1743%2015.3332%2015.3333%2015.3332C13.4924%2015.3332%2012%2013.8408%2012%2011.9998C12%2010.1589%2013.4924%208.6665%2015.3333%208.6665C17.1743%208.6665%2018.6667%2010.1589%2018.6667%2011.9998Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.66658%2015.3335H11.9999V18.6668C11.9999%2020.5078%2010.5075%2022.0002%208.66659%2022.0002C6.82564%2022.0002%205.33325%2020.5078%205.33325%2018.6668C5.33325%2016.8259%206.82563%2015.3335%208.66658%2015.3335Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%202H15.3333C17.1743%202%2018.6667%203.49238%2018.6667%205.33333C18.6667%207.17428%2017.1743%208.66667%2015.3333%208.66667H12V2Z%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%22M11.9999%202H8.66659C6.82564%202%205.33325%203.49238%205.33325%205.33333C5.33325%207.17428%206.82563%208.66667%208.66658%208.66667H11.9999V2Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.9999%208.6665H8.66659C6.82564%208.6665%205.33325%2010.1589%205.33325%2011.9998C5.33325%2013.8408%206.82563%2015.3332%208.66658%2015.3332H11.9999V8.6665Z%22%2F%3E%3Cpath%20d%3D%22M18.6667%2011.9998C18.6667%2013.8408%2017.1743%2015.3332%2015.3333%2015.3332C13.4924%2015.3332%2012%2013.8408%2012%2011.9998C12%2010.1589%2013.4924%208.6665%2015.3333%208.6665C17.1743%208.6665%2018.6667%2010.1589%2018.6667%2011.9998Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.66658%2015.3335H11.9999V18.6668C11.9999%2020.5078%2010.5075%2022.0002%208.66659%2022.0002C6.82564%2022.0002%205.33325%2020.5078%205.33325%2018.6668C5.33325%2016.8259%206.82563%2015.3335%208.66658%2015.3335Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%202H15.3333C17.1743%202%2018.6667%203.49238%2018.6667%205.33333C18.6667%207.17428%2017.1743%208.66667%2015.3333%208.66667H12V2Z%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/figma-line-duotone.svg?color=%231a73e8&size=48