image arrow up icon
image-arrow-up-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- image-arrow-up-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the image arrow up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h7.038q.213 0 .357.143t.143.357t-.143.357t-.357.143H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423v-5.943q0-.213.143-.356t.357-.144t.357.144t.143.356v5.943q0 .69-.462 1.153T18.384 20zM18.212 4.921l-1.766 1.702q-.14.14-.341.143t-.347-.143q-.14-.14-.14-.344t.14-.344l2.369-2.37q.13-.13.277-.186q.146-.056.307-.056t.298.056t.268.187l2.37 2.369q.14.14.142.341q.003.201-.143.347q-.14.14-.344.14t-.344-.14L19.21 4.921V9.29q0 .213-.143.356t-.357.144t-.356-.144t-.144-.356zM8.308 16.5h7.538q.243 0 .354-.217t-.03-.43l-2.02-2.712q-.13-.162-.323-.162q-.192 0-.323.162l-2.292 2.898l-1.427-1.725q-.131-.143-.314-.143q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightImageArrowUpOutlineRounded(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="M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h7.038q.213 0 .357.143t.143.357t-.143.357t-.357.143H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423v-5.943q0-.213.143-.356t.357-.144t.357.144t.143.356v5.943q0 .69-.462 1.153T18.384 20zM18.212 4.921l-1.766 1.702q-.14.14-.341.143t-.347-.143q-.14-.14-.14-.344t.14-.344l2.369-2.37q.13-.13.277-.186q.146-.056.307-.056t.298.056t.268.187l2.37 2.369q.14.14.142.341q.003.201-.143.347q-.14.14-.344.14t-.344-.14L19.21 4.921V9.29q0 .213-.143.356t-.357.144t-.356-.144t-.144-.356zM8.308 16.5h7.538q.243 0 .354-.217t-.03-.43l-2.02-2.712q-.13-.162-.323-.162q-.192 0-.323.162l-2.292 2.898l-1.427-1.725q-.131-.143-.314-.143q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h7.038q.213 0 .357.143t.143.357t-.143.357t-.357.143H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423v-5.943q0-.213.143-.356t.357-.144t.357.144t.143.356v5.943q0 .69-.462 1.153T18.384 20zM18.212 4.921l-1.766 1.702q-.14.14-.341.143t-.347-.143q-.14-.14-.14-.344t.14-.344l2.369-2.37q.13-.13.277-.186q.146-.056.307-.056t.298.056t.268.187l2.37 2.369q.14.14.142.341q.003.201-.143.347q-.14.14-.344.14t-.344-.14L19.21 4.921V9.29q0 .213-.143.356t-.357.144t-.356-.144t-.144-.356zM8.308 16.5h7.538q.243 0 .354-.217t-.03-.43l-2.02-2.712q-.13-.162-.323-.162q-.192 0-.323.162l-2.292 2.898l-1.427-1.725q-.131-.143-.314-.143q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217"/></svg> </template>
CSS
.icon-image-arrow-up-outline-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%22M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h7.038q.213%200%20.357.143t.143.357t-.143.357t-.357.143H5.616q-.231%200-.424.192T5%205.616v12.769q0%20.23.192.423t.423.192h12.77q.23%200%20.423-.192t.192-.423v-5.943q0-.213.143-.356t.357-.144t.357.144t.143.356v5.943q0%20.69-.462%201.153T18.384%2020zM18.212%204.921l-1.766%201.702q-.14.14-.341.143t-.347-.143q-.14-.14-.14-.344t.14-.344l2.369-2.37q.13-.13.277-.186q.146-.056.307-.056t.298.056t.268.187l2.37%202.369q.14.14.142.341q.003.201-.143.347q-.14.14-.344.14t-.344-.14L19.21%204.921V9.29q0%20.213-.143.356t-.357.144t-.356-.144t-.144-.356zM8.308%2016.5h7.538q.243%200%20.354-.217t-.03-.43l-2.02-2.712q-.13-.162-.323-.162q-.192%200-.323.162l-2.292%202.898l-1.427-1.725q-.131-.143-.314-.143q-.182%200-.313.162l-1.154%201.52q-.162.213-.05.43t.354.217%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%22M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h7.038q.213%200%20.357.143t.143.357t-.143.357t-.357.143H5.616q-.231%200-.424.192T5%205.616v12.769q0%20.23.192.423t.423.192h12.77q.23%200%20.423-.192t.192-.423v-5.943q0-.213.143-.356t.357-.144t.357.144t.143.356v5.943q0%20.69-.462%201.153T18.384%2020zM18.212%204.921l-1.766%201.702q-.14.14-.341.143t-.347-.143q-.14-.14-.14-.344t.14-.344l2.369-2.37q.13-.13.277-.186q.146-.056.307-.056t.298.056t.268.187l2.37%202.369q.14.14.142.341q.003.201-.143.347q-.14.14-.344.14t-.344-.14L19.21%204.921V9.29q0%20.213-.143.356t-.357.144t-.356-.144t-.144-.356zM8.308%2016.5h7.538q.243%200%20.354-.217t-.03-.43l-2.02-2.712q-.13-.162-.323-.162q-.192%200-.323.162l-2.292%202.898l-1.427-1.725q-.131-.143-.314-.143q-.182%200-.313.162l-1.154%201.52q-.162.213-.05.43t.354.217%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/image-arrow-up-outline-rounded.svg?color=%231a73e8&size=48