align left icon

align-left-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.

Name
align-left-linear
Set
Solar
Style
Linear
Category
Tools
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More tools icons from Solar

Use the align left 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="M3 2V22"/><path d="M7 7.5C7 6.56538 7 6.09808 7.20096 5.75C7.33261 5.52197 7.52197 5.33261 7.75 5.20096C8.09808 5 8.56538 5 9.5 5H18.5C19.4346 5 19.9019 5 20.25 5.20096C20.478 5.33261 20.6674 5.52197 20.799 5.75C21 6.09808 21 6.56538 21 7.5C21 8.43462 21 8.90192 20.799 9.25C20.6674 9.47803 20.478 9.66739 20.25 9.79904C19.9019 10 19.4346 10 18.5 10H9.5C8.56538 10 8.09808 10 7.75 9.79904C7.52197 9.66739 7.33261 9.47803 7.20096 9.25C7 8.90192 7 8.43462 7 7.5Z"/><path d="M7 16.5C7 15.5654 7 15.0981 7.20096 14.75C7.33261 14.522 7.52197 14.3326 7.75 14.201C8.09808 14 8.56538 14 9.5 14H15.5C16.4346 14 16.9019 14 17.25 14.201C17.478 14.3326 17.6674 14.522 17.799 14.75C18 15.0981 18 15.5654 18 16.5C18 17.4346 18 17.9019 17.799 18.25C17.6674 18.478 17.478 18.6674 17.25 18.799C16.9019 19 16.4346 19 15.5 19H9.5C8.56538 19 8.09808 19 7.75 18.799C7.52197 18.6674 7.33261 18.478 7.20096 18.25C7 17.9019 7 17.4346 7 16.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAlignLeftLinear(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="M3 2V22"/><path d="M7 7.5C7 6.56538 7 6.09808 7.20096 5.75C7.33261 5.52197 7.52197 5.33261 7.75 5.20096C8.09808 5 8.56538 5 9.5 5H18.5C19.4346 5 19.9019 5 20.25 5.20096C20.478 5.33261 20.6674 5.52197 20.799 5.75C21 6.09808 21 6.56538 21 7.5C21 8.43462 21 8.90192 20.799 9.25C20.6674 9.47803 20.478 9.66739 20.25 9.79904C19.9019 10 19.4346 10 18.5 10H9.5C8.56538 10 8.09808 10 7.75 9.79904C7.52197 9.66739 7.33261 9.47803 7.20096 9.25C7 8.90192 7 8.43462 7 7.5Z"/><path d="M7 16.5C7 15.5654 7 15.0981 7.20096 14.75C7.33261 14.522 7.52197 14.3326 7.75 14.201C8.09808 14 8.56538 14 9.5 14H15.5C16.4346 14 16.9019 14 17.25 14.201C17.478 14.3326 17.6674 14.522 17.799 14.75C18 15.0981 18 15.5654 18 16.5C18 17.4346 18 17.9019 17.799 18.25C17.6674 18.478 17.478 18.6674 17.25 18.799C16.9019 19 16.4346 19 15.5 19H9.5C8.56538 19 8.09808 19 7.75 18.799C7.52197 18.6674 7.33261 18.478 7.20096 18.25C7 17.9019 7 17.4346 7 16.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="M3 2V22"/><path d="M7 7.5C7 6.56538 7 6.09808 7.20096 5.75C7.33261 5.52197 7.52197 5.33261 7.75 5.20096C8.09808 5 8.56538 5 9.5 5H18.5C19.4346 5 19.9019 5 20.25 5.20096C20.478 5.33261 20.6674 5.52197 20.799 5.75C21 6.09808 21 6.56538 21 7.5C21 8.43462 21 8.90192 20.799 9.25C20.6674 9.47803 20.478 9.66739 20.25 9.79904C19.9019 10 19.4346 10 18.5 10H9.5C8.56538 10 8.09808 10 7.75 9.79904C7.52197 9.66739 7.33261 9.47803 7.20096 9.25C7 8.90192 7 8.43462 7 7.5Z"/><path d="M7 16.5C7 15.5654 7 15.0981 7.20096 14.75C7.33261 14.522 7.52197 14.3326 7.75 14.201C8.09808 14 8.56538 14 9.5 14H15.5C16.4346 14 16.9019 14 17.25 14.201C17.478 14.3326 17.6674 14.522 17.799 14.75C18 15.0981 18 15.5654 18 16.5C18 17.4346 18 17.9019 17.799 18.25C17.6674 18.478 17.478 18.6674 17.25 18.799C16.9019 19 16.4346 19 15.5 19H9.5C8.56538 19 8.09808 19 7.75 18.799C7.52197 18.6674 7.33261 18.478 7.20096 18.25C7 17.9019 7 17.4346 7 16.5Z"/></g></svg>
</template>

