diamond shine icon

diamond-shine-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
diamond-shine-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
diamond-shine-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the diamond shine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-9-8.9L8 7h8l5 6.1zM4.575 7L2.45 4.875l1.425-1.4L6 5.6zM11 5V2h2v3zm8.375 2L17.95 5.575l2.125-2.125L21.5 4.875zM12 19.2l5.25-5.2H6.75zM8.95 9l-2.475 3h11.05L15.05 9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDiamondShineOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-9-8.9L8 7h8l5 6.1zM4.575 7L2.45 4.875l1.425-1.4L6 5.6zM11 5V2h2v3zm8.375 2L17.95 5.575l2.125-2.125L21.5 4.875zM12 19.2l5.25-5.2H6.75zM8.95 9l-2.475 3h11.05L15.05 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-9-8.9L8 7h8l5 6.1zM4.575 7L2.45 4.875l1.425-1.4L6 5.6zM11 5V2h2v3zm8.375 2L17.95 5.575l2.125-2.125L21.5 4.875zM12 19.2l5.25-5.2H6.75zM8.95 9l-2.475 3h11.05L15.05 9z"/></svg>
</template>

CSS

.icon-diamond-shine-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2022l-9-8.9L8%207h8l5%206.1zM4.575%207L2.45%204.875l1.425-1.4L6%205.6zM11%205V2h2v3zm8.375%202L17.95%205.575l2.125-2.125L21.5%204.875zM12%2019.2l5.25-5.2H6.75zM8.95%209l-2.475%203h11.05L15.05%209z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2022l-9-8.9L8%207h8l5%206.1zM4.575%207L2.45%204.875l1.425-1.4L6%205.6zM11%205V2h2v3zm8.375%202L17.95%205.575l2.125-2.125L21.5%204.875zM12%2019.2l5.25-5.2H6.75zM8.95%209l-2.475%203h11.05L15.05%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/diamond-shine-outline.svg?color=%231a73e8&size=48