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

Name
colorize-outline
Set
Material Symbols Light
Style
Outline
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 20v-3.366l8.777-8.776l-1.815-1.785l.719-.708l2.323 2.304l3.465-3.484q.087-.087.207-.133t.243-.046q.143 0 .25.046t.22.133l1.427 1.446q.086.092.132.2q.046.107.046.25q0 .123-.046.243t-.132.207l-3.499 3.498l2.324 2.354l-.714.713l-1.823-1.834L7.366 20zm1-1h1.989l8.434-8.484l-1.939-1.939L5 17.012zm10.637-9.711l3.207-3.208l-.925-.925l-3.208 3.227zm0 0l-.926-.906z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightColorizeOutline(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 20v-3.366l8.777-8.776l-1.815-1.785l.719-.708l2.323 2.304l3.465-3.484q.087-.087.207-.133t.243-.046q.143 0 .25.046t.22.133l1.427 1.446q.086.092.132.2q.046.107.046.25q0 .123-.046.243t-.132.207l-3.499 3.498l2.324 2.354l-.714.713l-1.823-1.834L7.366 20zm1-1h1.989l8.434-8.484l-1.939-1.939L5 17.012zm10.637-9.711l3.207-3.208l-.925-.925l-3.208 3.227zm0 0l-.926-.906z"/></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 20v-3.366l8.777-8.776l-1.815-1.785l.719-.708l2.323 2.304l3.465-3.484q.087-.087.207-.133t.243-.046q.143 0 .25.046t.22.133l1.427 1.446q.086.092.132.2q.046.107.046.25q0 .123-.046.243t-.132.207l-3.499 3.498l2.324 2.354l-.714.713l-1.823-1.834L7.366 20zm1-1h1.989l8.434-8.484l-1.939-1.939L5 17.012zm10.637-9.711l3.207-3.208l-.925-.925l-3.208 3.227zm0 0l-.926-.906z"/></svg>
</template>

CSS

.icon-colorize-outline {
  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%2020v-3.366l8.777-8.776l-1.815-1.785l.719-.708l2.323%202.304l3.465-3.484q.087-.087.207-.133t.243-.046q.143%200%20.25.046t.22.133l1.427%201.446q.086.092.132.2q.046.107.046.25q0%20.123-.046.243t-.132.207l-3.499%203.498l2.324%202.354l-.714.713l-1.823-1.834L7.366%2020zm1-1h1.989l8.434-8.484l-1.939-1.939L5%2017.012zm10.637-9.711l3.207-3.208l-.925-.925l-3.208%203.227zm0%200l-.926-.906z%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%2020v-3.366l8.777-8.776l-1.815-1.785l.719-.708l2.323%202.304l3.465-3.484q.087-.087.207-.133t.243-.046q.143%200%20.25.046t.22.133l1.427%201.446q.086.092.132.2q.046.107.046.25q0%20.123-.046.243t-.132.207l-3.499%203.498l2.324%202.354l-.714.713l-1.823-1.834L7.366%2020zm1-1h1.989l8.434-8.484l-1.939-1.939L5%2017.012zm10.637-9.711l3.207-3.208l-.925-.925l-3.208%203.227zm0%200l-.926-.906z%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-outline.svg?color=%231a73e8&size=48