boules-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
boules-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the boules icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 128c0 56.63-47.38 104-104 104a103.7 103.7 0 0 1-31.52-4.89a4 4 0 0 1-1.62-6.65l125.6-125.61a4 4 0 0 1 6.65 1.62A103.7 103.7 0 0 1 232 128m-16.16-55.61a103 103 0 0 0-6.06-8.56a4 4 0 0 0-6-.33L63.5 203.82a4 4 0 0 0 .33 6a103 103 0 0 0 8.56 6.06a4 4 0 0 0 5-.54L215.3 77.39a4 4 0 0 0 .54-5m-23.67-26.17a103 103 0 0 0-8.56-6.06a4 4 0 0 0-5 .54L40.7 178.62a4 4 0 0 0-.54 5a103 103 0 0 0 6.06 8.56a4 4 0 0 0 6 .33L192.5 52.18a4 4 0 0 0-.33-5.96m-32.64-17.33A103.7 103.7 0 0 0 128 24C71.38 24 24 71.37 24 128a103.7 103.7 0 0 0 4.89 31.53a4 4 0 0 0 6.65 1.62L161.15 35.54a4 4 0 0 0-1.62-6.65"/></svg>

React

import type { SVGProps } from "react";

export function PhBoulesFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 128c0 56.63-47.38 104-104 104a103.7 103.7 0 0 1-31.52-4.89a4 4 0 0 1-1.62-6.65l125.6-125.61a4 4 0 0 1 6.65 1.62A103.7 103.7 0 0 1 232 128m-16.16-55.61a103 103 0 0 0-6.06-8.56a4 4 0 0 0-6-.33L63.5 203.82a4 4 0 0 0 .33 6a103 103 0 0 0 8.56 6.06a4 4 0 0 0 5-.54L215.3 77.39a4 4 0 0 0 .54-5m-23.67-26.17a103 103 0 0 0-8.56-6.06a4 4 0 0 0-5 .54L40.7 178.62a4 4 0 0 0-.54 5a103 103 0 0 0 6.06 8.56a4 4 0 0 0 6 .33L192.5 52.18a4 4 0 0 0-.33-5.96m-32.64-17.33A103.7 103.7 0 0 0 128 24C71.38 24 24 71.37 24 128a103.7 103.7 0 0 0 4.89 31.53a4 4 0 0 0 6.65 1.62L161.15 35.54a4 4 0 0 0-1.62-6.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 128c0 56.63-47.38 104-104 104a103.7 103.7 0 0 1-31.52-4.89a4 4 0 0 1-1.62-6.65l125.6-125.61a4 4 0 0 1 6.65 1.62A103.7 103.7 0 0 1 232 128m-16.16-55.61a103 103 0 0 0-6.06-8.56a4 4 0 0 0-6-.33L63.5 203.82a4 4 0 0 0 .33 6a103 103 0 0 0 8.56 6.06a4 4 0 0 0 5-.54L215.3 77.39a4 4 0 0 0 .54-5m-23.67-26.17a103 103 0 0 0-8.56-6.06a4 4 0 0 0-5 .54L40.7 178.62a4 4 0 0 0-.54 5a103 103 0 0 0 6.06 8.56a4 4 0 0 0 6 .33L192.5 52.18a4 4 0 0 0-.33-5.96m-32.64-17.33A103.7 103.7 0 0 0 128 24C71.38 24 24 71.37 24 128a103.7 103.7 0 0 0 4.89 31.53a4 4 0 0 0 6.65 1.62L161.15 35.54a4 4 0 0 0-1.62-6.65"/></svg>
</template>

CSS

.icon-boules-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20128c0%2056.63-47.38%20104-104%20104a103.7%20103.7%200%200%201-31.52-4.89a4%204%200%200%201-1.62-6.65l125.6-125.61a4%204%200%200%201%206.65%201.62A103.7%20103.7%200%200%201%20232%20128m-16.16-55.61a103%20103%200%200%200-6.06-8.56a4%204%200%200%200-6-.33L63.5%20203.82a4%204%200%200%200%20.33%206a103%20103%200%200%200%208.56%206.06a4%204%200%200%200%205-.54L215.3%2077.39a4%204%200%200%200%20.54-5m-23.67-26.17a103%20103%200%200%200-8.56-6.06a4%204%200%200%200-5%20.54L40.7%20178.62a4%204%200%200%200-.54%205a103%20103%200%200%200%206.06%208.56a4%204%200%200%200%206%20.33L192.5%2052.18a4%204%200%200%200-.33-5.96m-32.64-17.33A103.7%20103.7%200%200%200%20128%2024C71.38%2024%2024%2071.37%2024%20128a103.7%20103.7%200%200%200%204.89%2031.53a4%204%200%200%200%206.65%201.62L161.15%2035.54a4%204%200%200%200-1.62-6.65%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20128c0%2056.63-47.38%20104-104%20104a103.7%20103.7%200%200%201-31.52-4.89a4%204%200%200%201-1.62-6.65l125.6-125.61a4%204%200%200%201%206.65%201.62A103.7%20103.7%200%200%201%20232%20128m-16.16-55.61a103%20103%200%200%200-6.06-8.56a4%204%200%200%200-6-.33L63.5%20203.82a4%204%200%200%200%20.33%206a103%20103%200%200%200%208.56%206.06a4%204%200%200%200%205-.54L215.3%2077.39a4%204%200%200%200%20.54-5m-23.67-26.17a103%20103%200%200%200-8.56-6.06a4%204%200%200%200-5%20.54L40.7%20178.62a4%204%200%200%200-.54%205a103%20103%200%200%200%206.06%208.56a4%204%200%200%200%206%20.33L192.5%2052.18a4%204%200%200%200-.33-5.96m-32.64-17.33A103.7%20103.7%200%200%200%20128%2024C71.38%2024%2024%2071.37%2024%20128a103.7%20103.7%200%200%200%204.89%2031.53a4%204%200%200%200%206.65%201.62L161.15%2035.54a4%204%200%200%200-1.62-6.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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