editor choice icon
editor-choice-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- editor-choice-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 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="m12 21l-3.375 1.125q-.175.05-.325.075t-.3.025q-.8 0-1.4-.563T6 20.225v-5.45L3.4 10.55q-.15-.25-.225-.513T3.1 9.5t.075-.537t.225-.513l3.4-5.5q.275-.45.725-.7T8.5 2h7q.525 0 .975.25t.725.7l3.4 5.5q.15.25.225.513t.075.537t-.075.538t-.225.512L18 14.775v5.45q0 .875-.6 1.438t-1.4.562q-.15 0-.3-.025t-.325-.075zm0-2.1l4 1.325V17H8v3.225zM8.5 15h7l3.4-5.5L15.5 4h-7L5.1 9.5zm2.45-4.25l3.525-3.55q.275-.3.688-.288t.712.288q.3.3.313.713t-.288.712l-4.25 4.25q-.3.3-.7.3t-.7-.3L8.125 10.75q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3zM12 17H8h8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEditorChoiceOutlineRounded(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="m12 21l-3.375 1.125q-.175.05-.325.075t-.3.025q-.8 0-1.4-.563T6 20.225v-5.45L3.4 10.55q-.15-.25-.225-.513T3.1 9.5t.075-.537t.225-.513l3.4-5.5q.275-.45.725-.7T8.5 2h7q.525 0 .975.25t.725.7l3.4 5.5q.15.25.225.513t.075.537t-.075.538t-.225.512L18 14.775v5.45q0 .875-.6 1.438t-1.4.562q-.15 0-.3-.025t-.325-.075zm0-2.1l4 1.325V17H8v3.225zM8.5 15h7l3.4-5.5L15.5 4h-7L5.1 9.5zm2.45-4.25l3.525-3.55q.275-.3.688-.288t.712.288q.3.3.313.713t-.288.712l-4.25 4.25q-.3.3-.7.3t-.7-.3L8.125 10.75q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3zM12 17H8h8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21l-3.375 1.125q-.175.05-.325.075t-.3.025q-.8 0-1.4-.563T6 20.225v-5.45L3.4 10.55q-.15-.25-.225-.513T3.1 9.5t.075-.537t.225-.513l3.4-5.5q.275-.45.725-.7T8.5 2h7q.525 0 .975.25t.725.7l3.4 5.5q.15.25.225.513t.075.537t-.075.538t-.225.512L18 14.775v5.45q0 .875-.6 1.438t-1.4.562q-.15 0-.3-.025t-.325-.075zm0-2.1l4 1.325V17H8v3.225zM8.5 15h7l3.4-5.5L15.5 4h-7L5.1 9.5zm2.45-4.25l3.525-3.55q.275-.3.688-.288t.712.288q.3.3.313.713t-.288.712l-4.25 4.25q-.3.3-.7.3t-.7-.3L8.125 10.75q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3zM12 17H8h8z"/></svg> </template>
CSS
.icon-editor-choice-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%22m12%2021l-3.375%201.125q-.175.05-.325.075t-.3.025q-.8%200-1.4-.563T6%2020.225v-5.45L3.4%2010.55q-.15-.25-.225-.513T3.1%209.5t.075-.537t.225-.513l3.4-5.5q.275-.45.725-.7T8.5%202h7q.525%200%20.975.25t.725.7l3.4%205.5q.15.25.225.513t.075.537t-.075.538t-.225.512L18%2014.775v5.45q0%20.875-.6%201.438t-1.4.562q-.15%200-.3-.025t-.325-.075zm0-2.1l4%201.325V17H8v3.225zM8.5%2015h7l3.4-5.5L15.5%204h-7L5.1%209.5zm2.45-4.25l3.525-3.55q.275-.3.688-.288t.712.288q.3.3.313.713t-.288.712l-4.25%204.25q-.3.3-.7.3t-.7-.3L8.125%2010.75q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3zM12%2017H8h8z%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%22m12%2021l-3.375%201.125q-.175.05-.325.075t-.3.025q-.8%200-1.4-.563T6%2020.225v-5.45L3.4%2010.55q-.15-.25-.225-.513T3.1%209.5t.075-.537t.225-.513l3.4-5.5q.275-.45.725-.7T8.5%202h7q.525%200%20.975.25t.725.7l3.4%205.5q.15.25.225.513t.075.537t-.075.538t-.225.512L18%2014.775v5.45q0%20.875-.6%201.438t-1.4.562q-.15%200-.3-.025t-.325-.075zm0-2.1l4%201.325V17H8v3.225zM8.5%2015h7l3.4-5.5L15.5%204h-7L5.1%209.5zm2.45-4.25l3.525-3.55q.275-.3.688-.288t.712.288q.3.3.313.713t-.288.712l-4.25%204.25q-.3.3-.7.3t-.7-.3L8.125%2010.75q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3zM12%2017H8h8z%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-outline-rounded.svg?color=%231a73e8&size=48