rhombus icon
rhombus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- rhombus
- Set
- Framework7 Icons
- Style
- Outline
- 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 52m0-4.945c-.093 0-.164-.07-.21-.188L14.206 28.633c-.21-.258-.234-.445-.234-.633c0-.187.023-.375.234-.633L27.777 9.11c.047-.093.117-.164.211-.164c.117 0 .188.07.235.164l13.57 18.258c.21.258.234.445.234.633s-.023.375-.234.633l-13.57 18.234c-.047.117-.117.188-.235.188"/></svg>
React
import type { SVGProps } from "react";
export function F7Rhombus(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 52m0-4.945c-.093 0-.164-.07-.21-.188L14.206 28.633c-.21-.258-.234-.445-.234-.633c0-.187.023-.375.234-.633L27.777 9.11c.047-.093.117-.164.211-.164c.117 0 .188.07.235.164l13.57 18.258c.21.258.234.445.234.633s-.023.375-.234.633l-13.57 18.234c-.047.117-.117.188-.235.188"/></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 52m0-4.945c-.093 0-.164-.07-.21-.188L14.206 28.633c-.21-.258-.234-.445-.234-.633c0-.187.023-.375.234-.633L27.777 9.11c.047-.093.117-.164.211-.164c.117 0 .188.07.235.164l13.57 18.258c.21.258.234.445.234.633s-.023.375-.234.633l-13.57 18.234c-.047.117-.117.188-.235.188"/></svg> </template>
CSS
.icon-rhombus {
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%2052m0-4.945c-.093%200-.164-.07-.21-.188L14.206%2028.633c-.21-.258-.234-.445-.234-.633c0-.187.023-.375.234-.633L27.777%209.11c.047-.093.117-.164.211-.164c.117%200%20.188.07.235.164l13.57%2018.258c.21.258.234.445.234.633s-.023.375-.234.633l-13.57%2018.234c-.047.117-.117.188-.235.188%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%2052m0-4.945c-.093%200-.164-.07-.21-.188L14.206%2028.633c-.21-.258-.234-.445-.234-.633c0-.187.023-.375.234-.633L27.777%209.11c.047-.093.117-.164.211-.164c.117%200%20.188.07.235.164l13.57%2018.258c.21.258.234.445.234.633s-.023.375-.234.633l-13.57%2018.234c-.047.117-.117.188-.235.188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/rhombus.svg?color=%231a73e8&size=48