diamond shine icon

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

Name
diamond-shine-outline-rounded
Set
Material Symbols
Style
Outline 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="m10.6 20.6l-6.3-6.225q-.55-.55-.6-1.325t.45-1.375l3.25-3.95q.275-.35.687-.537T8.95 7h6.1q.45 0 .863.188t.687.537l3.25 3.95q.5.6.45 1.375t-.6 1.325L13.4 20.6q-.575.575-1.4.575t-1.4-.575M3.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.3M6.75 14L12 19.2l5.25-5.2zm-.275-2h11.05L15.05 9h-6.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDiamondShineOutlineRounded(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="m10.6 20.6l-6.3-6.225q-.55-.55-.6-1.325t.45-1.375l3.25-3.95q.275-.35.687-.537T8.95 7h6.1q.45 0 .863.188t.687.537l3.25 3.95q.5.6.45 1.375t-.6 1.325L13.4 20.6q-.575.575-1.4.575t-1.4-.575M3.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.3M6.75 14L12 19.2l5.25-5.2zm-.275-2h11.05L15.05 9h-6.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.6 20.6l-6.3-6.225q-.55-.55-.6-1.325t.45-1.375l3.25-3.95q.275-.35.687-.537T8.95 7h6.1q.45 0 .863.188t.687.537l3.25 3.95q.5.6.45 1.375t-.6 1.325L13.4 20.6q-.575.575-1.4.575t-1.4-.575M3.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.3M6.75 14L12 19.2l5.25-5.2zm-.275-2h11.05L15.05 9h-6.1z"/></svg>
</template>

CSS

.icon-diamond-shine-outline-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%22m10.6%2020.6l-6.3-6.225q-.55-.55-.6-1.325t.45-1.375l3.25-3.95q.275-.35.687-.537T8.95%207h6.1q.45%200%20.863.188t.687.537l3.25%203.95q.5.6.45%201.375t-.6%201.325L13.4%2020.6q-.575.575-1.4.575t-1.4-.575M3.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.3M6.75%2014L12%2019.2l5.25-5.2zm-.275-2h11.05L15.05%209h-6.1z%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%22m10.6%2020.6l-6.3-6.225q-.55-.55-.6-1.325t.45-1.375l3.25-3.95q.275-.35.687-.537T8.95%207h6.1q.45%200%20.863.188t.687.537l3.25%203.95q.5.6.45%201.375t-.6%201.325L13.4%2020.6q-.575.575-1.4.575t-1.4-.575M3.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.3M6.75%2014L12%2019.2l5.25-5.2zm-.275-2h11.05L15.05%209h-6.1z%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-rounded.svg?color=%231a73e8&size=48