horizontal align right icon

horizontal-align-right-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
horizontal-align-right-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
horizontal-align-right-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the horizontal 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="M19.143 18.857Q19 18.714 19 18.5v-13q0-.213.143-.357T19.5 5t.357.143T20 5.5v13q0 .214-.143.357T19.5 19t-.357-.143m-4.75-6.357H4.5q-.213 0-.357-.143T4 12t.143-.357t.357-.143h9.892l-2.746-2.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l3.388 3.388q.131.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.388 3.388q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHorizontalAlignRightRounded(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="M19.143 18.857Q19 18.714 19 18.5v-13q0-.213.143-.357T19.5 5t.357.143T20 5.5v13q0 .214-.143.357T19.5 19t-.357-.143m-4.75-6.357H4.5q-.213 0-.357-.143T4 12t.143-.357t.357-.143h9.892l-2.746-2.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l3.388 3.388q.131.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.388 3.388q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.143 18.857Q19 18.714 19 18.5v-13q0-.213.143-.357T19.5 5t.357.143T20 5.5v13q0 .214-.143.357T19.5 19t-.357-.143m-4.75-6.357H4.5q-.213 0-.357-.143T4 12t.143-.357t.357-.143h9.892l-2.746-2.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l3.388 3.388q.131.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.388 3.388q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354z"/></svg>
</template>

CSS

.icon-horizontal-align-right-rounded {
  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%22M19.143%2018.857Q19%2018.714%2019%2018.5v-13q0-.213.143-.357T19.5%205t.357.143T20%205.5v13q0%20.214-.143.357T19.5%2019t-.357-.143m-4.75-6.357H4.5q-.213%200-.357-.143T4%2012t.143-.357t.357-.143h9.892l-2.746-2.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l3.388%203.388q.131.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.388%203.388q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354z%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%22M19.143%2018.857Q19%2018.714%2019%2018.5v-13q0-.213.143-.357T19.5%205t.357.143T20%205.5v13q0%20.214-.143.357T19.5%2019t-.357-.143m-4.75-6.357H4.5q-.213%200-.357-.143T4%2012t.143-.357t.357-.143h9.892l-2.746-2.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l3.388%203.388q.131.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.388%203.388q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/horizontal-align-right-rounded.svg?color=%231a73e8&size=48