pantone-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
pantone-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the pantone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13.18h-2.7l-1.86 2L11.88 19l-1.41 1.52L10 21h10a1 1 0 0 0 1-1v-5.82a1 1 0 0 0-1-1M18.19 9.3l-4.14-3.86a.89.89 0 0 0-.71-.26a1 1 0 0 0-.7.31l-.82.89v10.71a5 5 0 0 1-.06.57l6.48-6.95a1 1 0 0 0-.05-1.41M10.82 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v13.09a3.91 3.91 0 0 0 7.82 0Zm-2 13.09a1.91 1.91 0 0 1-3.82 0V15h3.82Zm0-4.09H5v-3h3.82Zm0-5H5V5h3.82Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaPantoneFill(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 13.18h-2.7l-1.86 2L11.88 19l-1.41 1.52L10 21h10a1 1 0 0 0 1-1v-5.82a1 1 0 0 0-1-1M18.19 9.3l-4.14-3.86a.89.89 0 0 0-.71-.26a1 1 0 0 0-.7.31l-.82.89v10.71a5 5 0 0 1-.06.57l6.48-6.95a1 1 0 0 0-.05-1.41M10.82 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v13.09a3.91 3.91 0 0 0 7.82 0Zm-2 13.09a1.91 1.91 0 0 1-3.82 0V15h3.82Zm0-4.09H5v-3h3.82Zm0-5H5V5h3.82Z"/></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 13.18h-2.7l-1.86 2L11.88 19l-1.41 1.52L10 21h10a1 1 0 0 0 1-1v-5.82a1 1 0 0 0-1-1M18.19 9.3l-4.14-3.86a.89.89 0 0 0-.71-.26a1 1 0 0 0-.7.31l-.82.89v10.71a5 5 0 0 1-.06.57l6.48-6.95a1 1 0 0 0-.05-1.41M10.82 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v13.09a3.91 3.91 0 0 0 7.82 0Zm-2 13.09a1.91 1.91 0 0 1-3.82 0V15h3.82Zm0-4.09H5v-3h3.82Zm0-5H5V5h3.82Z"/></svg>
</template>

CSS

.icon-pantone-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2013.18h-2.7l-1.86%202L11.88%2019l-1.41%201.52L10%2021h10a1%201%200%200%200%201-1v-5.82a1%201%200%200%200-1-1M18.19%209.3l-4.14-3.86a.89.89%200%200%200-.71-.26a1%201%200%200%200-.7.31l-.82.89v10.71a5%205%200%200%201-.06.57l6.48-6.95a1%201%200%200%200-.05-1.41M10.82%204a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v13.09a3.91%203.91%200%200%200%207.82%200Zm-2%2013.09a1.91%201.91%200%200%201-3.82%200V15h3.82Zm0-4.09H5v-3h3.82Zm0-5H5V5h3.82Z%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%2013.18h-2.7l-1.86%202L11.88%2019l-1.41%201.52L10%2021h10a1%201%200%200%200%201-1v-5.82a1%201%200%200%200-1-1M18.19%209.3l-4.14-3.86a.89.89%200%200%200-.71-.26a1%201%200%200%200-.7.31l-.82.89v10.71a5%205%200%200%201-.06.57l6.48-6.95a1%201%200%200%200-.05-1.41M10.82%204a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v13.09a3.91%203.91%200%200%200%207.82%200Zm-2%2013.09a1.91%201.91%200%200%201-3.82%200V15h3.82Zm0-4.09H5v-3h3.82Zm0-5H5V5h3.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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