align horizontal distribute center icon
align-horizontal-distribute-center from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- align-horizontal-distribute-center
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
align-bottomalign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-end-horizontalalign-end-verticalalign-horizontal-centeralign-horizontal-distribute-endalign-horizontal-distribute-startalign-horizontal-justify-centeralign-horizontal-justify-endalign-horizontal-justify-startalign-horizontal-space-aroundalign-horizontal-space-betweenalign-key-objectalign-leftalign-rightalign-selection
Use the align horizontal distribute center icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 8V3m0 13.5V21m-9-15V3m0 15.5V21m0-15c.844 0 1.818-.083 2.299.75c.201.348.201.816.201 1.75v7c0 .935 0 1.402-.201 1.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C5 16.902 5 16.435 5 15.5v-7c0-.934 0-1.402.201-1.75C5.682 5.917 6.656 6 7.5 6m9 2c.844 0 1.818-.083 2.299.75c.201.348.201.816.201 1.75v3c0 .935 0 1.402-.201 1.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C14 14.902 14 14.435 14 13.5v-3c0-.934 0-1.402.201-1.75c.481-.833 1.455-.75 2.299-.75"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAlignHorizontalDistributeCenter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.5 8V3m0 13.5V21m-9-15V3m0 15.5V21m0-15c.844 0 1.818-.083 2.299.75c.201.348.201.816.201 1.75v7c0 .935 0 1.402-.201 1.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C5 16.902 5 16.435 5 15.5v-7c0-.934 0-1.402.201-1.75C5.682 5.917 6.656 6 7.5 6m9 2c.844 0 1.818-.083 2.299.75c.201.348.201.816.201 1.75v3c0 .935 0 1.402-.201 1.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C14 14.902 14 14.435 14 13.5v-3c0-.934 0-1.402.201-1.75c.481-.833 1.455-.75 2.299-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 8V3m0 13.5V21m-9-15V3m0 15.5V21m0-15c.844 0 1.818-.083 2.299.75c.201.348.201.816.201 1.75v7c0 .935 0 1.402-.201 1.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C5 16.902 5 16.435 5 15.5v-7c0-.934 0-1.402.201-1.75C5.682 5.917 6.656 6 7.5 6m9 2c.844 0 1.818-.083 2.299.75c.201.348.201.816.201 1.75v3c0 .935 0 1.402-.201 1.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C14 14.902 14 14.435 14 13.5v-3c0-.934 0-1.402.201-1.75c.481-.833 1.455-.75 2.299-.75"/></svg> </template>
CSS
.icon-align-horizontal-distribute-center {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.5%208V3m0%2013.5V21m-9-15V3m0%2015.5V21m0-15c.844%200%201.818-.083%202.299.75c.201.348.201.816.201%201.75v7c0%20.935%200%201.402-.201%201.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C5%2016.902%205%2016.435%205%2015.5v-7c0-.934%200-1.402.201-1.75C5.682%205.917%206.656%206%207.5%206m9%202c.844%200%201.818-.083%202.299.75c.201.348.201.816.201%201.75v3c0%20.935%200%201.402-.201%201.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C14%2014.902%2014%2014.435%2014%2013.5v-3c0-.934%200-1.402.201-1.75c.481-.833%201.455-.75%202.299-.75%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.5%208V3m0%2013.5V21m-9-15V3m0%2015.5V21m0-15c.844%200%201.818-.083%202.299.75c.201.348.201.816.201%201.75v7c0%20.935%200%201.402-.201%201.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C5%2016.902%205%2016.435%205%2015.5v-7c0-.934%200-1.402.201-1.75C5.682%205.917%206.656%206%207.5%206m9%202c.844%200%201.818-.083%202.299.75c.201.348.201.816.201%201.75v3c0%20.935%200%201.402-.201%201.75c-.481.834-1.455.75-2.299.75s-1.818.084-2.299-.75C14%2014.902%2014%2014.435%2014%2013.5v-3c0-.934%200-1.402.201-1.75c.481-.833%201.455-.75%202.299-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/align-horizontal-distribute-center.svg?color=%231a73e8&size=48