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

Name
cast-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 cast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.4 3H5.6A2.7 2.7 0 0 0 3 5.78V7a1 1 0 0 0 2 0V5.78A.72.72 0 0 1 5.6 5h12.8a.72.72 0 0 1 .6.78v12.44a.72.72 0 0 1-.6.78H17a1 1 0 0 0 0 2h1.4a2.7 2.7 0 0 0 2.6-2.78V5.78A2.7 2.7 0 0 0 18.4 3M3.86 14A1 1 0 0 0 3 15.17a1 1 0 0 0 1.14.83a2.49 2.49 0 0 1 2.12.72a2.52 2.52 0 0 1 .51 2.84a1 1 0 0 0 .48 1.33a1.1 1.1 0 0 0 .42.09a1 1 0 0 0 .91-.58A4.52 4.52 0 0 0 3.86 14"/><path fill="currentColor" d="M3.86 10.08a1 1 0 0 0 .28 2a6 6 0 0 1 5.09 1.71a6 6 0 0 1 1.53 5.95a1 1 0 0 0 .68 1.26a.9.9 0 0 0 .28 0a1 1 0 0 0 1-.72a8 8 0 0 0-8.82-10.2Z"/><circle cx="4" cy="19" r="1" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function EvaCastFill(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="M18.4 3H5.6A2.7 2.7 0 0 0 3 5.78V7a1 1 0 0 0 2 0V5.78A.72.72 0 0 1 5.6 5h12.8a.72.72 0 0 1 .6.78v12.44a.72.72 0 0 1-.6.78H17a1 1 0 0 0 0 2h1.4a2.7 2.7 0 0 0 2.6-2.78V5.78A2.7 2.7 0 0 0 18.4 3M3.86 14A1 1 0 0 0 3 15.17a1 1 0 0 0 1.14.83a2.49 2.49 0 0 1 2.12.72a2.52 2.52 0 0 1 .51 2.84a1 1 0 0 0 .48 1.33a1.1 1.1 0 0 0 .42.09a1 1 0 0 0 .91-.58A4.52 4.52 0 0 0 3.86 14"/><path fill="currentColor" d="M3.86 10.08a1 1 0 0 0 .28 2a6 6 0 0 1 5.09 1.71a6 6 0 0 1 1.53 5.95a1 1 0 0 0 .68 1.26a.9.9 0 0 0 .28 0a1 1 0 0 0 1-.72a8 8 0 0 0-8.82-10.2Z"/><circle cx="4" cy="19" r="1" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.4 3H5.6A2.7 2.7 0 0 0 3 5.78V7a1 1 0 0 0 2 0V5.78A.72.72 0 0 1 5.6 5h12.8a.72.72 0 0 1 .6.78v12.44a.72.72 0 0 1-.6.78H17a1 1 0 0 0 0 2h1.4a2.7 2.7 0 0 0 2.6-2.78V5.78A2.7 2.7 0 0 0 18.4 3M3.86 14A1 1 0 0 0 3 15.17a1 1 0 0 0 1.14.83a2.49 2.49 0 0 1 2.12.72a2.52 2.52 0 0 1 .51 2.84a1 1 0 0 0 .48 1.33a1.1 1.1 0 0 0 .42.09a1 1 0 0 0 .91-.58A4.52 4.52 0 0 0 3.86 14"/><path fill="currentColor" d="M3.86 10.08a1 1 0 0 0 .28 2a6 6 0 0 1 5.09 1.71a6 6 0 0 1 1.53 5.95a1 1 0 0 0 .68 1.26a.9.9 0 0 0 .28 0a1 1 0 0 0 1-.72a8 8 0 0 0-8.82-10.2Z"/><circle cx="4" cy="19" r="1" fill="currentColor"/></svg>
</template>

CSS

.icon-cast-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%22M18.4%203H5.6A2.7%202.7%200%200%200%203%205.78V7a1%201%200%200%200%202%200V5.78A.72.72%200%200%201%205.6%205h12.8a.72.72%200%200%201%20.6.78v12.44a.72.72%200%200%201-.6.78H17a1%201%200%200%200%200%202h1.4a2.7%202.7%200%200%200%202.6-2.78V5.78A2.7%202.7%200%200%200%2018.4%203M3.86%2014A1%201%200%200%200%203%2015.17a1%201%200%200%200%201.14.83a2.49%202.49%200%200%201%202.12.72a2.52%202.52%200%200%201%20.51%202.84a1%201%200%200%200%20.48%201.33a1.1%201.1%200%200%200%20.42.09a1%201%200%200%200%20.91-.58A4.52%204.52%200%200%200%203.86%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.86%2010.08a1%201%200%200%200%20.28%202a6%206%200%200%201%205.09%201.71a6%206%200%200%201%201.53%205.95a1%201%200%200%200%20.68%201.26a.9.9%200%200%200%20.28%200a1%201%200%200%200%201-.72a8%208%200%200%200-8.82-10.2Z%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2219%22%20r%3D%221%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.4%203H5.6A2.7%202.7%200%200%200%203%205.78V7a1%201%200%200%200%202%200V5.78A.72.72%200%200%201%205.6%205h12.8a.72.72%200%200%201%20.6.78v12.44a.72.72%200%200%201-.6.78H17a1%201%200%200%200%200%202h1.4a2.7%202.7%200%200%200%202.6-2.78V5.78A2.7%202.7%200%200%200%2018.4%203M3.86%2014A1%201%200%200%200%203%2015.17a1%201%200%200%200%201.14.83a2.49%202.49%200%200%201%202.12.72a2.52%202.52%200%200%201%20.51%202.84a1%201%200%200%200%20.48%201.33a1.1%201.1%200%200%200%20.42.09a1%201%200%200%200%20.91-.58A4.52%204.52%200%200%200%203.86%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.86%2010.08a1%201%200%200%200%20.28%202a6%206%200%200%201%205.09%201.71a6%206%200%200%201%201.53%205.95a1%201%200%200%200%20.68%201.26a.9.9%200%200%200%20.28%200a1%201%200%200%200%201-.72a8%208%200%200%200-8.82-10.2Z%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2219%22%20r%3D%221%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/eva/cast-fill.svg?color=%231a73e8&size=48