arrow up3 icon
arrow-up3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- arrow-up3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the arrow up3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.33 18h5.34c3.32 0 4.67-2.35 3.02-5.22l-.74-1.28c-.18-.31-.51-.5-.87-.5H7.92c-.36 0-.69.19-.87.5l-.74 1.28C4.66 15.65 6.01 18 9.33 18m-.538-8.001h6.43c.39 0 .63-.42.43-.75l-.64-1.1c-1.65-2.87-4.37-2.87-6.02 0l-.64 1.1c-.19.33.05.75.44.75"/></svg>
React
import type { SVGProps } from "react";
export function ReiconArrowUp3Filled(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="M9.33 18h5.34c3.32 0 4.67-2.35 3.02-5.22l-.74-1.28c-.18-.31-.51-.5-.87-.5H7.92c-.36 0-.69.19-.87.5l-.74 1.28C4.66 15.65 6.01 18 9.33 18m-.538-8.001h6.43c.39 0 .63-.42.43-.75l-.64-1.1c-1.65-2.87-4.37-2.87-6.02 0l-.64 1.1c-.19.33.05.75.44.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.33 18h5.34c3.32 0 4.67-2.35 3.02-5.22l-.74-1.28c-.18-.31-.51-.5-.87-.5H7.92c-.36 0-.69.19-.87.5l-.74 1.28C4.66 15.65 6.01 18 9.33 18m-.538-8.001h6.43c.39 0 .63-.42.43-.75l-.64-1.1c-1.65-2.87-4.37-2.87-6.02 0l-.64 1.1c-.19.33.05.75.44.75"/></svg> </template>
CSS
.icon-arrow-up3-filled {
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%22M9.33%2018h5.34c3.32%200%204.67-2.35%203.02-5.22l-.74-1.28c-.18-.31-.51-.5-.87-.5H7.92c-.36%200-.69.19-.87.5l-.74%201.28C4.66%2015.65%206.01%2018%209.33%2018m-.538-8.001h6.43c.39%200%20.63-.42.43-.75l-.64-1.1c-1.65-2.87-4.37-2.87-6.02%200l-.64%201.1c-.19.33.05.75.44.75%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%22M9.33%2018h5.34c3.32%200%204.67-2.35%203.02-5.22l-.74-1.28c-.18-.31-.51-.5-.87-.5H7.92c-.36%200-.69.19-.87.5l-.74%201.28C4.66%2015.65%206.01%2018%209.33%2018m-.538-8.001h6.43c.39%200%20.63-.42.43-.75l-.64-1.1c-1.65-2.87-4.37-2.87-6.02%200l-.64%201.1c-.19.33.05.75.44.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/arrow-up3-filled.svg?color=%231a73e8&size=48