align left icon

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

Name
align-left-broken
Set
Solar
Style
Broken
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="M15 5L9.5 5C8.56538 5 8.09808 5 7.75 5.20096C7.52197 5.33261 7.33261 5.52197 7.20096 5.75C7 6.09808 7 6.56538 7 7.5C7 8.43462 7 8.90192 7.20096 9.25C7.33261 9.47803 7.52197 9.66739 7.75 9.79904C8.09808 10 8.56538 10 9.5 10L18.5 10C19.4346 10 19.9019 10 20.25 9.79904C20.478 9.66739 20.6674 9.47803 20.799 9.25C21 8.90192 21 8.43462 21 7.5C21 6.56538 21 6.09808 20.799 5.75C20.6674 5.52197 20.478 5.33261 20.25 5.20096C19.9704 5.03954 19.6139 5.00778 19 5.00153"/><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"/><path stroke-linecap="round" d="M3 14L3 2M3 22L3 18"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAlignLeftBroken(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="M15 5L9.5 5C8.56538 5 8.09808 5 7.75 5.20096C7.52197 5.33261 7.33261 5.52197 7.20096 5.75C7 6.09808 7 6.56538 7 7.5C7 8.43462 7 8.90192 7.20096 9.25C7.33261 9.47803 7.52197 9.66739 7.75 9.79904C8.09808 10 8.56538 10 9.5 10L18.5 10C19.4346 10 19.9019 10 20.25 9.79904C20.478 9.66739 20.6674 9.47803 20.799 9.25C21 8.90192 21 8.43462 21 7.5C21 6.56538 21 6.09808 20.799 5.75C20.6674 5.52197 20.478 5.33261 20.25 5.20096C19.9704 5.03954 19.6139 5.00778 19 5.00153"/><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"/><path strokeLinecap="round" d="M3 14L3 2M3 22L3 18"/></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="M15 5L9.5 5C8.56538 5 8.09808 5 7.75 5.20096C7.52197 5.33261 7.33261 5.52197 7.20096 5.75C7 6.09808 7 6.56538 7 7.5C7 8.43462 7 8.90192 7.20096 9.25C7.33261 9.47803 7.52197 9.66739 7.75 9.79904C8.09808 10 8.56538 10 9.5 10L18.5 10C19.4346 10 19.9019 10 20.25 9.79904C20.478 9.66739 20.6674 9.47803 20.799 9.25C21 8.90192 21 8.43462 21 7.5C21 6.56538 21 6.09808 20.799 5.75C20.6674 5.52197 20.478 5.33261 20.25 5.20096C19.9704 5.03954 19.6139 5.00778 19 5.00153"/><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"/><path stroke-linecap="round" d="M3 14L3 2M3 22L3 18"/></g></svg>
</template>

CSS

.icon-align-left-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%22M15%205L9.5%205C8.56538%205%208.09808%205%207.75%205.20096C7.52197%205.33261%207.33261%205.52197%207.20096%205.75C7%206.09808%207%206.56538%207%207.5C7%208.43462%207%208.90192%207.20096%209.25C7.33261%209.47803%207.52197%209.66739%207.75%209.79904C8.09808%2010%208.56538%2010%209.5%2010L18.5%2010C19.4346%2010%2019.9019%2010%2020.25%209.79904C20.478%209.66739%2020.6674%209.47803%2020.799%209.25C21%208.90192%2021%208.43462%2021%207.5C21%206.56538%2021%206.09808%2020.799%205.75C20.6674%205.52197%2020.478%205.33261%2020.25%205.20096C19.9704%205.03954%2019.6139%205.00778%2019%205.00153%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%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2014L3%202M3%2022L3%2018%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%22M15%205L9.5%205C8.56538%205%208.09808%205%207.75%205.20096C7.52197%205.33261%207.33261%205.52197%207.20096%205.75C7%206.09808%207%206.56538%207%207.5C7%208.43462%207%208.90192%207.20096%209.25C7.33261%209.47803%207.52197%209.66739%207.75%209.79904C8.09808%2010%208.56538%2010%209.5%2010L18.5%2010C19.4346%2010%2019.9019%2010%2020.25%209.79904C20.478%209.66739%2020.6674%209.47803%2020.799%209.25C21%208.90192%2021%208.43462%2021%207.5C21%206.56538%2021%206.09808%2020.799%205.75C20.6674%205.52197%2020.478%205.33261%2020.25%205.20096C19.9704%205.03954%2019.6139%205.00778%2019%205.00153%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%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2014L3%202M3%2022L3%2018%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-broken.svg?color=%231a73e8&size=48