colorize-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
colorize-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the colorize icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19.192v-1.886q0-.323.13-.628q.132-.305.349-.522l8.298-8.298l-1.815-1.785l.719-.707l2.323 2.303l3.465-3.484q.087-.087.207-.133t.243-.046q.143 0 .25.046t.22.133l1.427 1.446q.086.092.132.2t.046.25q0 .123-.046.243t-.132.207l-3.499 3.498l2.324 2.354l-.714.713l-1.823-1.834l-8.26 8.26q-.217.217-.522.347q-.305.131-.628.131H4.808q-.348 0-.578-.23T4 19.192M5 19h1.989l8.434-8.484l-1.939-1.939L5 17.012z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightColorizeRounded(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="M4 19.192v-1.886q0-.323.13-.628q.132-.305.349-.522l8.298-8.298l-1.815-1.785l.719-.707l2.323 2.303l3.465-3.484q.087-.087.207-.133t.243-.046q.143 0 .25.046t.22.133l1.427 1.446q.086.092.132.2t.046.25q0 .123-.046.243t-.132.207l-3.499 3.498l2.324 2.354l-.714.713l-1.823-1.834l-8.26 8.26q-.217.217-.522.347q-.305.131-.628.131H4.808q-.348 0-.578-.23T4 19.192M5 19h1.989l8.434-8.484l-1.939-1.939L5 17.012z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19.192v-1.886q0-.323.13-.628q.132-.305.349-.522l8.298-8.298l-1.815-1.785l.719-.707l2.323 2.303l3.465-3.484q.087-.087.207-.133t.243-.046q.143 0 .25.046t.22.133l1.427 1.446q.086.092.132.2t.046.25q0 .123-.046.243t-.132.207l-3.499 3.498l2.324 2.354l-.714.713l-1.823-1.834l-8.26 8.26q-.217.217-.522.347q-.305.131-.628.131H4.808q-.348 0-.578-.23T4 19.192M5 19h1.989l8.434-8.484l-1.939-1.939L5 17.012z"/></svg>
</template>

CSS

.icon-colorize-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%22M4%2019.192v-1.886q0-.323.13-.628q.132-.305.349-.522l8.298-8.298l-1.815-1.785l.719-.707l2.323%202.303l3.465-3.484q.087-.087.207-.133t.243-.046q.143%200%20.25.046t.22.133l1.427%201.446q.086.092.132.2t.046.25q0%20.123-.046.243t-.132.207l-3.499%203.498l2.324%202.354l-.714.713l-1.823-1.834l-8.26%208.26q-.217.217-.522.347q-.305.131-.628.131H4.808q-.348%200-.578-.23T4%2019.192M5%2019h1.989l8.434-8.484l-1.939-1.939L5%2017.012z%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%22M4%2019.192v-1.886q0-.323.13-.628q.132-.305.349-.522l8.298-8.298l-1.815-1.785l.719-.707l2.323%202.303l3.465-3.484q.087-.087.207-.133t.243-.046q.143%200%20.25.046t.22.133l1.427%201.446q.086.092.132.2t.046.25q0%20.123-.046.243t-.132.207l-3.499%203.498l2.324%202.354l-.714.713l-1.823-1.834l-8.26%208.26q-.217.217-.522.347q-.305.131-.628.131H4.808q-.348%200-.578-.23T4%2019.192M5%2019h1.989l8.434-8.484l-1.939-1.939L5%2017.012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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