beachball-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
beachball-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the beachball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-3.93.802a6.502 6.502 0 0 1 5.263 8.707A4.502 4.502 0 0 0 17 3.339A10 10 0 0 0 12 2"/><path fill="currentColor" d="M2 12c0 1.395.286 2.724.802 3.93a6.502 6.502 0 0 1 8.707-5.263A4.502 4.502 0 0 0 3.339 7A10 10 0 0 0 2 12"/><path fill="currentColor" d="M12 22a10 10 0 0 0 3.93-.802a6.502 6.502 0 0 1-5.263-8.707A4.501 4.501 0 0 0 7 20.661A10 10 0 0 0 12 22"/><path fill="currentColor" d="M20.66 17a4.5 4.5 0 0 1-8.169-3.667a6.502 6.502 0 0 0 8.707-5.263A10.02 10.02 0 0 1 20.66 17"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBeachballFill(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="M12 2a10 10 0 0 0-3.93.802a6.502 6.502 0 0 1 5.263 8.707A4.502 4.502 0 0 0 17 3.339A10 10 0 0 0 12 2"/><path fill="currentColor" d="M2 12c0 1.395.286 2.724.802 3.93a6.502 6.502 0 0 1 8.707-5.263A4.502 4.502 0 0 0 3.339 7A10 10 0 0 0 2 12"/><path fill="currentColor" d="M12 22a10 10 0 0 0 3.93-.802a6.502 6.502 0 0 1-5.263-8.707A4.501 4.501 0 0 0 7 20.661A10 10 0 0 0 12 22"/><path fill="currentColor" d="M20.66 17a4.5 4.5 0 0 1-8.169-3.667a6.502 6.502 0 0 0 8.707-5.263A10.02 10.02 0 0 1 20.66 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-3.93.802a6.502 6.502 0 0 1 5.263 8.707A4.502 4.502 0 0 0 17 3.339A10 10 0 0 0 12 2"/><path fill="currentColor" d="M2 12c0 1.395.286 2.724.802 3.93a6.502 6.502 0 0 1 8.707-5.263A4.502 4.502 0 0 0 3.339 7A10 10 0 0 0 2 12"/><path fill="currentColor" d="M12 22a10 10 0 0 0 3.93-.802a6.502 6.502 0 0 1-5.263-8.707A4.501 4.501 0 0 0 7 20.661A10 10 0 0 0 12 22"/><path fill="currentColor" d="M20.66 17a4.5 4.5 0 0 1-8.169-3.667a6.502 6.502 0 0 0 8.707-5.263A10.02 10.02 0 0 1 20.66 17"/></svg>
</template>

CSS

.icon-beachball-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%22M12%202a10%2010%200%200%200-3.93.802a6.502%206.502%200%200%201%205.263%208.707A4.502%204.502%200%200%200%2017%203.339A10%2010%200%200%200%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2012c0%201.395.286%202.724.802%203.93a6.502%206.502%200%200%201%208.707-5.263A4.502%204.502%200%200%200%203.339%207A10%2010%200%200%200%202%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022a10%2010%200%200%200%203.93-.802a6.502%206.502%200%200%201-5.263-8.707A4.501%204.501%200%200%200%207%2020.661A10%2010%200%200%200%2012%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.66%2017a4.5%204.5%200%200%201-8.169-3.667a6.502%206.502%200%200%200%208.707-5.263A10.02%2010.02%200%200%201%2020.66%2017%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%22M12%202a10%2010%200%200%200-3.93.802a6.502%206.502%200%200%201%205.263%208.707A4.502%204.502%200%200%200%2017%203.339A10%2010%200%200%200%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2012c0%201.395.286%202.724.802%203.93a6.502%206.502%200%200%201%208.707-5.263A4.502%204.502%200%200%200%203.339%207A10%2010%200%200%200%202%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022a10%2010%200%200%200%203.93-.802a6.502%206.502%200%200%201-5.263-8.707A4.501%204.501%200%200%200%207%2020.661A10%2010%200%200%200%2012%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.66%2017a4.5%204.5%200%200%201-8.169-3.667a6.502%206.502%200%200%200%208.707-5.263A10.02%2010.02%200%200%201%2020.66%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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