md color fill icon

md-color-fill from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-color-fill
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md color fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M136.5 77.7l37 67L32 285.7 216.4 464l152.4-148.6 54.4-11.4L166.4 48l-29.9 29.7zm184 208H114.9l102.8-102.3 102.8 102.3z" fill="currentColor"/><path d="M423.3 304s-56.7 61.5-56.7 92.1c0 30.7 25.4 55.5 56.7 55.5 31.3 0 56.7-24.9 56.7-55.5S423.3 304 423.3 304z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdColorFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M136.5 77.7l37 67L32 285.7 216.4 464l152.4-148.6 54.4-11.4L166.4 48l-29.9 29.7zm184 208H114.9l102.8-102.3 102.8 102.3z" fill="currentColor"/><path d="M423.3 304s-56.7 61.5-56.7 92.1c0 30.7 25.4 55.5 56.7 55.5 31.3 0 56.7-24.9 56.7-55.5S423.3 304 423.3 304z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M136.5 77.7l37 67L32 285.7 216.4 464l152.4-148.6 54.4-11.4L166.4 48l-29.9 29.7zm184 208H114.9l102.8-102.3 102.8 102.3z" fill="currentColor"/><path d="M423.3 304s-56.7 61.5-56.7 92.1c0 30.7 25.4 55.5 56.7 55.5 31.3 0 56.7-24.9 56.7-55.5S423.3 304 423.3 304z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-color-fill {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M136.5%2077.7l37%2067L32%20285.7%20216.4%20464l152.4-148.6%2054.4-11.4L166.4%2048l-29.9%2029.7zm184%20208H114.9l102.8-102.3%20102.8%20102.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M423.3%20304s-56.7%2061.5-56.7%2092.1c0%2030.7%2025.4%2055.5%2056.7%2055.5%2031.3%200%2056.7-24.9%2056.7-55.5S423.3%20304%20423.3%20304z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M136.5%2077.7l37%2067L32%20285.7%20216.4%20464l152.4-148.6%2054.4-11.4L166.4%2048l-29.9%2029.7zm184%20208H114.9l102.8-102.3%20102.8%20102.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M423.3%20304s-56.7%2061.5-56.7%2092.1c0%2030.7%2025.4%2055.5%2056.7%2055.5%2031.3%200%2056.7-24.9%2056.7-55.5S423.3%20304%20423.3%20304z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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