rhombus-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
rhombus-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

13 other variants in Fluent UI System 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 32 32"><path fill="currentColor" d="M7.506 7.043A3.25 3.25 0 0 1 10.524 5h17.153c2.3 0 3.871 2.322 3.017 4.457l-6.2 15.5A3.25 3.25 0 0 1 21.477 27H4.324c-2.3 0-3.872-2.322-3.018-4.457zM10.524 7a1.25 1.25 0 0 0-1.161.786l-6.2 15.5A1.25 1.25 0 0 0 4.323 25h17.154c.511 0 .97-.311 1.16-.786l6.2-15.5A1.25 1.25 0 0 0 27.678 7z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRhombus32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.506 7.043A3.25 3.25 0 0 1 10.524 5h17.153c2.3 0 3.871 2.322 3.017 4.457l-6.2 15.5A3.25 3.25 0 0 1 21.477 27H4.324c-2.3 0-3.872-2.322-3.018-4.457zM10.524 7a1.25 1.25 0 0 0-1.161.786l-6.2 15.5A1.25 1.25 0 0 0 4.323 25h17.154c.511 0 .97-.311 1.16-.786l6.2-15.5A1.25 1.25 0 0 0 27.678 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.506 7.043A3.25 3.25 0 0 1 10.524 5h17.153c2.3 0 3.871 2.322 3.017 4.457l-6.2 15.5A3.25 3.25 0 0 1 21.477 27H4.324c-2.3 0-3.872-2.322-3.018-4.457zM10.524 7a1.25 1.25 0 0 0-1.161.786l-6.2 15.5A1.25 1.25 0 0 0 4.323 25h17.154c.511 0 .97-.311 1.16-.786l6.2-15.5A1.25 1.25 0 0 0 27.678 7z"/></svg>
</template>

CSS

.icon-rhombus-32-regular {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.506%207.043A3.25%203.25%200%200%201%2010.524%205h17.153c2.3%200%203.871%202.322%203.017%204.457l-6.2%2015.5A3.25%203.25%200%200%201%2021.477%2027H4.324c-2.3%200-3.872-2.322-3.018-4.457zM10.524%207a1.25%201.25%200%200%200-1.161.786l-6.2%2015.5A1.25%201.25%200%200%200%204.323%2025h17.154c.511%200%20.97-.311%201.16-.786l6.2-15.5A1.25%201.25%200%200%200%2027.678%207z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.506%207.043A3.25%203.25%200%200%201%2010.524%205h17.153c2.3%200%203.871%202.322%203.017%204.457l-6.2%2015.5A3.25%203.25%200%200%201%2021.477%2027H4.324c-2.3%200-3.872-2.322-3.018-4.457zM10.524%207a1.25%201.25%200%200%200-1.161.786l-6.2%2015.5A1.25%201.25%200%200%200%204.323%2025h17.154c.511%200%20.97-.311%201.16-.786l6.2-15.5A1.25%201.25%200%200%200%2027.678%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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