rhombus-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
rhombus-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the rhombus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 52c1.29 0 1.946-.867 3.258-2.648l13.992-18.68c.633-.867 1.008-1.735 1.008-2.672c0-.961-.375-1.805-1.008-2.672L31.246 6.625C29.934 4.867 29.277 4 27.988 4c-1.265 0-1.922.867-3.234 2.625L10.762 25.328c-.633.867-1.008 1.711-1.008 2.672c0 .938.375 1.805 1.008 2.672l13.992 18.68C26.066 51.132 26.723 52 27.988 52"/></svg>

React

import type { SVGProps } from "react";

export function F7RhombusFill(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="M27.988 52c1.29 0 1.946-.867 3.258-2.648l13.992-18.68c.633-.867 1.008-1.735 1.008-2.672c0-.961-.375-1.805-1.008-2.672L31.246 6.625C29.934 4.867 29.277 4 27.988 4c-1.265 0-1.922.867-3.234 2.625L10.762 25.328c-.633.867-1.008 1.711-1.008 2.672c0 .938.375 1.805 1.008 2.672l13.992 18.68C26.066 51.132 26.723 52 27.988 52"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 52c1.29 0 1.946-.867 3.258-2.648l13.992-18.68c.633-.867 1.008-1.735 1.008-2.672c0-.961-.375-1.805-1.008-2.672L31.246 6.625C29.934 4.867 29.277 4 27.988 4c-1.265 0-1.922.867-3.234 2.625L10.762 25.328c-.633.867-1.008 1.711-1.008 2.672c0 .938.375 1.805 1.008 2.672l13.992 18.68C26.066 51.132 26.723 52 27.988 52"/></svg>
</template>

CSS

.icon-rhombus-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%22M27.988%2052c1.29%200%201.946-.867%203.258-2.648l13.992-18.68c.633-.867%201.008-1.735%201.008-2.672c0-.961-.375-1.805-1.008-2.672L31.246%206.625C29.934%204.867%2029.277%204%2027.988%204c-1.265%200-1.922.867-3.234%202.625L10.762%2025.328c-.633.867-1.008%201.711-1.008%202.672c0%20.938.375%201.805%201.008%202.672l13.992%2018.68C26.066%2051.132%2026.723%2052%2027.988%2052%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%22M27.988%2052c1.29%200%201.946-.867%203.258-2.648l13.992-18.68c.633-.867%201.008-1.735%201.008-2.672c0-.961-.375-1.805-1.008-2.672L31.246%206.625C29.934%204.867%2029.277%204%2027.988%204c-1.265%200-1.922.867-3.234%202.625L10.762%2025.328c-.633.867-1.008%201.711-1.008%202.672c0%20.938.375%201.805%201.008%202.672l13.992%2018.68C26.066%2051.132%2026.723%2052%2027.988%2052%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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