color fill icon

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

Name
color-fill-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the color fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 320s-64 48-64 99.84c0 33.28 28.67 60.16 64 60.16s64-27 64-60.16C480 368 416 320 416 320M144 32l-76 76l70 70L32 280l176 184l152.8-148.3L416 304Zm24 116l-39.6-41l15.88-15.89L184 132Z"/></svg>

React

import type { SVGProps } from "react";

export function IonColorFillSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 320s-64 48-64 99.84c0 33.28 28.67 60.16 64 60.16s64-27 64-60.16C480 368 416 320 416 320M144 32l-76 76l70 70L32 280l176 184l152.8-148.3L416 304Zm24 116l-39.6-41l15.88-15.89L184 132Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 320s-64 48-64 99.84c0 33.28 28.67 60.16 64 60.16s64-27 64-60.16C480 368 416 320 416 320M144 32l-76 76l70 70L32 280l176 184l152.8-148.3L416 304Zm24 116l-39.6-41l15.88-15.89L184 132Z"/></svg>
</template>

CSS

.icon-color-fill-sharp {
  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%20fill%3D%22currentColor%22%20d%3D%22M416%20320s-64%2048-64%2099.84c0%2033.28%2028.67%2060.16%2064%2060.16s64-27%2064-60.16C480%20368%20416%20320%20416%20320M144%2032l-76%2076l70%2070L32%20280l176%20184l152.8-148.3L416%20304Zm24%20116l-39.6-41l15.88-15.89L184%20132Z%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%20fill%3D%22currentColor%22%20d%3D%22M416%20320s-64%2048-64%2099.84c0%2033.28%2028.67%2060.16%2064%2060.16s64-27%2064-60.16C480%20368%20416%20320%20416%20320M144%2032l-76%2076l70%2070L32%20280l176%20184l152.8-148.3L416%20304Zm24%20116l-39.6-41l15.88-15.89L184%20132Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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