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

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

2 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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.825 21.675l-8.5-8.5l6.925-6.9l-2.65-2.65L7.15 2l11.175 11.175zm0-13.825l-5.35 5.35h10.7zM19.8 21q-.9 0-1.525-.638T17.65 18.8q0-.675.338-1.275t.762-1.175L19.8 15l1.1 1.35q.4.575.75 1.175T22 18.8q0 .925-.65 1.563T19.8 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsColorsSharp(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.825 21.675l-8.5-8.5l6.925-6.9l-2.65-2.65L7.15 2l11.175 11.175zm0-13.825l-5.35 5.35h10.7zM19.8 21q-.9 0-1.525-.638T17.65 18.8q0-.675.338-1.275t.762-1.175L19.8 15l1.1 1.35q.4.575.75 1.175T22 18.8q0 .925-.65 1.563T19.8 21"/></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.825 21.675l-8.5-8.5l6.925-6.9l-2.65-2.65L7.15 2l11.175 11.175zm0-13.825l-5.35 5.35h10.7zM19.8 21q-.9 0-1.525-.638T17.65 18.8q0-.675.338-1.275t.762-1.175L19.8 15l1.1 1.35q.4.575.75 1.175T22 18.8q0 .925-.65 1.563T19.8 21"/></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.825%2021.675l-8.5-8.5l6.925-6.9l-2.65-2.65L7.15%202l11.175%2011.175zm0-13.825l-5.35%205.35h10.7zM19.8%2021q-.9%200-1.525-.638T17.65%2018.8q0-.675.338-1.275t.762-1.175L19.8%2015l1.1%201.35q.4.575.75%201.175T22%2018.8q0%20.925-.65%201.563T19.8%2021%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.825%2021.675l-8.5-8.5l6.925-6.9l-2.65-2.65L7.15%202l11.175%2011.175zm0-13.825l-5.35%205.35h10.7zM19.8%2021q-.9%200-1.525-.638T17.65%2018.8q0-.675.338-1.275t.762-1.175L19.8%2015l1.1%201.35q.4.575.75%201.175T22%2018.8q0%20.925-.65%201.563T19.8%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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