align bottom icon
align-bottom from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.
- Name
- align-bottom
- Set
- Reicon
- Style
- Outline
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All align bottom icons →align-bottomAkar Iconsalign-bottomBootstrap Iconsalign-bottom-16-filledFluent UI System Iconsalign-bottomcss.ggalign-bottomHuge Iconsalign-bottomIconParkalign-bottomIconPark Outlinealign-bottomIconPark Solidalign-bottomIconPark TwoTonealign-bottomMajesticonsalign-bottom-fillMingCute Iconalign-bottomMyna UI Iconsalign-bottomPhosphoralign-bottomRadix Iconsalign-bottomRemix Iconalign-bottom-boldSolaralign-bottomTDesign Iconsalign-bottom-outlineTeenyicons
More tools icons from Reicon
Use the align bottom 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="M7.468 2.25h.064c.44 0 .82 0 1.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028 1.13v9.065c0 .44 0 .82-.028 1.13c-.03.33-.096.656-.273.963a2.25 2.25 0 0 1-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44 0-.82 0-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25 2.25 0 0 1-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V5.467c0-.44 0-.82.028-1.13c.03-.33.096-.656.273-.963a2.25 2.25 0 0 1 .824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028 1.13-.028m-.995 1.522c-.225.02-.307.055-.348.078a.75.75 0 0 0-.275.275c-.023.04-.058.123-.078.348c-.021.235-.022.546-.022 1.027v9c0 .481 0 .792.022 1.027c.02.225.055.307.078.348a.75.75 0 0 0 .275.274c.04.024.123.058.348.079c.235.021.546.022 1.027.022s.792 0 1.027-.022c.225-.02.307-.055.348-.079a.75.75 0 0 0 .275-.274c.023-.04.058-.123.078-.348c.021-.235.022-.546.022-1.027v-9c0-.481 0-.792-.022-1.027c-.02-.225-.055-.307-.078-.348a.75.75 0 0 0-.275-.275c-.04-.023-.123-.058-.348-.078A13 13 0 0 0 7.5 3.75c-.481 0-.792 0-1.027.022m9.995 1.478h.064c.44 0 .82 0 1.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028 1.13v6.065c0 .44 0 .82-.028 1.13c-.03.33-.096.656-.273.963a2.25 2.25 0 0 1-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44 0-.82 0-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25 2.25 0 0 1-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V8.467c0-.44 0-.82.028-1.13c.03-.33.096-.656.273-.963a2.25 2.25 0 0 1 .824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028 1.13-.028m-.995 1.522c-.225.02-.307.055-.348.078a.75.75 0 0 0-.274.275c-.024.04-.059.123-.079.348c-.021.235-.022.546-.022 1.027v6c0 .481 0 .792.022 1.027c.02.225.055.307.079.348a.75.75 0 0 0 .274.274c.04.024.123.058.348.079c.235.021.546.022 1.027.022s.792 0 1.027-.022c.225-.02.307-.055.348-.079a.75.75 0 0 0 .274-.274c.024-.04.058-.123.079-.348c.021-.235.022-.546.022-1.027v-6c0-.481 0-.792-.022-1.027c-.02-.225-.055-.307-.079-.348a.75.75 0 0 0-.274-.275c-.04-.023-.123-.058-.348-.078A13 13 0 0 0 16.5 6.75c-.481 0-.792 0-1.027.022M1.25 21a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconAlignBottom(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="M7.468 2.25h.064c.44 0 .82 0 1.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028 1.13v9.065c0 .44 0 .82-.028 1.13c-.03.33-.096.656-.273.963a2.25 2.25 0 0 1-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44 0-.82 0-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25 2.25 0 0 1-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V5.467c0-.44 0-.82.028-1.13c.03-.33.096-.656.273-.963a2.25 2.25 0 0 1 .824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028 1.13-.028m-.995 1.522c-.225.02-.307.055-.348.078a.75.75 0 0 0-.275.275c-.023.04-.058.123-.078.348c-.021.235-.022.546-.022 1.027v9c0 .481 0 .792.022 1.027c.02.225.055.307.078.348a.75.75 0 0 0 .275.274c.04.024.123.058.348.079c.235.021.546.022 1.027.022s.792 0 1.027-.022c.225-.02.307-.055.348-.079a.75.75 0 0 0 .275-.274c.023-.04.058-.123.078-.348c.021-.235.022-.546.022-1.027v-9c0-.481 0-.792-.022-1.027c-.02-.225-.055-.307-.078-.348a.75.75 0 0 0-.275-.275c-.04-.023-.123-.058-.348-.078A13 13 0 0 0 7.5 3.75c-.481 0-.792 0-1.027.022m9.995 1.478h.064c.44 0 .82 0 1.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028 1.13v6.065c0 .44 0 .82-.028 1.13c-.03.33-.096.656-.273.963a2.25 2.25 0 0 1-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44 0-.82 0-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25 2.25 0 0 1-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V8.467c0-.44 0-.82.028-1.13c.03-.33.096-.656.273-.963a2.25 2.25 0 0 1 .824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028 1.13-.028m-.995 1.522c-.225.02-.307.055-.348.078a.75.75 0 0 0-.274.275c-.024.04-.059.123-.079.348c-.021.235-.022.546-.022 1.027v6c0 .481 0 .792.022 1.027c.02.225.055.307.079.348a.75.75 0 0 0 .274.274c.04.024.123.058.348.079c.235.021.546.022 1.027.022s.792 0 1.027-.022c.225-.02.307-.055.348-.079a.75.75 0 0 0 .274-.274c.024-.04.058-.123.079-.348c.021-.235.022-.546.022-1.027v-6c0-.481 0-.792-.022-1.027c-.02-.225-.055-.307-.079-.348a.75.75 0 0 0-.274-.275c-.04-.023-.123-.058-.348-.078A13 13 0 0 0 16.5 6.75c-.481 0-.792 0-1.027.022M1.25 21a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></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="M7.468 2.25h.064c.44 0 .82 0 1.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028 1.13v9.065c0 .44 0 .82-.028 1.13c-.03.33-.096.656-.273.963a2.25 2.25 0 0 1-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44 0-.82 0-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25 2.25 0 0 1-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V5.467c0-.44 0-.82.028-1.13c.03-.33.096-.656.273-.963a2.25 2.25 0 0 1 .824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028 1.13-.028m-.995 1.522c-.225.02-.307.055-.348.078a.75.75 0 0 0-.275.275c-.023.04-.058.123-.078.348c-.021.235-.022.546-.022 1.027v9c0 .481 0 .792.022 1.027c.02.225.055.307.078.348a.75.75 0 0 0 .275.274c.04.024.123.058.348.079c.235.021.546.022 1.027.022s.792 0 1.027-.022c.225-.02.307-.055.348-.079a.75.75 0 0 0 .275-.274c.023-.04.058-.123.078-.348c.021-.235.022-.546.022-1.027v-9c0-.481 0-.792-.022-1.027c-.02-.225-.055-.307-.078-.348a.75.75 0 0 0-.275-.275c-.04-.023-.123-.058-.348-.078A13 13 0 0 0 7.5 3.75c-.481 0-.792 0-1.027.022m9.995 1.478h.064c.44 0 .82 0 1.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028 1.13v6.065c0 .44 0 .82-.028 1.13c-.03.33-.096.656-.273.963a2.25 2.25 0 0 1-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44 0-.82 0-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25 2.25 0 0 1-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V8.467c0-.44 0-.82.028-1.13c.03-.33.096-.656.273-.963a2.25 2.25 0 0 1 .824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028 1.13-.028m-.995 1.522c-.225.02-.307.055-.348.078a.75.75 0 0 0-.274.275c-.024.04-.059.123-.079.348c-.021.235-.022.546-.022 1.027v6c0 .481 0 .792.022 1.027c.02.225.055.307.079.348a.75.75 0 0 0 .274.274c.04.024.123.058.348.079c.235.021.546.022 1.027.022s.792 0 1.027-.022c.225-.02.307-.055.348-.079a.75.75 0 0 0 .274-.274c.024-.04.058-.123.079-.348c.021-.235.022-.546.022-1.027v-6c0-.481 0-.792-.022-1.027c-.02-.225-.055-.307-.079-.348a.75.75 0 0 0-.274-.275c-.04-.023-.123-.058-.348-.078A13 13 0 0 0 16.5 6.75c-.481 0-.792 0-1.027.022M1.25 21a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-align-bottom {
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%22M7.468%202.25h.064c.44%200%20.82%200%201.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028%201.13v9.065c0%20.44%200%20.82-.028%201.13c-.03.33-.096.656-.273.963a2.25%202.25%200%200%201-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44%200-.82%200-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25%202.25%200%200%201-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V5.467c0-.44%200-.82.028-1.13c.03-.33.096-.656.273-.963a2.25%202.25%200%200%201%20.824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028%201.13-.028m-.995%201.522c-.225.02-.307.055-.348.078a.75.75%200%200%200-.275.275c-.023.04-.058.123-.078.348c-.021.235-.022.546-.022%201.027v9c0%20.481%200%20.792.022%201.027c.02.225.055.307.078.348a.75.75%200%200%200%20.275.274c.04.024.123.058.348.079c.235.021.546.022%201.027.022s.792%200%201.027-.022c.225-.02.307-.055.348-.079a.75.75%200%200%200%20.275-.274c.023-.04.058-.123.078-.348c.021-.235.022-.546.022-1.027v-9c0-.481%200-.792-.022-1.027c-.02-.225-.055-.307-.078-.348a.75.75%200%200%200-.275-.275c-.04-.023-.123-.058-.348-.078A13%2013%200%200%200%207.5%203.75c-.481%200-.792%200-1.027.022m9.995%201.478h.064c.44%200%20.82%200%201.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028%201.13v6.065c0%20.44%200%20.82-.028%201.13c-.03.33-.096.656-.273.963a2.25%202.25%200%200%201-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44%200-.82%200-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25%202.25%200%200%201-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V8.467c0-.44%200-.82.028-1.13c.03-.33.096-.656.273-.963a2.25%202.25%200%200%201%20.824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028%201.13-.028m-.995%201.522c-.225.02-.307.055-.348.078a.75.75%200%200%200-.274.275c-.024.04-.059.123-.079.348c-.021.235-.022.546-.022%201.027v6c0%20.481%200%20.792.022%201.027c.02.225.055.307.079.348a.75.75%200%200%200%20.274.274c.04.024.123.058.348.079c.235.021.546.022%201.027.022s.792%200%201.027-.022c.225-.02.307-.055.348-.079a.75.75%200%200%200%20.274-.274c.024-.04.058-.123.079-.348c.021-.235.022-.546.022-1.027v-6c0-.481%200-.792-.022-1.027c-.02-.225-.055-.307-.079-.348a.75.75%200%200%200-.274-.275c-.04-.023-.123-.058-.348-.078A13%2013%200%200%200%2016.5%206.75c-.481%200-.792%200-1.027.022M1.25%2021a.75.75%200%200%201%20.75-.75h20a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%22M7.468%202.25h.064c.44%200%20.82%200%201.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028%201.13v9.065c0%20.44%200%20.82-.028%201.13c-.03.33-.096.656-.273.963a2.25%202.25%200%200%201-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44%200-.82%200-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25%202.25%200%200%201-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V5.467c0-.44%200-.82.028-1.13c.03-.33.096-.656.273-.963a2.25%202.25%200%200%201%20.824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028%201.13-.028m-.995%201.522c-.225.02-.307.055-.348.078a.75.75%200%200%200-.275.275c-.023.04-.058.123-.078.348c-.021.235-.022.546-.022%201.027v9c0%20.481%200%20.792.022%201.027c.02.225.055.307.078.348a.75.75%200%200%200%20.275.274c.04.024.123.058.348.079c.235.021.546.022%201.027.022s.792%200%201.027-.022c.225-.02.307-.055.348-.079a.75.75%200%200%200%20.275-.274c.023-.04.058-.123.078-.348c.021-.235.022-.546.022-1.027v-9c0-.481%200-.792-.022-1.027c-.02-.225-.055-.307-.078-.348a.75.75%200%200%200-.275-.275c-.04-.023-.123-.058-.348-.078A13%2013%200%200%200%207.5%203.75c-.481%200-.792%200-1.027.022m9.995%201.478h.064c.44%200%20.82%200%201.13.028c.33.03.656.096.963.273c.342.198.626.482.824.824c.177.307.243.633.273.962c.028.312.028.691.028%201.13v6.065c0%20.44%200%20.82-.028%201.13c-.03.33-.096.656-.273.963a2.25%202.25%200%200%201-.824.824c-.307.177-.633.243-.962.273c-.312.028-.691.028-1.13.028h-.065c-.44%200-.82%200-1.13-.028c-.33-.03-.656-.096-.963-.273a2.25%202.25%200%200%201-.824-.824c-.177-.307-.243-.633-.273-.962c-.028-.312-.028-.691-.028-1.13V8.467c0-.44%200-.82.028-1.13c.03-.33.096-.656.273-.963a2.25%202.25%200%200%201%20.824-.824c.307-.177.633-.243.962-.273c.312-.028.691-.028%201.13-.028m-.995%201.522c-.225.02-.307.055-.348.078a.75.75%200%200%200-.274.275c-.024.04-.059.123-.079.348c-.021.235-.022.546-.022%201.027v6c0%20.481%200%20.792.022%201.027c.02.225.055.307.079.348a.75.75%200%200%200%20.274.274c.04.024.123.058.348.079c.235.021.546.022%201.027.022s.792%200%201.027-.022c.225-.02.307-.055.348-.079a.75.75%200%200%200%20.274-.274c.024-.04.058-.123.079-.348c.021-.235.022-.546.022-1.027v-6c0-.481%200-.792-.022-1.027c-.02-.225-.055-.307-.079-.348a.75.75%200%200%200-.274-.275c-.04-.023-.123-.058-.348-.078A13%2013%200%200%200%2016.5%206.75c-.481%200-.792%200-1.027.022M1.25%2021a.75.75%200%200%201%20.75-.75h20a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/align-bottom.svg?color=%231a73e8&size=48