arrowtriangle down icon
arrowtriangle-down-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrowtriangle-down-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 down 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 11.71c0-1.733-1.313-2.812-3.376-2.812l-30.538-.023c-2.04 0-3.376 1.078-3.376 2.813c0 .937.422 1.71.915 2.695L24.87 44.5c.984 1.992 1.899 2.625 3.14 2.625c1.22 0 2.134-.633 3.118-2.625L45.73 14.383c.493-.961.915-1.735.915-2.672"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowtriangleDownFill(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 11.71c0-1.733-1.313-2.812-3.376-2.812l-30.538-.023c-2.04 0-3.376 1.078-3.376 2.813c0 .937.422 1.71.915 2.695L24.87 44.5c.984 1.992 1.899 2.625 3.14 2.625c1.22 0 2.134-.633 3.118-2.625L45.73 14.383c.493-.961.915-1.735.915-2.672"/></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 11.71c0-1.733-1.313-2.812-3.376-2.812l-30.538-.023c-2.04 0-3.376 1.078-3.376 2.813c0 .937.422 1.71.915 2.695L24.87 44.5c.984 1.992 1.899 2.625 3.14 2.625c1.22 0 2.134-.633 3.118-2.625L45.73 14.383c.493-.961.915-1.735.915-2.672"/></svg> </template>
CSS
.icon-arrowtriangle-down-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%2011.71c0-1.733-1.313-2.812-3.376-2.812l-30.538-.023c-2.04%200-3.376%201.078-3.376%202.813c0%20.937.422%201.71.915%202.695L24.87%2044.5c.984%201.992%201.899%202.625%203.14%202.625c1.22%200%202.134-.633%203.118-2.625L45.73%2014.383c.493-.961.915-1.735.915-2.672%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%2011.71c0-1.733-1.313-2.812-3.376-2.812l-30.538-.023c-2.04%200-3.376%201.078-3.376%202.813c0%20.937.422%201.71.915%202.695L24.87%2044.5c.984%201.992%201.899%202.625%203.14%202.625c1.22%200%202.134-.633%203.118-2.625L45.73%2014.383c.493-.961.915-1.735.915-2.672%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrowtriangle-down-fill.svg?color=%231a73e8&size=48