align right icon
align-right from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- align-right
- Set
- Myna UI Icons
- Style
- Regular
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 14H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 15.602 3 16.068 3 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 20 5.068 20 6 20h8c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C17 18.398 17 17.932 17 17s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 14 14.932 14 14 14m0-10h-4c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 5.602 7 6.068 7 7s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 10 9.068 10 10 10h4c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C17 8.398 17 7.932 17 7s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 4 14.932 4 14 4m7 17V3"/></svg>
React
import type { SVGProps } from "react";
export function MynauiAlignRight(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="M14 14H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 15.602 3 16.068 3 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 20 5.068 20 6 20h8c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C17 18.398 17 17.932 17 17s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 14 14.932 14 14 14m0-10h-4c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 5.602 7 6.068 7 7s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 10 9.068 10 10 10h4c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C17 8.398 17 7.932 17 7s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 4 14.932 4 14 4m7 17V3"/></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="M14 14H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 15.602 3 16.068 3 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 20 5.068 20 6 20h8c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C17 18.398 17 17.932 17 17s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 14 14.932 14 14 14m0-10h-4c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 5.602 7 6.068 7 7s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 10 9.068 10 10 10h4c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C17 8.398 17 7.932 17 7s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 4 14.932 4 14 4m7 17V3"/></svg> </template>
CSS
.icon-align-right {
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%22M14%2014H6c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C3%2015.602%203%2016.068%203%2017s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C4.602%2020%205.068%2020%206%2020h8c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C17%2018.398%2017%2017.932%2017%2017s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C15.398%2014%2014.932%2014%2014%2014m0-10h-4c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%205.602%207%206.068%207%207s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C8.602%2010%209.068%2010%2010%2010h4c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C17%208.398%2017%207.932%2017%207s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C15.398%204%2014.932%204%2014%204m7%2017V3%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%22M14%2014H6c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C3%2015.602%203%2016.068%203%2017s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C4.602%2020%205.068%2020%206%2020h8c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C17%2018.398%2017%2017.932%2017%2017s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C15.398%2014%2014.932%2014%2014%2014m0-10h-4c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%205.602%207%206.068%207%207s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C8.602%2010%209.068%2010%2010%2010h4c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C17%208.398%2017%207.932%2017%207s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C15.398%204%2014.932%204%2014%204m7%2017V3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/align-right.svg?color=%231a73e8&size=48