arrows more up icon
arrows-more-up-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- arrows-more-up-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arrows-more-up-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-statusdoor-open
Use the arrows more up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.288 18.713Q12 18.425 12 18v-8H4q-.425 0-.712-.288T3 9t.288-.712T4 8h9q.425 0 .713.288T14 9v9q0 .425-.288.713T13 19t-.712-.288m5-5Q17 13.425 17 13V5H9q-.425 0-.712-.288T8 4t.288-.712T9 3h9q.425 0 .713.288T19 4v9q0 .425-.288.713T18 14t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsArrowsMoreUpRounded(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="M12.288 18.713Q12 18.425 12 18v-8H4q-.425 0-.712-.288T3 9t.288-.712T4 8h9q.425 0 .713.288T14 9v9q0 .425-.288.713T13 19t-.712-.288m5-5Q17 13.425 17 13V5H9q-.425 0-.712-.288T8 4t.288-.712T9 3h9q.425 0 .713.288T19 4v9q0 .425-.288.713T18 14t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.288 18.713Q12 18.425 12 18v-8H4q-.425 0-.712-.288T3 9t.288-.712T4 8h9q.425 0 .713.288T14 9v9q0 .425-.288.713T13 19t-.712-.288m5-5Q17 13.425 17 13V5H9q-.425 0-.712-.288T8 4t.288-.712T9 3h9q.425 0 .713.288T19 4v9q0 .425-.288.713T18 14t-.712-.288"/></svg> </template>
CSS
.icon-arrows-more-up-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%22M12.288%2018.713Q12%2018.425%2012%2018v-8H4q-.425%200-.712-.288T3%209t.288-.712T4%208h9q.425%200%20.713.288T14%209v9q0%20.425-.288.713T13%2019t-.712-.288m5-5Q17%2013.425%2017%2013V5H9q-.425%200-.712-.288T8%204t.288-.712T9%203h9q.425%200%20.713.288T19%204v9q0%20.425-.288.713T18%2014t-.712-.288%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%22M12.288%2018.713Q12%2018.425%2012%2018v-8H4q-.425%200-.712-.288T3%209t.288-.712T4%208h9q.425%200%20.713.288T14%209v9q0%20.425-.288.713T13%2019t-.712-.288m5-5Q17%2013.425%2017%2013V5H9q-.425%200-.712-.288T8%204t.288-.712T9%203h9q.425%200%20.713.288T19%204v9q0%20.425-.288.713T18%2014t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/arrows-more-up-rounded.svg?color=%231a73e8&size=48