diamond shine icon

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

Name
diamond-shine-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

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="M3.175 4.175q.3-.3.7-.3t.7.3l.725.7q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7m9.538-1.887Q13 2.575 13 3v1q0 .425-.288.713T12 5t-.712-.288T11 4V3q0-.425.288-.712T12 2t.713.288M20.8 4.175q.3.3.288.7t-.313.7l-.7.725q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.7-.7q.3-.3.713-.3t.712.3M5.125 14h13.75q.35 0 .475.3t-.125.55L13.4 20.6q-.575.575-1.4.575t-1.4-.575l-5.825-5.75q-.25-.25-.125-.55t.475-.3m-.55-2.825L7.4 7.725q.275-.35.688-.537T8.95 7h6.1q.45 0 .863.188t.687.537l2.825 3.45q.2.25.075.538t-.45.287H4.95q-.325 0-.45-.288t.075-.537"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDiamondShineRounded(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="M3.175 4.175q.3-.3.7-.3t.7.3l.725.7q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7m9.538-1.887Q13 2.575 13 3v1q0 .425-.288.713T12 5t-.712-.288T11 4V3q0-.425.288-.712T12 2t.713.288M20.8 4.175q.3.3.288.7t-.313.7l-.7.725q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.7-.7q.3-.3.713-.3t.712.3M5.125 14h13.75q.35 0 .475.3t-.125.55L13.4 20.6q-.575.575-1.4.575t-1.4-.575l-5.825-5.75q-.25-.25-.125-.55t.475-.3m-.55-2.825L7.4 7.725q.275-.35.688-.537T8.95 7h6.1q.45 0 .863.188t.687.537l2.825 3.45q.2.25.075.538t-.45.287H4.95q-.325 0-.45-.288t.075-.537"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.175 4.175q.3-.3.7-.3t.7.3l.725.7q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7m9.538-1.887Q13 2.575 13 3v1q0 .425-.288.713T12 5t-.712-.288T11 4V3q0-.425.288-.712T12 2t.713.288M20.8 4.175q.3.3.288.7t-.313.7l-.7.725q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.7-.7q.3-.3.713-.3t.712.3M5.125 14h13.75q.35 0 .475.3t-.125.55L13.4 20.6q-.575.575-1.4.575t-1.4-.575l-5.825-5.75q-.25-.25-.125-.55t.475-.3m-.55-2.825L7.4 7.725q.275-.35.688-.537T8.95 7h6.1q.45 0 .863.188t.687.537l2.825 3.45q.2.25.075.538t-.45.287H4.95q-.325 0-.45-.288t.075-.537"/></svg>
</template>

CSS

.icon-diamond-shine-rounded {
  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%22M3.175%204.175q.3-.3.7-.3t.7.3l.725.7q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7m9.538-1.887Q13%202.575%2013%203v1q0%20.425-.288.713T12%205t-.712-.288T11%204V3q0-.425.288-.712T12%202t.713.288M20.8%204.175q.3.3.288.7t-.313.7l-.7.725q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.7-.7q.3-.3.713-.3t.712.3M5.125%2014h13.75q.35%200%20.475.3t-.125.55L13.4%2020.6q-.575.575-1.4.575t-1.4-.575l-5.825-5.75q-.25-.25-.125-.55t.475-.3m-.55-2.825L7.4%207.725q.275-.35.688-.537T8.95%207h6.1q.45%200%20.863.188t.687.537l2.825%203.45q.2.25.075.538t-.45.287H4.95q-.325%200-.45-.288t.075-.537%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%22M3.175%204.175q.3-.3.7-.3t.7.3l.725.7q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7m9.538-1.887Q13%202.575%2013%203v1q0%20.425-.288.713T12%205t-.712-.288T11%204V3q0-.425.288-.712T12%202t.713.288M20.8%204.175q.3.3.288.7t-.313.7l-.7.725q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.7-.7q.3-.3.713-.3t.712.3M5.125%2014h13.75q.35%200%20.475.3t-.125.55L13.4%2020.6q-.575.575-1.4.575t-1.4-.575l-5.825-5.75q-.25-.25-.125-.55t.475-.3m-.55-2.825L7.4%207.725q.275-.35.688-.537T8.95%207h6.1q.45%200%20.863.188t.687.537l2.825%203.45q.2.25.075.538t-.45.287H4.95q-.325%200-.45-.288t.075-.537%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-rounded.svg?color=%231a73e8&size=48