align vertical spacing icon

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

Name
align-vertical-spacing-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 vertical spacing 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-linecap="round" stroke-width="1.5"><path d="M22 3L2 3"/><path d="M22 21L18 21M2 21L14 21"/><path d="M9 8L8 8C6.11438 8 5.17157 8 4.58579 8.58579C4 9.17157 4 10.1144 4 12C4 13.8856 4 14.8284 4.58579 15.4142C5.17157 16 6.11438 16 8 16H16C17.8856 16 18.8284 16 19.4142 15.4142C20 14.8284 20 13.8856 20 12C20 10.1144 20 9.17157 19.4142 8.58579C18.8284 8 17.8856 8 16 8L13 8"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAlignVerticalSpacingBroken(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" strokeLinecap="round" strokeWidth="1.5"><path d="M22 3L2 3"/><path d="M22 21L18 21M2 21L14 21"/><path d="M9 8L8 8C6.11438 8 5.17157 8 4.58579 8.58579C4 9.17157 4 10.1144 4 12C4 13.8856 4 14.8284 4.58579 15.4142C5.17157 16 6.11438 16 8 16H16C17.8856 16 18.8284 16 19.4142 15.4142C20 14.8284 20 13.8856 20 12C20 10.1144 20 9.17157 19.4142 8.58579C18.8284 8 17.8856 8 16 8L13 8"/></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-linecap="round" stroke-width="1.5"><path d="M22 3L2 3"/><path d="M22 21L18 21M2 21L14 21"/><path d="M9 8L8 8C6.11438 8 5.17157 8 4.58579 8.58579C4 9.17157 4 10.1144 4 12C4 13.8856 4 14.8284 4.58579 15.4142C5.17157 16 6.11438 16 8 16H16C17.8856 16 18.8284 16 19.4142 15.4142C20 14.8284 20 13.8856 20 12C20 10.1144 20 9.17157 19.4142 8.58579C18.8284 8 17.8856 8 16 8L13 8"/></g></svg>
</template>

CSS

.icon-align-vertical-spacing-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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%203L2%203%22%2F%3E%3Cpath%20d%3D%22M22%2021L18%2021M2%2021L14%2021%22%2F%3E%3Cpath%20d%3D%22M9%208L8%208C6.11438%208%205.17157%208%204.58579%208.58579C4%209.17157%204%2010.1144%204%2012C4%2013.8856%204%2014.8284%204.58579%2015.4142C5.17157%2016%206.11438%2016%208%2016H16C17.8856%2016%2018.8284%2016%2019.4142%2015.4142C20%2014.8284%2020%2013.8856%2020%2012C20%2010.1144%2020%209.17157%2019.4142%208.58579C18.8284%208%2017.8856%208%2016%208L13%208%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%203L2%203%22%2F%3E%3Cpath%20d%3D%22M22%2021L18%2021M2%2021L14%2021%22%2F%3E%3Cpath%20d%3D%22M9%208L8%208C6.11438%208%205.17157%208%204.58579%208.58579C4%209.17157%204%2010.1144%204%2012C4%2013.8856%204%2014.8284%204.58579%2015.4142C5.17157%2016%206.11438%2016%208%2016H16C17.8856%2016%2018.8284%2016%2019.4142%2015.4142C20%2014.8284%2020%2013.8856%2020%2012C20%2010.1144%2020%209.17157%2019.4142%208.58579C18.8284%208%2017.8856%208%2016%208L13%208%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-vertical-spacing-broken.svg?color=%231a73e8&size=48