align horizontal spacing icon

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

Name
align-horizontal-spacing-broken
Set
Solar
Style
Broken
Category
Tools
Viewbox
24×24
License
CC BY 4.0
Aliases
align-horizonta-spacing-broken

5 other variants in Solar

The same icon in other sets

More tools icons from Solar

Use the align horizontal 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="M3 2L3 22"/><path d="M21 10L21 22M21 2L21 6"/><path d="M8 15L8 16C8 17.8856 8 18.8284 8.58579 19.4142C9.17157 20 10.1144 20 12 20C13.8856 20 14.8284 20 15.4142 19.4142C16 18.8284 16 17.8856 16 16V8C16 6.11439 16 5.17157 15.4142 4.58579C14.8284 4 13.8856 4 12 4C10.1144 4 9.17157 4 8.58579 4.58579C8 5.17157 8 6.11438 8 8L8 11"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAlignHorizontalSpacingBroken(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="M3 2L3 22"/><path d="M21 10L21 22M21 2L21 6"/><path d="M8 15L8 16C8 17.8856 8 18.8284 8.58579 19.4142C9.17157 20 10.1144 20 12 20C13.8856 20 14.8284 20 15.4142 19.4142C16 18.8284 16 17.8856 16 16V8C16 6.11439 16 5.17157 15.4142 4.58579C14.8284 4 13.8856 4 12 4C10.1144 4 9.17157 4 8.58579 4.58579C8 5.17157 8 6.11438 8 8L8 11"/></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="M3 2L3 22"/><path d="M21 10L21 22M21 2L21 6"/><path d="M8 15L8 16C8 17.8856 8 18.8284 8.58579 19.4142C9.17157 20 10.1144 20 12 20C13.8856 20 14.8284 20 15.4142 19.4142C16 18.8284 16 17.8856 16 16V8C16 6.11439 16 5.17157 15.4142 4.58579C14.8284 4 13.8856 4 12 4C10.1144 4 9.17157 4 8.58579 4.58579C8 5.17157 8 6.11438 8 8L8 11"/></g></svg>
</template>

CSS

.icon-align-horizontal-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%22M3%202L3%2022%22%2F%3E%3Cpath%20d%3D%22M21%2010L21%2022M21%202L21%206%22%2F%3E%3Cpath%20d%3D%22M8%2015L8%2016C8%2017.8856%208%2018.8284%208.58579%2019.4142C9.17157%2020%2010.1144%2020%2012%2020C13.8856%2020%2014.8284%2020%2015.4142%2019.4142C16%2018.8284%2016%2017.8856%2016%2016V8C16%206.11439%2016%205.17157%2015.4142%204.58579C14.8284%204%2013.8856%204%2012%204C10.1144%204%209.17157%204%208.58579%204.58579C8%205.17157%208%206.11438%208%208L8%2011%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%22M3%202L3%2022%22%2F%3E%3Cpath%20d%3D%22M21%2010L21%2022M21%202L21%206%22%2F%3E%3Cpath%20d%3D%22M8%2015L8%2016C8%2017.8856%208%2018.8284%208.58579%2019.4142C9.17157%2020%2010.1144%2020%2012%2020C13.8856%2020%2014.8284%2020%2015.4142%2019.4142C16%2018.8284%2016%2017.8856%2016%2016V8C16%206.11439%2016%205.17157%2015.4142%204.58579C14.8284%204%2013.8856%204%2012%204C10.1144%204%209.17157%204%208.58579%204.58579C8%205.17157%208%206.11438%208%208L8%2011%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-horizontal-spacing-broken.svg?color=%231a73e8&size=48