arrow 3 trianglepath icon

arrow-3-trianglepath from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
arrow-3-trianglepath
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the arrow 3 trianglepath icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.215 23.137c.797.21 1.406.21 2.015-.164c.61-.375.938-.867 1.149-1.664l1.969-7.805c.257-.984-.282-1.922-1.266-2.156c-.961-.258-1.969.28-2.18 1.289l-.984 4.195l-6.352-11.32c-1.195-2.156-3.351-3.258-5.554-3.258a6.41 6.41 0 0 0-5.579 3.258l-6.468 11.554c-.586 1.055-.258 2.063.633 2.602c.937.516 2.039.188 2.578-.75l6.468-11.602c.54-.937 1.454-1.335 2.368-1.335s1.804.398 2.32 1.335l6.445 11.508l-4.336-1.289c-.984-.305-1.945.258-2.203 1.242c-.281.938.235 1.899 1.242 2.18ZM9.965 47.418h12.562c1.102 0 1.922-.773 1.922-1.828s-.82-1.852-1.922-1.852H9.988c-1.617 0-2.695-1.336-2.695-2.789c0-.422.07-.937.328-1.383l6-10.734l.984 4.195c.211 1.008 1.22 1.547 2.18 1.29c.984-.235 1.547-1.172 1.266-2.157l-1.97-7.804c-.21-.774-.538-1.313-1.147-1.665c-.61-.375-1.196-.398-1.993-.164l-7.734 2.18c-1.031.281-1.547 1.242-1.266 2.18c.258.984 1.219 1.57 2.203 1.242l4.336-1.29l-6.093 10.923c-.586 1.031-.891 2.133-.891 3.187c0 3.633 2.484 6.469 6.469 6.469m24.539 5.578c.726.75 1.828.703 2.531 0c.703-.68.703-1.805-.047-2.531l-3.21-3.047h12.257c3.985 0 6.469-2.836 6.469-6.469c0-1.054-.281-2.133-.867-3.187l-6.188-11.086c-.562-1.008-1.64-1.242-2.555-.703c-.914.539-1.218 1.64-.703 2.578l6.188 11.015c.234.446.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79h-12.21l3.21-3.024c.75-.727.75-1.852.047-2.531c-.703-.727-1.805-.75-2.531 0l-5.742 5.578c-.586.562-.868 1.125-.868 1.828s.282 1.242.868 1.804Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Arrow3Trianglepath(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="M39.215 23.137c.797.21 1.406.21 2.015-.164c.61-.375.938-.867 1.149-1.664l1.969-7.805c.257-.984-.282-1.922-1.266-2.156c-.961-.258-1.969.28-2.18 1.289l-.984 4.195l-6.352-11.32c-1.195-2.156-3.351-3.258-5.554-3.258a6.41 6.41 0 0 0-5.579 3.258l-6.468 11.554c-.586 1.055-.258 2.063.633 2.602c.937.516 2.039.188 2.578-.75l6.468-11.602c.54-.937 1.454-1.335 2.368-1.335s1.804.398 2.32 1.335l6.445 11.508l-4.336-1.289c-.984-.305-1.945.258-2.203 1.242c-.281.938.235 1.899 1.242 2.18ZM9.965 47.418h12.562c1.102 0 1.922-.773 1.922-1.828s-.82-1.852-1.922-1.852H9.988c-1.617 0-2.695-1.336-2.695-2.789c0-.422.07-.937.328-1.383l6-10.734l.984 4.195c.211 1.008 1.22 1.547 2.18 1.29c.984-.235 1.547-1.172 1.266-2.157l-1.97-7.804c-.21-.774-.538-1.313-1.147-1.665c-.61-.375-1.196-.398-1.993-.164l-7.734 2.18c-1.031.281-1.547 1.242-1.266 2.18c.258.984 1.219 1.57 2.203 1.242l4.336-1.29l-6.093 10.923c-.586 1.031-.891 2.133-.891 3.187c0 3.633 2.484 6.469 6.469 6.469m24.539 5.578c.726.75 1.828.703 2.531 0c.703-.68.703-1.805-.047-2.531l-3.21-3.047h12.257c3.985 0 6.469-2.836 6.469-6.469c0-1.054-.281-2.133-.867-3.187l-6.188-11.086c-.562-1.008-1.64-1.242-2.555-.703c-.914.539-1.218 1.64-.703 2.578l6.188 11.015c.234.446.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79h-12.21l3.21-3.024c.75-.727.75-1.852.047-2.531c-.703-.727-1.805-.75-2.531 0l-5.742 5.578c-.586.562-.868 1.125-.868 1.828s.282 1.242.868 1.804Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.215 23.137c.797.21 1.406.21 2.015-.164c.61-.375.938-.867 1.149-1.664l1.969-7.805c.257-.984-.282-1.922-1.266-2.156c-.961-.258-1.969.28-2.18 1.289l-.984 4.195l-6.352-11.32c-1.195-2.156-3.351-3.258-5.554-3.258a6.41 6.41 0 0 0-5.579 3.258l-6.468 11.554c-.586 1.055-.258 2.063.633 2.602c.937.516 2.039.188 2.578-.75l6.468-11.602c.54-.937 1.454-1.335 2.368-1.335s1.804.398 2.32 1.335l6.445 11.508l-4.336-1.289c-.984-.305-1.945.258-2.203 1.242c-.281.938.235 1.899 1.242 2.18ZM9.965 47.418h12.562c1.102 0 1.922-.773 1.922-1.828s-.82-1.852-1.922-1.852H9.988c-1.617 0-2.695-1.336-2.695-2.789c0-.422.07-.937.328-1.383l6-10.734l.984 4.195c.211 1.008 1.22 1.547 2.18 1.29c.984-.235 1.547-1.172 1.266-2.157l-1.97-7.804c-.21-.774-.538-1.313-1.147-1.665c-.61-.375-1.196-.398-1.993-.164l-7.734 2.18c-1.031.281-1.547 1.242-1.266 2.18c.258.984 1.219 1.57 2.203 1.242l4.336-1.29l-6.093 10.923c-.586 1.031-.891 2.133-.891 3.187c0 3.633 2.484 6.469 6.469 6.469m24.539 5.578c.726.75 1.828.703 2.531 0c.703-.68.703-1.805-.047-2.531l-3.21-3.047h12.257c3.985 0 6.469-2.836 6.469-6.469c0-1.054-.281-2.133-.867-3.187l-6.188-11.086c-.562-1.008-1.64-1.242-2.555-.703c-.914.539-1.218 1.64-.703 2.578l6.188 11.015c.234.446.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79h-12.21l3.21-3.024c.75-.727.75-1.852.047-2.531c-.703-.727-1.805-.75-2.531 0l-5.742 5.578c-.586.562-.868 1.125-.868 1.828s.282 1.242.868 1.804Z"/></svg>
</template>

CSS

.icon-arrow-3-trianglepath {
  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%22M39.215%2023.137c.797.21%201.406.21%202.015-.164c.61-.375.938-.867%201.149-1.664l1.969-7.805c.257-.984-.282-1.922-1.266-2.156c-.961-.258-1.969.28-2.18%201.289l-.984%204.195l-6.352-11.32c-1.195-2.156-3.351-3.258-5.554-3.258a6.41%206.41%200%200%200-5.579%203.258l-6.468%2011.554c-.586%201.055-.258%202.063.633%202.602c.937.516%202.039.188%202.578-.75l6.468-11.602c.54-.937%201.454-1.335%202.368-1.335s1.804.398%202.32%201.335l6.445%2011.508l-4.336-1.289c-.984-.305-1.945.258-2.203%201.242c-.281.938.235%201.899%201.242%202.18ZM9.965%2047.418h12.562c1.102%200%201.922-.773%201.922-1.828s-.82-1.852-1.922-1.852H9.988c-1.617%200-2.695-1.336-2.695-2.789c0-.422.07-.937.328-1.383l6-10.734l.984%204.195c.211%201.008%201.22%201.547%202.18%201.29c.984-.235%201.547-1.172%201.266-2.157l-1.97-7.804c-.21-.774-.538-1.313-1.147-1.665c-.61-.375-1.196-.398-1.993-.164l-7.734%202.18c-1.031.281-1.547%201.242-1.266%202.18c.258.984%201.219%201.57%202.203%201.242l4.336-1.29l-6.093%2010.923c-.586%201.031-.891%202.133-.891%203.187c0%203.633%202.484%206.469%206.469%206.469m24.539%205.578c.726.75%201.828.703%202.531%200c.703-.68.703-1.805-.047-2.531l-3.21-3.047h12.257c3.985%200%206.469-2.836%206.469-6.469c0-1.054-.281-2.133-.867-3.187l-6.188-11.086c-.562-1.008-1.64-1.242-2.555-.703c-.914.539-1.218%201.64-.703%202.578l6.188%2011.015c.234.446.351.961.351%201.383c0%201.453-1.125%202.79-2.742%202.79h-12.21l3.21-3.024c.75-.727.75-1.852.047-2.531c-.703-.727-1.805-.75-2.531%200l-5.742%205.578c-.586.562-.868%201.125-.868%201.828s.282%201.242.868%201.804Z%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%22M39.215%2023.137c.797.21%201.406.21%202.015-.164c.61-.375.938-.867%201.149-1.664l1.969-7.805c.257-.984-.282-1.922-1.266-2.156c-.961-.258-1.969.28-2.18%201.289l-.984%204.195l-6.352-11.32c-1.195-2.156-3.351-3.258-5.554-3.258a6.41%206.41%200%200%200-5.579%203.258l-6.468%2011.554c-.586%201.055-.258%202.063.633%202.602c.937.516%202.039.188%202.578-.75l6.468-11.602c.54-.937%201.454-1.335%202.368-1.335s1.804.398%202.32%201.335l6.445%2011.508l-4.336-1.289c-.984-.305-1.945.258-2.203%201.242c-.281.938.235%201.899%201.242%202.18ZM9.965%2047.418h12.562c1.102%200%201.922-.773%201.922-1.828s-.82-1.852-1.922-1.852H9.988c-1.617%200-2.695-1.336-2.695-2.789c0-.422.07-.937.328-1.383l6-10.734l.984%204.195c.211%201.008%201.22%201.547%202.18%201.29c.984-.235%201.547-1.172%201.266-2.157l-1.97-7.804c-.21-.774-.538-1.313-1.147-1.665c-.61-.375-1.196-.398-1.993-.164l-7.734%202.18c-1.031.281-1.547%201.242-1.266%202.18c.258.984%201.219%201.57%202.203%201.242l4.336-1.29l-6.093%2010.923c-.586%201.031-.891%202.133-.891%203.187c0%203.633%202.484%206.469%206.469%206.469m24.539%205.578c.726.75%201.828.703%202.531%200c.703-.68.703-1.805-.047-2.531l-3.21-3.047h12.257c3.985%200%206.469-2.836%206.469-6.469c0-1.054-.281-2.133-.867-3.187l-6.188-11.086c-.562-1.008-1.64-1.242-2.555-.703c-.914.539-1.218%201.64-.703%202.578l6.188%2011.015c.234.446.351.961.351%201.383c0%201.453-1.125%202.79-2.742%202.79h-12.21l3.21-3.024c.75-.727.75-1.852.047-2.531c-.703-.727-1.805-.75-2.531%200l-5.742%205.578c-.586.562-.868%201.125-.868%201.828s.282%201.242.868%201.804Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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