triangle righthalf icon
triangle-righthalf-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- triangle-righthalf-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the triangle righthalf 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.469M28.012 9.543c.914 0 1.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.79H28.012Z"/></svg>
React
import type { SVGProps } from "react";
export function F7TriangleRighthalfFill(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.469M28.012 9.543c.914 0 1.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.79H28.012Z"/></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.469M28.012 9.543c.914 0 1.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.79H28.012Z"/></svg> </template>
CSS
.icon-triangle-righthalf-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%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.469M28.012%209.543c.914%200%201.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.79H28.012Z%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.469M28.012%209.543c.914%200%201.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.79H28.012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/triangle-righthalf-fill.svg?color=%231a73e8&size=48