drop triangle icon
drop-triangle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- drop-triangle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Use the drop triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.965 50.207h36.07c3.985 0 6.469-2.86 6.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567 9.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18 0-4.336 1.148-5.579 3.281l-18.07 31.5a6.25 6.25 0 0 0-.867 3.164c0 3.61 2.508 6.469 6.469 6.469m.047-3.68c-1.641 0-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89 1.454-1.312 2.368-1.312s1.804.398 2.32 1.312l18.047 31.5c.234.47.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79Zm18-5.367c3.468 0 6.328-2.719 6.328-6.187c0-1.992-.985-3.867-1.922-5.625l-3.82-7.055a.64.64 0 0 0-.586-.375c-.282 0-.422.14-.563.398l-3.844 7.032c-.96 1.758-1.922 3.633-1.922 5.625c0 3.468 2.86 6.187 6.329 6.187"/></svg>
React
import type { SVGProps } from "react";
export function F7DropTriangle(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="M9.965 50.207h36.07c3.985 0 6.469-2.86 6.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567 9.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18 0-4.336 1.148-5.579 3.281l-18.07 31.5a6.25 6.25 0 0 0-.867 3.164c0 3.61 2.508 6.469 6.469 6.469m.047-3.68c-1.641 0-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89 1.454-1.312 2.368-1.312s1.804.398 2.32 1.312l18.047 31.5c.234.47.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79Zm18-5.367c3.468 0 6.328-2.719 6.328-6.187c0-1.992-.985-3.867-1.922-5.625l-3.82-7.055a.64.64 0 0 0-.586-.375c-.282 0-.422.14-.563.398l-3.844 7.032c-.96 1.758-1.922 3.633-1.922 5.625c0 3.468 2.86 6.187 6.329 6.187"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.965 50.207h36.07c3.985 0 6.469-2.86 6.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567 9.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18 0-4.336 1.148-5.579 3.281l-18.07 31.5a6.25 6.25 0 0 0-.867 3.164c0 3.61 2.508 6.469 6.469 6.469m.047-3.68c-1.641 0-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89 1.454-1.312 2.368-1.312s1.804.398 2.32 1.312l18.047 31.5c.234.47.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79Zm18-5.367c3.468 0 6.328-2.719 6.328-6.187c0-1.992-.985-3.867-1.922-5.625l-3.82-7.055a.64.64 0 0 0-.586-.375c-.282 0-.422.14-.563.398l-3.844 7.032c-.96 1.758-1.922 3.633-1.922 5.625c0 3.468 2.86 6.187 6.329 6.187"/></svg> </template>
CSS
.icon-drop-triangle {
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%22M9.965%2050.207h36.07c3.985%200%206.469-2.86%206.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567%209.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18%200-4.336%201.148-5.579%203.281l-18.07%2031.5a6.25%206.25%200%200%200-.867%203.164c0%203.61%202.508%206.469%206.469%206.469m.047-3.68c-1.641%200-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89%201.454-1.312%202.368-1.312s1.804.398%202.32%201.312l18.047%2031.5c.234.47.351.961.351%201.383c0%201.453-1.125%202.79-2.742%202.79Zm18-5.367c3.468%200%206.328-2.719%206.328-6.187c0-1.992-.985-3.867-1.922-5.625l-3.82-7.055a.64.64%200%200%200-.586-.375c-.282%200-.422.14-.563.398l-3.844%207.032c-.96%201.758-1.922%203.633-1.922%205.625c0%203.468%202.86%206.187%206.329%206.187%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%22M9.965%2050.207h36.07c3.985%200%206.469-2.86%206.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567%209.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18%200-4.336%201.148-5.579%203.281l-18.07%2031.5a6.25%206.25%200%200%200-.867%203.164c0%203.61%202.508%206.469%206.469%206.469m.047-3.68c-1.641%200-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89%201.454-1.312%202.368-1.312s1.804.398%202.32%201.312l18.047%2031.5c.234.47.351.961.351%201.383c0%201.453-1.125%202.79-2.742%202.79Zm18-5.367c3.468%200%206.328-2.719%206.328-6.187c0-1.992-.985-3.867-1.922-5.625l-3.82-7.055a.64.64%200%200%200-.586-.375c-.282%200-.422.14-.563.398l-3.844%207.032c-.96%201.758-1.922%203.633-1.922%205.625c0%203.468%202.86%206.187%206.329%206.187%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/drop-triangle.svg?color=%231a73e8&size=48