CSS

.icon-align-left-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%20stroke-linecap%3D%22round%22%20d%3D%22M3%202V22%22%2F%3E%3Cpath%20d%3D%22M7%207.5C7%206.56538%207%206.09808%207.20096%205.75C7.33261%205.52197%207.52197%205.33261%207.75%205.20096C8.09808%205%208.56538%205%209.5%205H18.5C19.4346%205%2019.9019%205%2020.25%205.20096C20.478%205.33261%2020.6674%205.52197%2020.799%205.75C21%206.09808%2021%206.56538%2021%207.5C21%208.43462%2021%208.90192%2020.799%209.25C20.6674%209.47803%2020.478%209.66739%2020.25%209.79904C19.9019%2010%2019.4346%2010%2018.5%2010H9.5C8.56538%2010%208.09808%2010%207.75%209.79904C7.52197%209.66739%207.33261%209.47803%207.20096%209.25C7%208.90192%207%208.43462%207%207.5Z%22%2F%3E%3Cpath%20d%3D%22M7%2016.5C7%2015.5654%207%2015.0981%207.20096%2014.75C7.33261%2014.522%207.52197%2014.3326%207.75%2014.201C8.09808%2014%208.56538%2014%209.5%2014H15.5C16.4346%2014%2016.9019%2014%2017.25%2014.201C17.478%2014.3326%2017.6674%2014.522%2017.799%2014.75C18%2015.0981%2018%2015.5654%2018%2016.5C18%2017.4346%2018%2017.9019%2017.799%2018.25C17.6674%2018.478%2017.478%2018.6674%2017.25%2018.799C16.9019%2019%2016.4346%2019%2015.5%2019H9.5C8.56538%2019%208.09808%2019%207.75%2018.799C7.52197%2018.6674%207.33261%2018.478%207.20096%2018.25C7%2017.9019%207%2017.4346%207%2016.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%22M3%202V22%22%2F%3E%3Cpath%20d%3D%22M7%207.5C7%206.56538%207%206.09808%207.20096%205.75C7.33261%205.52197%207.52197%205.33261%207.75%205.20096C8.09808%205%208.56538%205%209.5%205H18.5C19.4346%205%2019.9019%205%2020.25%205.20096C20.478%205.33261%2020.6674%205.52197%2020.799%205.75C21%206.09808%2021%206.56538%2021%207.5C21%208.43462%2021%208.90192%2020.799%209.25C20.6674%209.47803%2020.478%209.66739%2020.25%209.79904C19.9019%2010%2019.4346%2010%2018.5%2010H9.5C8.56538%2010%208.09808%2010%207.75%209.79904C7.52197%209.66739%207.33261%209.47803%207.20096%209.25C7%208.90192%207%208.43462%207%207.5Z%22%2F%3E%3Cpath%20d%3D%22M7%2016.5C7%2015.5654%207%2015.0981%207.20096%2014.75C7.33261%2014.522%207.52197%2014.3326%207.75%2014.201C8.09808%2014%208.56538%2014%209.5%2014H15.5C16.4346%2014%2016.9019%2014%2017.25%2014.201C17.478%2014.3326%2017.6674%2014.522%2017.799%2014.75C18%2015.0981%2018%2015.5654%2018%2016.5C18%2017.4346%2018%2017.9019%2017.799%2018.25C17.6674%2018.478%2017.478%2018.6674%2017.25%2018.799C16.9019%2019%2016.4346%2019%2015.5%2019H9.5C8.56538%2019%208.09808%2019%207.75%2018.799C7.52197%2018.6674%207.33261%2018.478%207.20096%2018.25C7%2017.9019%207%2017.4346%207%2016.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/align-left-linear.svg?color=%231a73e8&size=48