round-colorize from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-colorize
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round colorize icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.71 5.63l-2.34-2.34a.996.996 0 0 0-1.41 0l-3.12 3.12l-1.23-1.21c-.39-.39-1.02-.38-1.41 0a.996.996 0 0 0 0 1.41l.72.72l-8.77 8.77q-.15.15-.15.36v4.04c0 .28.22.5.5.5h4.04c.13 0 .26-.05.35-.15l8.77-8.77l.72.72a.996.996 0 1 0 1.41-1.41l-1.22-1.22l3.12-3.12a.99.99 0 0 0 .02-1.42M6.92 19L5 17.08l8.06-8.06l1.92 1.92z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundColorize(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="m20.71 5.63l-2.34-2.34a.996.996 0 0 0-1.41 0l-3.12 3.12l-1.23-1.21c-.39-.39-1.02-.38-1.41 0a.996.996 0 0 0 0 1.41l.72.72l-8.77 8.77q-.15.15-.15.36v4.04c0 .28.22.5.5.5h4.04c.13 0 .26-.05.35-.15l8.77-8.77l.72.72a.996.996 0 1 0 1.41-1.41l-1.22-1.22l3.12-3.12a.99.99 0 0 0 .02-1.42M6.92 19L5 17.08l8.06-8.06l1.92 1.92z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.71 5.63l-2.34-2.34a.996.996 0 0 0-1.41 0l-3.12 3.12l-1.23-1.21c-.39-.39-1.02-.38-1.41 0a.996.996 0 0 0 0 1.41l.72.72l-8.77 8.77q-.15.15-.15.36v4.04c0 .28.22.5.5.5h4.04c.13 0 .26-.05.35-.15l8.77-8.77l.72.72a.996.996 0 1 0 1.41-1.41l-1.22-1.22l3.12-3.12a.99.99 0 0 0 .02-1.42M6.92 19L5 17.08l8.06-8.06l1.92 1.92z"/></svg>
</template>

CSS

.icon-round-colorize {
  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%22m20.71%205.63l-2.34-2.34a.996.996%200%200%200-1.41%200l-3.12%203.12l-1.23-1.21c-.39-.39-1.02-.38-1.41%200a.996.996%200%200%200%200%201.41l.72.72l-8.77%208.77q-.15.15-.15.36v4.04c0%20.28.22.5.5.5h4.04c.13%200%20.26-.05.35-.15l8.77-8.77l.72.72a.996.996%200%201%200%201.41-1.41l-1.22-1.22l3.12-3.12a.99.99%200%200%200%20.02-1.42M6.92%2019L5%2017.08l8.06-8.06l1.92%201.92z%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%22m20.71%205.63l-2.34-2.34a.996.996%200%200%200-1.41%200l-3.12%203.12l-1.23-1.21c-.39-.39-1.02-.38-1.41%200a.996.996%200%200%200%200%201.41l.72.72l-8.77%208.77q-.15.15-.15.36v4.04c0%20.28.22.5.5.5h4.04c.13%200%20.26-.05.35-.15l8.77-8.77l.72.72a.996.996%200%201%200%201.41-1.41l-1.22-1.22l3.12-3.12a.99.99%200%200%200%20.02-1.42M6.92%2019L5%2017.08l8.06-8.06l1.92%201.92z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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