arrowtriangle up icon

arrowtriangle-up from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
arrowtriangle-up
Set
Framework7 Icons
Style
Outline
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.813m-4.477-1.173c0 .14-.094.235-.258.235H14.09c-.164 0-.258-.094-.258-.235c0-.094.047-.187.094-.281l13.804-28.71c.07-.117.14-.211.28-.211c.118 0 .188.094.259.211l13.804 28.71c.047.095.094.188.094.282"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowtriangleUp(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.813m-4.477-1.173c0 .14-.094.235-.258.235H14.09c-.164 0-.258-.094-.258-.235c0-.094.047-.187.094-.281l13.804-28.71c.07-.117.14-.211.28-.211c.118 0 .188.094.259.211l13.804 28.71c.047.095.094.188.094.282"/></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.813m-4.477-1.173c0 .14-.094.235-.258.235H14.09c-.164 0-.258-.094-.258-.235c0-.094.047-.187.094-.281l13.804-28.71c.07-.117.14-.211.28-.211c.118 0 .188.094.259.211l13.804 28.71c.047.095.094.188.094.282"/></svg>
</template>

CSS

.icon-arrowtriangle-up {
  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.813m-4.477-1.173c0%20.14-.094.235-.258.235H14.09c-.164%200-.258-.094-.258-.235c0-.094.047-.187.094-.281l13.804-28.71c.07-.117.14-.211.28-.211c.118%200%20.188.094.259.211l13.804%2028.71c.047.095.094.188.094.282%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.813m-4.477-1.173c0%20.14-.094.235-.258.235H14.09c-.164%200-.258-.094-.258-.235c0-.094.047-.187.094-.281l13.804-28.71c.07-.117.14-.211.28-.211c.118%200%20.188.094.259.211l13.804%2028.71c.047.095.094.188.094.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrowtriangle-up.svg?color=%231a73e8&size=48