align horizonta spacing icon
align-horizonta-spacing-bold from Solar by 480 Design · Bold · CC-BY-4.0 Attribution required.
- Name
- align-horizonta-spacing-bold
- Set
- Solar
- Style
- Bold
- Viewbox
- 24×24
- License
- CC BY 4.0
1 other variant in Solar
Related icons in Solar
Use the align horizonta spacing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3 1.25a.75.75 0 0 1 .75.75v20a.75.75 0 0 1-1.5 0V2A.75.75 0 0 1 3 1.25m18 0a.75.75 0 0 1 .75.75v20a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path fill="currentColor" d="M12 4c-1.886 0-2.828 0-3.414.586S8 6.114 8 8v8c0 1.886 0 2.828.586 3.414S10.114 20 12 20s2.828 0 3.414-.586S16 17.886 16 16V8c0-1.886 0-2.828-.586-3.414S13.886 4 12 4"/></svg>
React
import type { SVGProps } from "react";
export function SolarAlignHorizontaSpacingBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M3 1.25a.75.75 0 0 1 .75.75v20a.75.75 0 0 1-1.5 0V2A.75.75 0 0 1 3 1.25m18 0a.75.75 0 0 1 .75.75v20a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path fill="currentColor" d="M12 4c-1.886 0-2.828 0-3.414.586S8 6.114 8 8v8c0 1.886 0 2.828.586 3.414S10.114 20 12 20s2.828 0 3.414-.586S16 17.886 16 16V8c0-1.886 0-2.828-.586-3.414S13.886 4 12 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3 1.25a.75.75 0 0 1 .75.75v20a.75.75 0 0 1-1.5 0V2A.75.75 0 0 1 3 1.25m18 0a.75.75 0 0 1 .75.75v20a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path fill="currentColor" d="M12 4c-1.886 0-2.828 0-3.414.586S8 6.114 8 8v8c0 1.886 0 2.828.586 3.414S10.114 20 12 20s2.828 0 3.414-.586S16 17.886 16 16V8c0-1.886 0-2.828-.586-3.414S13.886 4 12 4"/></svg> </template>
CSS
.icon-align-horizonta-spacing-bold {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%201.25a.75.75%200%200%201%20.75.75v20a.75.75%200%200%201-1.5%200V2A.75.75%200%200%201%203%201.25m18%200a.75.75%200%200%201%20.75.75v20a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c-1.886%200-2.828%200-3.414.586S8%206.114%208%208v8c0%201.886%200%202.828.586%203.414S10.114%2020%2012%2020s2.828%200%203.414-.586S16%2017.886%2016%2016V8c0-1.886%200-2.828-.586-3.414S13.886%204%2012%204%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%201.25a.75.75%200%200%201%20.75.75v20a.75.75%200%200%201-1.5%200V2A.75.75%200%200%201%203%201.25m18%200a.75.75%200%200%201%20.75.75v20a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c-1.886%200-2.828%200-3.414.586S8%206.114%208%208v8c0%201.886%200%202.828.586%203.414S10.114%2020%2012%2020s2.828%200%203.414-.586S16%2017.886%2016%2016V8c0-1.886%200-2.828-.586-3.414S13.886%204%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/align-horizonta-spacing-bold.svg?color=%231a73e8&size=48