editor choice icon

editor-choice from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
editor-choice
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
editor-choice-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the editor choice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 23v-8.225L2.75 9.5L7.375 2h9.25l4.625 7.5L18 14.775V23l-6-2zM8.5 4L5.1 9.5L8.5 15h7l3.4-5.5L15.5 4zm2.45 9.575L7.4 10.05l1.425-1.425l2.125 2.125l4.225-4.25L16.6 7.9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEditorChoice(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="M6 23v-8.225L2.75 9.5L7.375 2h9.25l4.625 7.5L18 14.775V23l-6-2zM8.5 4L5.1 9.5L8.5 15h7l3.4-5.5L15.5 4zm2.45 9.575L7.4 10.05l1.425-1.425l2.125 2.125l4.225-4.25L16.6 7.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="M6 23v-8.225L2.75 9.5L7.375 2h9.25l4.625 7.5L18 14.775V23l-6-2zM8.5 4L5.1 9.5L8.5 15h7l3.4-5.5L15.5 4zm2.45 9.575L7.4 10.05l1.425-1.425l2.125 2.125l4.225-4.25L16.6 7.9z"/></svg>
</template>

CSS

.icon-editor-choice {
  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%22M6%2023v-8.225L2.75%209.5L7.375%202h9.25l4.625%207.5L18%2014.775V23l-6-2zM8.5%204L5.1%209.5L8.5%2015h7l3.4-5.5L15.5%204zm2.45%209.575L7.4%2010.05l1.425-1.425l2.125%202.125l4.225-4.25L16.6%207.9z%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%22M6%2023v-8.225L2.75%209.5L7.375%202h9.25l4.625%207.5L18%2014.775V23l-6-2zM8.5%204L5.1%209.5L8.5%2015h7l3.4-5.5L15.5%204zm2.45%209.575L7.4%2010.05l1.425-1.425l2.125%202.125l4.225-4.25L16.6%207.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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