format color highlight icon

format-color-highlight from Material Design Icons by Pictogrammers · Filled · Color · Apache-2.0 Free for personal and commercial use.

Name
format-color-highlight
Set
Material Design Icons
Style
Filled
Category
Color
Viewbox
24×24
License
Apache 2.0
Aliases
format-colour-highlight

More color icons from Material Design Icons

Use the format color highlight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4 17l2.75-2.75l-.03-.02c-.58-.59-.58-1.54 0-2.12l4.74-4.74l4.24 4.24l-4.74 4.74c-.57.58-1.5.58-2.09.02l-.63.63zM15.91 2.91c.59-.58 1.54-.58 2.12 0l2.13 2.12c.58.59.58 1.54 0 2.13l-3.3 3.29l-4.24-4.24z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFormatColorHighlight(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 17l2.75-2.75l-.03-.02c-.58-.59-.58-1.54 0-2.12l4.74-4.74l4.24 4.24l-4.74 4.74c-.57.58-1.5.58-2.09.02l-.63.63zM15.91 2.91c.59-.58 1.54-.58 2.12 0l2.13 2.12c.58.59.58 1.54 0 2.13l-3.3 3.29l-4.24-4.24z"/></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 17l2.75-2.75l-.03-.02c-.58-.59-.58-1.54 0-2.12l4.74-4.74l4.24 4.24l-4.74 4.74c-.57.58-1.5.58-2.09.02l-.63.63zM15.91 2.91c.59-.58 1.54-.58 2.12 0l2.13 2.12c.58.59.58 1.54 0 2.13l-3.3 3.29l-4.24-4.24z"/></svg>
</template>

CSS

.icon-format-color-highlight {
  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%2017l2.75-2.75l-.03-.02c-.58-.59-.58-1.54%200-2.12l4.74-4.74l4.24%204.24l-4.74%204.74c-.57.58-1.5.58-2.09.02l-.63.63zM15.91%202.91c.59-.58%201.54-.58%202.12%200l2.13%202.12c.58.59.58%201.54%200%202.13l-3.3%203.29l-4.24-4.24z%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%2017l2.75-2.75l-.03-.02c-.58-.59-.58-1.54%200-2.12l4.74-4.74l4.24%204.24l-4.74%204.74c-.57.58-1.5.58-2.09.02l-.63.63zM15.91%202.91c.59-.58%201.54-.58%202.12%200l2.13%202.12c.58.59.58%201.54%200%202.13l-3.3%203.29l-4.24-4.24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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