direction up 2 icon
direction-up-2-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- direction-up-2-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the direction up 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.907 1.975a2.91 2.91 0 0 1 2.64 1.69l6.9 14.21c.16.377.244.78.25 1.19q0 .294-.06.58a2.85 2.85 0 0 1-.85 1.53a2.9 2.9 0 0 1-1.57.77a2.84 2.84 0 0 1-1.72-.27l-.11-.06l-3.1-2.23a1.66 1.66 0 0 1-.7-1.25l-.08-1.16l-.45-6.4a1 1 0 0 0-2 0l-.44 6.3l-.07 1.09a1.7 1.7 0 0 1-.72 1.27l-3.12 2.17a2.91 2.91 0 0 1-4.34-1.92a2.82 2.82 0 0 1 .2-1.79l6.7-14a2.92 2.92 0 0 1 2.64-1.72"/></svg>
React
import type { SVGProps } from "react";
export function MageDirectionUp2Fill(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.907 1.975a2.91 2.91 0 0 1 2.64 1.69l6.9 14.21c.16.377.244.78.25 1.19q0 .294-.06.58a2.85 2.85 0 0 1-.85 1.53a2.9 2.9 0 0 1-1.57.77a2.84 2.84 0 0 1-1.72-.27l-.11-.06l-3.1-2.23a1.66 1.66 0 0 1-.7-1.25l-.08-1.16l-.45-6.4a1 1 0 0 0-2 0l-.44 6.3l-.07 1.09a1.7 1.7 0 0 1-.72 1.27l-3.12 2.17a2.91 2.91 0 0 1-4.34-1.92a2.82 2.82 0 0 1 .2-1.79l6.7-14a2.92 2.92 0 0 1 2.64-1.72"/></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.907 1.975a2.91 2.91 0 0 1 2.64 1.69l6.9 14.21c.16.377.244.78.25 1.19q0 .294-.06.58a2.85 2.85 0 0 1-.85 1.53a2.9 2.9 0 0 1-1.57.77a2.84 2.84 0 0 1-1.72-.27l-.11-.06l-3.1-2.23a1.66 1.66 0 0 1-.7-1.25l-.08-1.16l-.45-6.4a1 1 0 0 0-2 0l-.44 6.3l-.07 1.09a1.7 1.7 0 0 1-.72 1.27l-3.12 2.17a2.91 2.91 0 0 1-4.34-1.92a2.82 2.82 0 0 1 .2-1.79l6.7-14a2.92 2.92 0 0 1 2.64-1.72"/></svg> </template>
CSS
.icon-direction-up-2-fill {
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.907%201.975a2.91%202.91%200%200%201%202.64%201.69l6.9%2014.21c.16.377.244.78.25%201.19q0%20.294-.06.58a2.85%202.85%200%200%201-.85%201.53a2.9%202.9%200%200%201-1.57.77a2.84%202.84%200%200%201-1.72-.27l-.11-.06l-3.1-2.23a1.66%201.66%200%200%201-.7-1.25l-.08-1.16l-.45-6.4a1%201%200%200%200-2%200l-.44%206.3l-.07%201.09a1.7%201.7%200%200%201-.72%201.27l-3.12%202.17a2.91%202.91%200%200%201-4.34-1.92a2.82%202.82%200%200%201%20.2-1.79l6.7-14a2.92%202.92%200%200%201%202.64-1.72%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.907%201.975a2.91%202.91%200%200%201%202.64%201.69l6.9%2014.21c.16.377.244.78.25%201.19q0%20.294-.06.58a2.85%202.85%200%200%201-.85%201.53a2.9%202.9%200%200%201-1.57.77a2.84%202.84%200%200%201-1.72-.27l-.11-.06l-3.1-2.23a1.66%201.66%200%200%201-.7-1.25l-.08-1.16l-.45-6.4a1%201%200%200%200-2%200l-.44%206.3l-.07%201.09a1.7%201.7%200%200%201-.72%201.27l-3.12%202.17a2.91%202.91%200%200%201-4.34-1.92a2.82%202.82%200%200%201%20.2-1.79l6.7-14a2.92%202.92%200%200%201%202.64-1.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/direction-up-2-fill.svg?color=%231a73e8&size=48