arrow upward icon
arrow-upward-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-upward-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arrow-upward-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the arrow upward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 6.921L6.062 12.36q-.146.146-.345.153q-.198.006-.363-.16q-.16-.164-.163-.353q-.002-.188.163-.354l6.08-6.08q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l6.08 6.08q.14.14.15.342q.01.2-.15.366q-.165.165-.356.165q-.192 0-.357-.165L12.5 6.92V18.5q0 .214-.143.357T12 19t-.357-.143t-.143-.357z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArrowUpwardRounded(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="M11.5 6.921L6.062 12.36q-.146.146-.345.153q-.198.006-.363-.16q-.16-.164-.163-.353q-.002-.188.163-.354l6.08-6.08q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l6.08 6.08q.14.14.15.342q.01.2-.15.366q-.165.165-.356.165q-.192 0-.357-.165L12.5 6.92V18.5q0 .214-.143.357T12 19t-.357-.143t-.143-.357z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 6.921L6.062 12.36q-.146.146-.345.153q-.198.006-.363-.16q-.16-.164-.163-.353q-.002-.188.163-.354l6.08-6.08q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l6.08 6.08q.14.14.15.342q.01.2-.15.366q-.165.165-.356.165q-.192 0-.357-.165L12.5 6.92V18.5q0 .214-.143.357T12 19t-.357-.143t-.143-.357z"/></svg> </template>
CSS
.icon-arrow-upward-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%22M11.5%206.921L6.062%2012.36q-.146.146-.345.153q-.198.006-.363-.16q-.16-.164-.163-.353q-.002-.188.163-.354l6.08-6.08q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l6.08%206.08q.14.14.15.342q.01.2-.15.366q-.165.165-.356.165q-.192%200-.357-.165L12.5%206.92V18.5q0%20.214-.143.357T12%2019t-.357-.143t-.143-.357z%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%22M11.5%206.921L6.062%2012.36q-.146.146-.345.153q-.198.006-.363-.16q-.16-.164-.163-.353q-.002-.188.163-.354l6.08-6.08q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l6.08%206.08q.14.14.15.342q.01.2-.15.366q-.165.165-.356.165q-.192%200-.357-.165L12.5%206.92V18.5q0%20.214-.143.357T12%2019t-.357-.143t-.143-.357z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/arrow-upward-rounded.svg?color=%231a73e8&size=48