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

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

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="m8.689 19.539l-5.227-5.227q-.231-.233-.346-.513q-.116-.28-.116-.58t.116-.577t.346-.507l5.557-5.552l-2.88-2.804l.78-.798l9.156 9.174q.229.23.341.508t.113.579t-.113.579t-.343.51l-5.208 5.208q-.23.23-.507.346T9.78 20t-.58-.115t-.513-.346M9.768 7.33l-5.466 5.465q-.115.116-.154.231t-.038.23h11.315q0-.115-.039-.23q-.038-.115-.153-.23zM19.318 20q-.707 0-1.178-.492q-.472-.493-.472-1.208q0-.54.232-1.044t.599-.944l.82-1.004l.869 1.004q.361.44.596.944t.234 1.044q0 .715-.496 1.208q-.496.492-1.204.492"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightColors(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="m8.689 19.539l-5.227-5.227q-.231-.233-.346-.513q-.116-.28-.116-.58t.116-.577t.346-.507l5.557-5.552l-2.88-2.804l.78-.798l9.156 9.174q.229.23.341.508t.113.579t-.113.579t-.343.51l-5.208 5.208q-.23.23-.507.346T9.78 20t-.58-.115t-.513-.346M9.768 7.33l-5.466 5.465q-.115.116-.154.231t-.038.23h11.315q0-.115-.039-.23q-.038-.115-.153-.23zM19.318 20q-.707 0-1.178-.492q-.472-.493-.472-1.208q0-.54.232-1.044t.599-.944l.82-1.004l.869 1.004q.361.44.596.944t.234 1.044q0 .715-.496 1.208q-.496.492-1.204.492"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.689 19.539l-5.227-5.227q-.231-.233-.346-.513q-.116-.28-.116-.58t.116-.577t.346-.507l5.557-5.552l-2.88-2.804l.78-.798l9.156 9.174q.229.23.341.508t.113.579t-.113.579t-.343.51l-5.208 5.208q-.23.23-.507.346T9.78 20t-.58-.115t-.513-.346M9.768 7.33l-5.466 5.465q-.115.116-.154.231t-.038.23h11.315q0-.115-.039-.23q-.038-.115-.153-.23zM19.318 20q-.707 0-1.178-.492q-.472-.493-.472-1.208q0-.54.232-1.044t.599-.944l.82-1.004l.869 1.004q.361.44.596.944t.234 1.044q0 .715-.496 1.208q-.496.492-1.204.492"/></svg>
</template>

CSS

.icon-colors {
  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%22m8.689%2019.539l-5.227-5.227q-.231-.233-.346-.513q-.116-.28-.116-.58t.116-.577t.346-.507l5.557-5.552l-2.88-2.804l.78-.798l9.156%209.174q.229.23.341.508t.113.579t-.113.579t-.343.51l-5.208%205.208q-.23.23-.507.346T9.78%2020t-.58-.115t-.513-.346M9.768%207.33l-5.466%205.465q-.115.116-.154.231t-.038.23h11.315q0-.115-.039-.23q-.038-.115-.153-.23zM19.318%2020q-.707%200-1.178-.492q-.472-.493-.472-1.208q0-.54.232-1.044t.599-.944l.82-1.004l.869%201.004q.361.44.596.944t.234%201.044q0%20.715-.496%201.208q-.496.492-1.204.492%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%22m8.689%2019.539l-5.227-5.227q-.231-.233-.346-.513q-.116-.28-.116-.58t.116-.577t.346-.507l5.557-5.552l-2.88-2.804l.78-.798l9.156%209.174q.229.23.341.508t.113.579t-.113.579t-.343.51l-5.208%205.208q-.23.23-.507.346T9.78%2020t-.58-.115t-.513-.346M9.768%207.33l-5.466%205.465q-.115.116-.154.231t-.038.23h11.315q0-.115-.039-.23q-.038-.115-.153-.23zM19.318%2020q-.707%200-1.178-.492q-.472-.493-.472-1.208q0-.54.232-1.044t.599-.944l.82-1.004l.869%201.004q.361.44.596.944t.234%201.044q0%20.715-.496%201.208q-.496.492-1.204.492%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.svg?color=%231a73e8&size=48