align horizontal spacing icon
align-horizontal-spacing-bold-duotone from Solar by 480 Design · Bold Duotone · Tools · CC-BY-4.0 Attribution required.
- Name
- align-horizontal-spacing-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- 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
align-bottom-boldalign-horizontal-center-boldalign-left-boldalign-right-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-boldlayers-minimalistic-boldmirror-left-boldmirror-right-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-boldpipette-bold
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="currentColor"><path fill-rule="evenodd" d="M21 22.75C20.5858 22.75 20.25 22.4142 20.25 22L20.25 2C20.25 1.58579 20.5858 1.25 21 1.25C21.4142 1.25 21.75 1.58579 21.75 2L21.75 22C21.75 22.4142 21.4142 22.75 21 22.75ZM3 22.75C2.58579 22.75 2.25 22.4142 2.25 22L2.25 2C2.25 1.58579 2.58579 1.25 3 1.25C3.41421 1.25 3.75 1.58579 3.75 2L3.75 22C3.75 22.4142 3.41421 22.75 3 22.75Z" clip-rule="evenodd" opacity=".5"/><path d="M12 20C13.8856 20 14.8284 20 15.4142 19.4142C16 18.8284 16 17.8856 16 16L16 8C16 6.11438 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 16C8 17.8856 8 18.8284 8.58579 19.4142C9.17157 20 10.1144 20 12 20Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarAlignHorizontalSpacingBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M21 22.75C20.5858 22.75 20.25 22.4142 20.25 22L20.25 2C20.25 1.58579 20.5858 1.25 21 1.25C21.4142 1.25 21.75 1.58579 21.75 2L21.75 22C21.75 22.4142 21.4142 22.75 21 22.75ZM3 22.75C2.58579 22.75 2.25 22.4142 2.25 22L2.25 2C2.25 1.58579 2.58579 1.25 3 1.25C3.41421 1.25 3.75 1.58579 3.75 2L3.75 22C3.75 22.4142 3.41421 22.75 3 22.75Z" clipRule="evenodd" opacity=".5"/><path d="M12 20C13.8856 20 14.8284 20 15.4142 19.4142C16 18.8284 16 17.8856 16 16L16 8C16 6.11438 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 16C8 17.8856 8 18.8284 8.58579 19.4142C9.17157 20 10.1144 20 12 20Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M21 22.75C20.5858 22.75 20.25 22.4142 20.25 22L20.25 2C20.25 1.58579 20.5858 1.25 21 1.25C21.4142 1.25 21.75 1.58579 21.75 2L21.75 22C21.75 22.4142 21.4142 22.75 21 22.75ZM3 22.75C2.58579 22.75 2.25 22.4142 2.25 22L2.25 2C2.25 1.58579 2.58579 1.25 3 1.25C3.41421 1.25 3.75 1.58579 3.75 2L3.75 22C3.75 22.4142 3.41421 22.75 3 22.75Z" clip-rule="evenodd" opacity=".5"/><path d="M12 20C13.8856 20 14.8284 20 15.4142 19.4142C16 18.8284 16 17.8856 16 16L16 8C16 6.11438 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 16C8 17.8856 8 18.8284 8.58579 19.4142C9.17157 20 10.1144 20 12 20Z"/></g></svg> </template>
CSS
.icon-align-horizontal-spacing-bold-duotone {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2022.75C20.5858%2022.75%2020.25%2022.4142%2020.25%2022L20.25%202C20.25%201.58579%2020.5858%201.25%2021%201.25C21.4142%201.25%2021.75%201.58579%2021.75%202L21.75%2022C21.75%2022.4142%2021.4142%2022.75%2021%2022.75ZM3%2022.75C2.58579%2022.75%202.25%2022.4142%202.25%2022L2.25%202C2.25%201.58579%202.58579%201.25%203%201.25C3.41421%201.25%203.75%201.58579%203.75%202L3.75%2022C3.75%2022.4142%203.41421%2022.75%203%2022.75Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2020C13.8856%2020%2014.8284%2020%2015.4142%2019.4142C16%2018.8284%2016%2017.8856%2016%2016L16%208C16%206.11438%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%2016C8%2017.8856%208%2018.8284%208.58579%2019.4142C9.17157%2020%2010.1144%2020%2012%2020Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2022.75C20.5858%2022.75%2020.25%2022.4142%2020.25%2022L20.25%202C20.25%201.58579%2020.5858%201.25%2021%201.25C21.4142%201.25%2021.75%201.58579%2021.75%202L21.75%2022C21.75%2022.4142%2021.4142%2022.75%2021%2022.75ZM3%2022.75C2.58579%2022.75%202.25%2022.4142%202.25%2022L2.25%202C2.25%201.58579%202.58579%201.25%203%201.25C3.41421%201.25%203.75%201.58579%203.75%202L3.75%2022C3.75%2022.4142%203.41421%2022.75%203%2022.75Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2020C13.8856%2020%2014.8284%2020%2015.4142%2019.4142C16%2018.8284%2016%2017.8856%2016%2016L16%208C16%206.11438%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%2016C8%2017.8856%208%2018.8284%208.58579%2019.4142C9.17157%2020%2010.1144%2020%2012%2020Z%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-bold-duotone.svg?color=%231a73e8&size=48