arrow up right diamond icon

arrow-up-right-diamond-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
arrow-up-right-diamond-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the arrow up right diamond icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.992 4.246c-2.953-2.953-7.148-2.883-10.101.07L4.305 22.902c-2.953 2.953-3.024 7.149-.07 10.102l18.773 18.75c2.953 2.953 7.125 2.906 10.101-.07l18.586-18.586c2.977-2.977 3.024-7.149.07-10.102Zm6.586 17.836c1.43 1.148 1.43 2.531 0 3.68l-5.531 4.312c-1.195.914-2.766.258-2.766-1.265v-3H24.86c-2.015 0-3.023.96-3.023 3.093v5.836c0 1.336-.68 2.086-1.875 2.11c-1.219.023-1.899-.774-1.899-2.11v-6.023c0-4.524 2.18-6.68 6.75-6.68h6.47v-3.023c0-1.524 1.57-2.18 2.765-1.242Z"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUpRightDiamondFill(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="M32.992 4.246c-2.953-2.953-7.148-2.883-10.101.07L4.305 22.902c-2.953 2.953-3.024 7.149-.07 10.102l18.773 18.75c2.953 2.953 7.125 2.906 10.101-.07l18.586-18.586c2.977-2.977 3.024-7.149.07-10.102Zm6.586 17.836c1.43 1.148 1.43 2.531 0 3.68l-5.531 4.312c-1.195.914-2.766.258-2.766-1.265v-3H24.86c-2.015 0-3.023.96-3.023 3.093v5.836c0 1.336-.68 2.086-1.875 2.11c-1.219.023-1.899-.774-1.899-2.11v-6.023c0-4.524 2.18-6.68 6.75-6.68h6.47v-3.023c0-1.524 1.57-2.18 2.765-1.242Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.992 4.246c-2.953-2.953-7.148-2.883-10.101.07L4.305 22.902c-2.953 2.953-3.024 7.149-.07 10.102l18.773 18.75c2.953 2.953 7.125 2.906 10.101-.07l18.586-18.586c2.977-2.977 3.024-7.149.07-10.102Zm6.586 17.836c1.43 1.148 1.43 2.531 0 3.68l-5.531 4.312c-1.195.914-2.766.258-2.766-1.265v-3H24.86c-2.015 0-3.023.96-3.023 3.093v5.836c0 1.336-.68 2.086-1.875 2.11c-1.219.023-1.899-.774-1.899-2.11v-6.023c0-4.524 2.18-6.68 6.75-6.68h6.47v-3.023c0-1.524 1.57-2.18 2.765-1.242Z"/></svg>
</template>

CSS

.icon-arrow-up-right-diamond-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%22M32.992%204.246c-2.953-2.953-7.148-2.883-10.101.07L4.305%2022.902c-2.953%202.953-3.024%207.149-.07%2010.102l18.773%2018.75c2.953%202.953%207.125%202.906%2010.101-.07l18.586-18.586c2.977-2.977%203.024-7.149.07-10.102Zm6.586%2017.836c1.43%201.148%201.43%202.531%200%203.68l-5.531%204.312c-1.195.914-2.766.258-2.766-1.265v-3H24.86c-2.015%200-3.023.96-3.023%203.093v5.836c0%201.336-.68%202.086-1.875%202.11c-1.219.023-1.899-.774-1.899-2.11v-6.023c0-4.524%202.18-6.68%206.75-6.68h6.47v-3.023c0-1.524%201.57-2.18%202.765-1.242Z%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%22M32.992%204.246c-2.953-2.953-7.148-2.883-10.101.07L4.305%2022.902c-2.953%202.953-3.024%207.149-.07%2010.102l18.773%2018.75c2.953%202.953%207.125%202.906%2010.101-.07l18.586-18.586c2.977-2.977%203.024-7.149.07-10.102Zm6.586%2017.836c1.43%201.148%201.43%202.531%200%203.68l-5.531%204.312c-1.195.914-2.766.258-2.766-1.265v-3H24.86c-2.015%200-3.023.96-3.023%203.093v5.836c0%201.336-.68%202.086-1.875%202.11c-1.219.023-1.899-.774-1.899-2.11v-6.023c0-4.524%202.18-6.68%206.75-6.68h6.47v-3.023c0-1.524%201.57-2.18%202.765-1.242Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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