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

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

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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.889 19.889L5.03 14.144q-.454-.454-.485-1.075t.373-1.106L7.9 8.36q.217-.293.543-.442t.7-.149h5.734q.373 0 .699.15t.543.44l2.981 3.605q.404.484.373 1.105t-.484 1.075L13.15 19.89q-.46.459-1.13.459t-1.131-.46M3.848 4.945q.146-.146.344-.146t.364.146l1.263 1.239q.166.146.166.347t-.166.366q-.146.146-.347.146t-.366-.146L3.848 5.652q-.165-.146-.165-.344t.165-.364m8.528-1.8q.143.143.143.356v1.77q0 .213-.143.356t-.357.143t-.356-.143t-.144-.357V3.5q0-.213.143-.357T12.02 3t.357.143m7.77 1.801q.166.166.163.354q-.003.189-.168.354l-1.258 1.244q-.146.146-.354.156t-.354-.156q-.146-.146-.136-.356q.009-.211.155-.357l1.239-1.239q.146-.146.356-.146q.211 0 .357.146M5.827 13.54l5.77 5.642q.172.173.422.173t.423-.173l5.75-5.643zm-.102-1h12.57L15.357 9q-.097-.096-.222-.163t-.259-.068H9.142q-.134 0-.26.067T8.663 9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDiamondShineOutlineRounded(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.889 19.889L5.03 14.144q-.454-.454-.485-1.075t.373-1.106L7.9 8.36q.217-.293.543-.442t.7-.149h5.734q.373 0 .699.15t.543.44l2.981 3.605q.404.484.373 1.105t-.484 1.075L13.15 19.89q-.46.459-1.13.459t-1.131-.46M3.848 4.945q.146-.146.344-.146t.364.146l1.263 1.239q.166.146.166.347t-.166.366q-.146.146-.347.146t-.366-.146L3.848 5.652q-.165-.146-.165-.344t.165-.364m8.528-1.8q.143.143.143.356v1.77q0 .213-.143.356t-.357.143t-.356-.143t-.144-.357V3.5q0-.213.143-.357T12.02 3t.357.143m7.77 1.801q.166.166.163.354q-.003.189-.168.354l-1.258 1.244q-.146.146-.354.156t-.354-.156q-.146-.146-.136-.356q.009-.211.155-.357l1.239-1.239q.146-.146.356-.146q.211 0 .357.146M5.827 13.54l5.77 5.642q.172.173.422.173t.423-.173l5.75-5.643zm-.102-1h12.57L15.357 9q-.097-.096-.222-.163t-.259-.068H9.142q-.134 0-.26.067T8.663 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="M10.889 19.889L5.03 14.144q-.454-.454-.485-1.075t.373-1.106L7.9 8.36q.217-.293.543-.442t.7-.149h5.734q.373 0 .699.15t.543.44l2.981 3.605q.404.484.373 1.105t-.484 1.075L13.15 19.89q-.46.459-1.13.459t-1.131-.46M3.848 4.945q.146-.146.344-.146t.364.146l1.263 1.239q.166.146.166.347t-.166.366q-.146.146-.347.146t-.366-.146L3.848 5.652q-.165-.146-.165-.344t.165-.364m8.528-1.8q.143.143.143.356v1.77q0 .213-.143.356t-.357.143t-.356-.143t-.144-.357V3.5q0-.213.143-.357T12.02 3t.357.143m7.77 1.801q.166.166.163.354q-.003.189-.168.354l-1.258 1.244q-.146.146-.354.156t-.354-.156q-.146-.146-.136-.356q.009-.211.155-.357l1.239-1.239q.146-.146.356-.146q.211 0 .357.146M5.827 13.54l5.77 5.642q.172.173.422.173t.423-.173l5.75-5.643zm-.102-1h12.57L15.357 9q-.097-.096-.222-.163t-.259-.068H9.142q-.134 0-.26.067T8.663 9z"/></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.889%2019.889L5.03%2014.144q-.454-.454-.485-1.075t.373-1.106L7.9%208.36q.217-.293.543-.442t.7-.149h5.734q.373%200%20.699.15t.543.44l2.981%203.605q.404.484.373%201.105t-.484%201.075L13.15%2019.89q-.46.459-1.13.459t-1.131-.46M3.848%204.945q.146-.146.344-.146t.364.146l1.263%201.239q.166.146.166.347t-.166.366q-.146.146-.347.146t-.366-.146L3.848%205.652q-.165-.146-.165-.344t.165-.364m8.528-1.8q.143.143.143.356v1.77q0%20.213-.143.356t-.357.143t-.356-.143t-.144-.357V3.5q0-.213.143-.357T12.02%203t.357.143m7.77%201.801q.166.166.163.354q-.003.189-.168.354l-1.258%201.244q-.146.146-.354.156t-.354-.156q-.146-.146-.136-.356q.009-.211.155-.357l1.239-1.239q.146-.146.356-.146q.211%200%20.357.146M5.827%2013.54l5.77%205.642q.172.173.422.173t.423-.173l5.75-5.643zm-.102-1h12.57L15.357%209q-.097-.096-.222-.163t-.259-.068H9.142q-.134%200-.26.067T8.663%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%22M10.889%2019.889L5.03%2014.144q-.454-.454-.485-1.075t.373-1.106L7.9%208.36q.217-.293.543-.442t.7-.149h5.734q.373%200%20.699.15t.543.44l2.981%203.605q.404.484.373%201.105t-.484%201.075L13.15%2019.89q-.46.459-1.13.459t-1.131-.46M3.848%204.945q.146-.146.344-.146t.364.146l1.263%201.239q.166.146.166.347t-.166.366q-.146.146-.347.146t-.366-.146L3.848%205.652q-.165-.146-.165-.344t.165-.364m8.528-1.8q.143.143.143.356v1.77q0%20.213-.143.356t-.357.143t-.356-.143t-.144-.357V3.5q0-.213.143-.357T12.02%203t.357.143m7.77%201.801q.166.166.163.354q-.003.189-.168.354l-1.258%201.244q-.146.146-.354.156t-.354-.156q-.146-.146-.136-.356q.009-.211.155-.357l1.239-1.239q.146-.146.356-.146q.211%200%20.357.146M5.827%2013.54l5.77%205.642q.172.173.422.173t.423-.173l5.75-5.643zm-.102-1h12.57L15.357%209q-.097-.096-.222-.163t-.259-.068H9.142q-.134%200-.26.067T8.663%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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