arrowtriangle up icon
arrowtriangle-up-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrowtriangle-up-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the arrowtriangle up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.645 44.29c0-.938-.422-1.688-.915-2.673l-14.6-30.093c-.985-2.016-1.899-2.649-3.117-2.649c-1.242 0-2.157.633-3.14 2.649L10.27 41.617c-.493 1.008-.915 1.758-.915 2.696c0 1.734 1.336 2.812 3.375 2.812l30.54-.023c2.062 0 3.374-1.079 3.374-2.813"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowtriangleUpFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.645 44.29c0-.938-.422-1.688-.915-2.673l-14.6-30.093c-.985-2.016-1.899-2.649-3.117-2.649c-1.242 0-2.157.633-3.14 2.649L10.27 41.617c-.493 1.008-.915 1.758-.915 2.696c0 1.734 1.336 2.812 3.375 2.812l30.54-.023c2.062 0 3.374-1.079 3.374-2.813"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.645 44.29c0-.938-.422-1.688-.915-2.673l-14.6-30.093c-.985-2.016-1.899-2.649-3.117-2.649c-1.242 0-2.157.633-3.14 2.649L10.27 41.617c-.493 1.008-.915 1.758-.915 2.696c0 1.734 1.336 2.812 3.375 2.812l30.54-.023c2.062 0 3.374-1.079 3.374-2.813"/></svg> </template>
CSS
.icon-arrowtriangle-up-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46.645%2044.29c0-.938-.422-1.688-.915-2.673l-14.6-30.093c-.985-2.016-1.899-2.649-3.117-2.649c-1.242%200-2.157.633-3.14%202.649L10.27%2041.617c-.493%201.008-.915%201.758-.915%202.696c0%201.734%201.336%202.812%203.375%202.812l30.54-.023c2.062%200%203.374-1.079%203.374-2.813%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46.645%2044.29c0-.938-.422-1.688-.915-2.673l-14.6-30.093c-.985-2.016-1.899-2.649-3.117-2.649c-1.242%200-2.157.633-3.14%202.649L10.27%2041.617c-.493%201.008-.915%201.758-.915%202.696c0%201.734%201.336%202.812%203.375%202.812l30.54-.023c2.062%200%203.374-1.079%203.374-2.813%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrowtriangle-up-fill.svg?color=%231a73e8&size=48