colors-sharp from Material Symbols Light by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
colors-sharp
Set
Material Symbols Light
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
colors-outline-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the colors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.787 20.617l-7.404-7.404l6.636-6.63l-2.88-2.804l.78-.798l10.233 10.271zm-.02-13.286L3.86 13.258h11.834zM19.32 20q-.707 0-1.178-.493q-.472-.494-.472-1.207q0-.54.232-1.044t.599-.944l.82-1.004l.869 1.004q.361.44.596.944t.234 1.044q0 .714-.496 1.207T19.319 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightColorsSharp(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="m9.787 20.617l-7.404-7.404l6.636-6.63l-2.88-2.804l.78-.798l10.233 10.271zm-.02-13.286L3.86 13.258h11.834zM19.32 20q-.707 0-1.178-.493q-.472-.494-.472-1.207q0-.54.232-1.044t.599-.944l.82-1.004l.869 1.004q.361.44.596.944t.234 1.044q0 .714-.496 1.207T19.319 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.787 20.617l-7.404-7.404l6.636-6.63l-2.88-2.804l.78-.798l10.233 10.271zm-.02-13.286L3.86 13.258h11.834zM19.32 20q-.707 0-1.178-.493q-.472-.494-.472-1.207q0-.54.232-1.044t.599-.944l.82-1.004l.869 1.004q.361.44.596.944t.234 1.044q0 .714-.496 1.207T19.319 20"/></svg>
</template>

CSS

.icon-colors-sharp {
  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%22m9.787%2020.617l-7.404-7.404l6.636-6.63l-2.88-2.804l.78-.798l10.233%2010.271zm-.02-13.286L3.86%2013.258h11.834zM19.32%2020q-.707%200-1.178-.493q-.472-.494-.472-1.207q0-.54.232-1.044t.599-.944l.82-1.004l.869%201.004q.361.44.596.944t.234%201.044q0%20.714-.496%201.207T19.319%2020%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%22m9.787%2020.617l-7.404-7.404l6.636-6.63l-2.88-2.804l.78-.798l10.233%2010.271zm-.02-13.286L3.86%2013.258h11.834zM19.32%2020q-.707%200-1.178-.493q-.472-.494-.472-1.207q0-.54.232-1.044t.599-.944l.82-1.004l.869%201.004q.361.44.596.944t.234%201.044q0%20.714-.496%201.207T19.319%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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