align right icon
align-right-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- align-right-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
align-rightAkar Iconsalign-right-outlinedAnt Design Iconsalign-rightBoxIcons v2align-rightFont Awesome 6 Solidalign-rightFont Awesome Solidalign-rightFeather Iconsalign-right-outlineFlowbite Iconsalign-right-16-filledFluent UI System Iconsalign-rightcss.ggalign-rightHuge Iconsalign-rightIconParkalign-rightIconPark Outlinealign-rightIconPark Solidalign-rightIconPark TwoTonealign-rightIconoiralign-rightJam Iconsalign-rightLine Awesomealign-rightMaterial Line Iconsalign-rightLucidealign-rightMage Iconsalign-rightMajesticonsalign-right-fillMingCute Iconalign-rightPhosphoralign-rightPixelarticons
Related icons in Myna UI Icons
Use the align right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 2.25a.75.75 0 0 1 .75.75v18a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75m-4.948 1.21a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-4.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12a2.8 2.8 0 0 1 .19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021h4.05c.445 0 .816 0 1.12.02c.318.022.617.069.907.19M5.975 13.25h8.05c.445 0 .816 0 1.12.02c.318.022.617.069.907.19a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-8.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12c.022-.318.069-.617.19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021"/></svg>
React
import type { SVGProps } from "react";
export function MynauiAlignRightSolid(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" d="M21 2.25a.75.75 0 0 1 .75.75v18a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75m-4.948 1.21a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-4.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12a2.8 2.8 0 0 1 .19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021h4.05c.445 0 .816 0 1.12.02c.318.022.617.069.907.19M5.975 13.25h8.05c.445 0 .816 0 1.12.02c.318.022.617.069.907.19a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-8.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12c.022-.318.069-.617.19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 2.25a.75.75 0 0 1 .75.75v18a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75m-4.948 1.21a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-4.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12a2.8 2.8 0 0 1 .19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021h4.05c.445 0 .816 0 1.12.02c.318.022.617.069.907.19M5.975 13.25h8.05c.445 0 .816 0 1.12.02c.318.022.617.069.907.19a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-8.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12c.022-.318.069-.617.19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021"/></svg> </template>
CSS
.icon-align-right-solid {
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%20d%3D%22M21%202.25a.75.75%200%200%201%20.75.75v18a.75.75%200%200%201-1.5%200V3a.75.75%200%200%201%20.75-.75m-4.948%201.21a2.75%202.75%200%200%201%201.489%201.488c.12.29.167.59.188.907c.021.304.021.675.021%201.12v.05c0%20.445%200%20.816-.02%201.12a2.8%202.8%200%200%201-.19.907a2.75%202.75%200%200%201-1.488%201.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-4.05c-.445%200-.816%200-1.12-.02a2.8%202.8%200%200%201-.907-.19a2.75%202.75%200%200%201-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445%200-.816.02-1.12a2.8%202.8%200%200%201%20.19-.907a2.75%202.75%200%200%201%201.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021%201.12-.021h4.05c.445%200%20.816%200%201.12.02c.318.022.617.069.907.19M5.975%2013.25h8.05c.445%200%20.816%200%201.12.02c.318.022.617.069.907.19a2.75%202.75%200%200%201%201.489%201.488c.12.29.167.59.188.907c.021.304.021.675.021%201.12v.05c0%20.445%200%20.816-.02%201.12a2.8%202.8%200%200%201-.19.907a2.75%202.75%200%200%201-1.488%201.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-8.05c-.445%200-.816%200-1.12-.02a2.8%202.8%200%200%201-.907-.19a2.75%202.75%200%200%201-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445%200-.816.02-1.12c.022-.318.069-.617.19-.907a2.75%202.75%200%200%201%201.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021%201.12-.021%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%20d%3D%22M21%202.25a.75.75%200%200%201%20.75.75v18a.75.75%200%200%201-1.5%200V3a.75.75%200%200%201%20.75-.75m-4.948%201.21a2.75%202.75%200%200%201%201.489%201.488c.12.29.167.59.188.907c.021.304.021.675.021%201.12v.05c0%20.445%200%20.816-.02%201.12a2.8%202.8%200%200%201-.19.907a2.75%202.75%200%200%201-1.488%201.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-4.05c-.445%200-.816%200-1.12-.02a2.8%202.8%200%200%201-.907-.19a2.75%202.75%200%200%201-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445%200-.816.02-1.12a2.8%202.8%200%200%201%20.19-.907a2.75%202.75%200%200%201%201.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021%201.12-.021h4.05c.445%200%20.816%200%201.12.02c.318.022.617.069.907.19M5.975%2013.25h8.05c.445%200%20.816%200%201.12.02c.318.022.617.069.907.19a2.75%202.75%200%200%201%201.489%201.488c.12.29.167.59.188.907c.021.304.021.675.021%201.12v.05c0%20.445%200%20.816-.02%201.12a2.8%202.8%200%200%201-.19.907a2.75%202.75%200%200%201-1.488%201.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-8.05c-.445%200-.816%200-1.12-.02a2.8%202.8%200%200%201-.907-.19a2.75%202.75%200%200%201-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445%200-.816.02-1.12c.022-.318.069-.617.19-.907a2.75%202.75%200%200%201%201.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021%201.12-.021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/align-right-solid.svg?color=%231a73e8&size=48