align right icon
align-right-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.
- Name
- align-right-linear
- Set
- Solar
- Style
- Linear
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-rightMyna UI Iconsalign-rightPhosphor
More tools icons from Solar
align-bottom-boldalign-horizontal-center-boldalign-horizontal-spacing-boldalign-left-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-boldlayers-minimalistic-boldmirror-left-boldmirror-right-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-boldpipette-bold
Use the align right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M21 2V22"/><path d="M17 7.5C17 6.56538 17 6.09808 16.799 5.75C16.6674 5.52197 16.478 5.33261 16.25 5.20096C15.9019 5 15.4346 5 14.5 5H5.5C4.56538 5 4.09808 5 3.75 5.20096C3.52197 5.33261 3.33261 5.52197 3.20096 5.75C3 6.09808 3 6.56538 3 7.5C3 8.43462 3 8.90192 3.20096 9.25C3.33261 9.47803 3.52197 9.66739 3.75 9.79904C4.09808 10 4.56538 10 5.5 10H14.5C15.4346 10 15.9019 10 16.25 9.79904C16.478 9.66739 16.6674 9.47803 16.799 9.25C17 8.90192 17 8.43462 17 7.5Z"/><path d="M17 16.5C17 15.5654 17 15.0981 16.799 14.75C16.6674 14.522 16.478 14.3326 16.25 14.201C15.9019 14 15.4346 14 14.5 14H8.5C7.56538 14 7.09808 14 6.75 14.201C6.52197 14.3326 6.33261 14.522 6.20096 14.75C6 15.0981 6 15.5654 6 16.5C6 17.4346 6 17.9019 6.20096 18.25C6.33261 18.478 6.52197 18.6674 6.75 18.799C7.09808 19 7.56538 19 8.5 19H14.5C15.4346 19 15.9019 19 16.25 18.799C16.478 18.6674 16.6674 18.478 16.799 18.25C17 17.9019 17 17.4346 17 16.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarAlignRightLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M21 2V22"/><path d="M17 7.5C17 6.56538 17 6.09808 16.799 5.75C16.6674 5.52197 16.478 5.33261 16.25 5.20096C15.9019 5 15.4346 5 14.5 5H5.5C4.56538 5 4.09808 5 3.75 5.20096C3.52197 5.33261 3.33261 5.52197 3.20096 5.75C3 6.09808 3 6.56538 3 7.5C3 8.43462 3 8.90192 3.20096 9.25C3.33261 9.47803 3.52197 9.66739 3.75 9.79904C4.09808 10 4.56538 10 5.5 10H14.5C15.4346 10 15.9019 10 16.25 9.79904C16.478 9.66739 16.6674 9.47803 16.799 9.25C17 8.90192 17 8.43462 17 7.5Z"/><path d="M17 16.5C17 15.5654 17 15.0981 16.799 14.75C16.6674 14.522 16.478 14.3326 16.25 14.201C15.9019 14 15.4346 14 14.5 14H8.5C7.56538 14 7.09808 14 6.75 14.201C6.52197 14.3326 6.33261 14.522 6.20096 14.75C6 15.0981 6 15.5654 6 16.5C6 17.4346 6 17.9019 6.20096 18.25C6.33261 18.478 6.52197 18.6674 6.75 18.799C7.09808 19 7.56538 19 8.5 19H14.5C15.4346 19 15.9019 19 16.25 18.799C16.478 18.6674 16.6674 18.478 16.799 18.25C17 17.9019 17 17.4346 17 16.5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M21 2V22"/><path d="M17 7.5C17 6.56538 17 6.09808 16.799 5.75C16.6674 5.52197 16.478 5.33261 16.25 5.20096C15.9019 5 15.4346 5 14.5 5H5.5C4.56538 5 4.09808 5 3.75 5.20096C3.52197 5.33261 3.33261 5.52197 3.20096 5.75C3 6.09808 3 6.56538 3 7.5C3 8.43462 3 8.90192 3.20096 9.25C3.33261 9.47803 3.52197 9.66739 3.75 9.79904C4.09808 10 4.56538 10 5.5 10H14.5C15.4346 10 15.9019 10 16.25 9.79904C16.478 9.66739 16.6674 9.47803 16.799 9.25C17 8.90192 17 8.43462 17 7.5Z"/><path d="M17 16.5C17 15.5654 17 15.0981 16.799 14.75C16.6674 14.522 16.478 14.3326 16.25 14.201C15.9019 14 15.4346 14 14.5 14H8.5C7.56538 14 7.09808 14 6.75 14.201C6.52197 14.3326 6.33261 14.522 6.20096 14.75C6 15.0981 6 15.5654 6 16.5C6 17.4346 6 17.9019 6.20096 18.25C6.33261 18.478 6.52197 18.6674 6.75 18.799C7.09808 19 7.56538 19 8.5 19H14.5C15.4346 19 15.9019 19 16.25 18.799C16.478 18.6674 16.6674 18.478 16.799 18.25C17 17.9019 17 17.4346 17 16.5Z"/></g></svg> </template>
CSS
.icon-align-right-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%202V22%22%2F%3E%3Cpath%20d%3D%22M17%207.5C17%206.56538%2017%206.09808%2016.799%205.75C16.6674%205.52197%2016.478%205.33261%2016.25%205.20096C15.9019%205%2015.4346%205%2014.5%205H5.5C4.56538%205%204.09808%205%203.75%205.20096C3.52197%205.33261%203.33261%205.52197%203.20096%205.75C3%206.09808%203%206.56538%203%207.5C3%208.43462%203%208.90192%203.20096%209.25C3.33261%209.47803%203.52197%209.66739%203.75%209.79904C4.09808%2010%204.56538%2010%205.5%2010H14.5C15.4346%2010%2015.9019%2010%2016.25%209.79904C16.478%209.66739%2016.6674%209.47803%2016.799%209.25C17%208.90192%2017%208.43462%2017%207.5Z%22%2F%3E%3Cpath%20d%3D%22M17%2016.5C17%2015.5654%2017%2015.0981%2016.799%2014.75C16.6674%2014.522%2016.478%2014.3326%2016.25%2014.201C15.9019%2014%2015.4346%2014%2014.5%2014H8.5C7.56538%2014%207.09808%2014%206.75%2014.201C6.52197%2014.3326%206.33261%2014.522%206.20096%2014.75C6%2015.0981%206%2015.5654%206%2016.5C6%2017.4346%206%2017.9019%206.20096%2018.25C6.33261%2018.478%206.52197%2018.6674%206.75%2018.799C7.09808%2019%207.56538%2019%208.5%2019H14.5C15.4346%2019%2015.9019%2019%2016.25%2018.799C16.478%2018.6674%2016.6674%2018.478%2016.799%2018.25C17%2017.9019%2017%2017.4346%2017%2016.5Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%202V22%22%2F%3E%3Cpath%20d%3D%22M17%207.5C17%206.56538%2017%206.09808%2016.799%205.75C16.6674%205.52197%2016.478%205.33261%2016.25%205.20096C15.9019%205%2015.4346%205%2014.5%205H5.5C4.56538%205%204.09808%205%203.75%205.20096C3.52197%205.33261%203.33261%205.52197%203.20096%205.75C3%206.09808%203%206.56538%203%207.5C3%208.43462%203%208.90192%203.20096%209.25C3.33261%209.47803%203.52197%209.66739%203.75%209.79904C4.09808%2010%204.56538%2010%205.5%2010H14.5C15.4346%2010%2015.9019%2010%2016.25%209.79904C16.478%209.66739%2016.6674%209.47803%2016.799%209.25C17%208.90192%2017%208.43462%2017%207.5Z%22%2F%3E%3Cpath%20d%3D%22M17%2016.5C17%2015.5654%2017%2015.0981%2016.799%2014.75C16.6674%2014.522%2016.478%2014.3326%2016.25%2014.201C15.9019%2014%2015.4346%2014%2014.5%2014H8.5C7.56538%2014%207.09808%2014%206.75%2014.201C6.52197%2014.3326%206.33261%2014.522%206.20096%2014.75C6%2015.0981%206%2015.5654%206%2016.5C6%2017.4346%206%2017.9019%206.20096%2018.25C6.33261%2018.478%206.52197%2018.6674%206.75%2018.799C7.09808%2019%207.56538%2019%208.5%2019H14.5C15.4346%2019%2015.9019%2019%2016.25%2018.799C16.478%2018.6674%2016.6674%2018.478%2016.799%2018.25C17%2017.9019%2017%2017.4346%2017%2016.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/align-right-linear.svg?color=%231a73e8&size=48