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

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

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M7.385 22v-6.956L3.962 9.5L7.972 3h8.057l4.01 6.5l-3.423 5.544V22L12 20.404zM8.519 4l-3.4 5.5l3.4 5.5h6.962l3.4-5.5l-3.4-5.5zm2.431 8.864L8.112 10.05l.713-.714l2.125 2.125l4.225-4.25l.713.689z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEditorChoice(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="M7.385 22v-6.956L3.962 9.5L7.972 3h8.057l4.01 6.5l-3.423 5.544V22L12 20.404zM8.519 4l-3.4 5.5l3.4 5.5h6.962l3.4-5.5l-3.4-5.5zm2.431 8.864L8.112 10.05l.713-.714l2.125 2.125l4.225-4.25l.713.689z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.385 22v-6.956L3.962 9.5L7.972 3h8.057l4.01 6.5l-3.423 5.544V22L12 20.404zM8.519 4l-3.4 5.5l3.4 5.5h6.962l3.4-5.5l-3.4-5.5zm2.431 8.864L8.112 10.05l.713-.714l2.125 2.125l4.225-4.25l.713.689z"/></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%22M7.385%2022v-6.956L3.962%209.5L7.972%203h8.057l4.01%206.5l-3.423%205.544V22L12%2020.404zM8.519%204l-3.4%205.5l3.4%205.5h6.962l3.4-5.5l-3.4-5.5zm2.431%208.864L8.112%2010.05l.713-.714l2.125%202.125l4.225-4.25l.713.689z%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%22M7.385%2022v-6.956L3.962%209.5L7.972%203h8.057l4.01%206.5l-3.423%205.544V22L12%2020.404zM8.519%204l-3.4%205.5l3.4%205.5h6.962l3.4-5.5l-3.4-5.5zm2.431%208.864L8.112%2010.05l.713-.714l2.125%202.125l4.225-4.25l.713.689z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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