figma icon

figma-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.

Name
figma-linear
Set
Solar
Style
Linear
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="M12.0002 2H8.66683C6.82588 2 5.3335 3.49238 5.3335 5.33333C5.3335 7.17428 6.82588 8.66667 8.66683 8.66667H12.0002V2Z"/><path d="M12.0002 8.6665H8.66683C6.82588 8.6665 5.3335 10.1589 5.3335 11.9998C5.3335 13.8408 6.82588 15.3332 8.66683 15.3332H12.0002V8.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"/><path d="M8.66683 15.3335H12.0002V18.6668C12.0002 20.5078 10.5078 22.0002 8.66683 22.0002C6.82588 22.0002 5.3335 20.5078 5.3335 18.6668C5.3335 16.8259 6.82588 15.3335 8.66683 15.3335Z"/><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 SolarFigmaLinear(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="M12.0002 2H8.66683C6.82588 2 5.3335 3.49238 5.3335 5.33333C5.3335 7.17428 6.82588 8.66667 8.66683 8.66667H12.0002V2Z"/><path d="M12.0002 8.6665H8.66683C6.82588 8.6665 5.3335 10.1589 5.3335 11.9998C5.3335 13.8408 6.82588 15.3332 8.66683 15.3332H12.0002V8.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"/><path d="M8.66683 15.3335H12.0002V18.6668C12.0002 20.5078 10.5078 22.0002 8.66683 22.0002C6.82588 22.0002 5.3335 20.5078 5.3335 18.6668C5.3335 16.8259 6.82588 15.3335 8.66683 15.3335Z"/><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="M12.0002 2H8.66683C6.82588 2 5.3335 3.49238 5.3335 5.33333C5.3335 7.17428 6.82588 8.66667 8.66683 8.66667H12.0002V2Z"/><path d="M12.0002 8.6665H8.66683C6.82588 8.6665 5.3335 10.1589 5.3335 11.9998C5.3335 13.8408 6.82588 15.3332 8.66683 15.3332H12.0002V8.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"/><path d="M8.66683 15.3335H12.0002V18.6668C12.0002 20.5078 10.5078 22.0002 8.66683 22.0002C6.82588 22.0002 5.3335 20.5078 5.3335 18.6668C5.3335 16.8259 6.82588 15.3335 8.66683 15.3335Z"/><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-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%22M12.0002%202H8.66683C6.82588%202%205.3335%203.49238%205.3335%205.33333C5.3335%207.17428%206.82588%208.66667%208.66683%208.66667H12.0002V2Z%22%2F%3E%3Cpath%20d%3D%22M12.0002%208.6665H8.66683C6.82588%208.6665%205.3335%2010.1589%205.3335%2011.9998C5.3335%2013.8408%206.82588%2015.3332%208.66683%2015.3332H12.0002V8.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%2F%3E%3Cpath%20d%3D%22M8.66683%2015.3335H12.0002V18.6668C12.0002%2020.5078%2010.5078%2022.0002%208.66683%2022.0002C6.82588%2022.0002%205.3335%2020.5078%205.3335%2018.6668C5.3335%2016.8259%206.82588%2015.3335%208.66683%2015.3335Z%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%22M12.0002%202H8.66683C6.82588%202%205.3335%203.49238%205.3335%205.33333C5.3335%207.17428%206.82588%208.66667%208.66683%208.66667H12.0002V2Z%22%2F%3E%3Cpath%20d%3D%22M12.0002%208.6665H8.66683C6.82588%208.6665%205.3335%2010.1589%205.3335%2011.9998C5.3335%2013.8408%206.82588%2015.3332%208.66683%2015.3332H12.0002V8.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%2F%3E%3Cpath%20d%3D%22M8.66683%2015.3335H12.0002V18.6668C12.0002%2020.5078%2010.5078%2022.0002%208.66683%2022.0002C6.82588%2022.0002%205.3335%2020.5078%205.3335%2018.6668C5.3335%2016.8259%206.82588%2015.3335%208.66683%2015.3335Z%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-linear.svg?color=%231a73e8&size=48