five circle icon

five-circle-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
five-circle-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the five circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.75c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75M9.025 7.42A.75.75 0 0 0 8.75 8v2.852a.75.75 0 0 0 .75.75h2.778c.927 0 1.472.621 1.472 1.152v1.12c0 .453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75 0 0 0-1.5 0c0 .961.434 1.71 1.08 2.198c.624.471 1.417.68 2.173.678c.755-.003 1.547-.218 2.169-.689a2.67 2.67 0 0 0 1.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064 2.123.07 3.235-.208a.75.75 0 0 0-.364-1.456c-.749.188-1.601.22-2.356.19a13 13 0 0 1-1.431-.134a11 11 0 0 1-.364-.06a.77.77 0 0 0-.642.152"/></svg>

React

import type { SVGProps } from "react";

export function MynauiFiveCircleSolid(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 21.75c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75M9.025 7.42A.75.75 0 0 0 8.75 8v2.852a.75.75 0 0 0 .75.75h2.778c.927 0 1.472.621 1.472 1.152v1.12c0 .453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75 0 0 0-1.5 0c0 .961.434 1.71 1.08 2.198c.624.471 1.417.68 2.173.678c.755-.003 1.547-.218 2.169-.689a2.67 2.67 0 0 0 1.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064 2.123.07 3.235-.208a.75.75 0 0 0-.364-1.456c-.749.188-1.601.22-2.356.19a13 13 0 0 1-1.431-.134a11 11 0 0 1-.364-.06a.77.77 0 0 0-.642.152"/></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 21.75c-5.385 0-9.75-4.365-9.75-9.75S6.615 2.25 12 2.25s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75M9.025 7.42A.75.75 0 0 0 8.75 8v2.852a.75.75 0 0 0 .75.75h2.778c.927 0 1.472.621 1.472 1.152v1.12c0 .453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75 0 0 0-1.5 0c0 .961.434 1.71 1.08 2.198c.624.471 1.417.68 2.173.678c.755-.003 1.547-.218 2.169-.689a2.67 2.67 0 0 0 1.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064 2.123.07 3.235-.208a.75.75 0 0 0-.364-1.456c-.749.188-1.601.22-2.356.19a13 13 0 0 1-1.431-.134a11 11 0 0 1-.364-.06a.77.77 0 0 0-.642.152"/></svg>
</template>

CSS

.icon-five-circle-solid {
  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%2021.75c-5.385%200-9.75-4.365-9.75-9.75S6.615%202.25%2012%202.25s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75M9.025%207.42A.75.75%200%200%200%208.75%208v2.852a.75.75%200%200%200%20.75.75h2.778c.927%200%201.472.621%201.472%201.152v1.12c0%20.453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75%200%200%200-1.5%200c0%20.961.434%201.71%201.08%202.198c.624.471%201.417.68%202.173.678c.755-.003%201.547-.218%202.169-.689a2.67%202.67%200%200%200%201.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064%202.123.07%203.235-.208a.75.75%200%200%200-.364-1.456c-.749.188-1.601.22-2.356.19a13%2013%200%200%201-1.431-.134a11%2011%200%200%201-.364-.06a.77.77%200%200%200-.642.152%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%2021.75c-5.385%200-9.75-4.365-9.75-9.75S6.615%202.25%2012%202.25s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75M9.025%207.42A.75.75%200%200%200%208.75%208v2.852a.75.75%200%200%200%20.75.75h2.778c.927%200%201.472.621%201.472%201.152v1.12c0%20.453-.19.768-.484.992c-.316.239-.774.382-1.269.384s-.95-.139-1.264-.375c-.292-.22-.483-.537-.483-1.001a.75.75%200%200%200-1.5%200c0%20.961.434%201.71%201.08%202.198c.624.471%201.417.68%202.173.678c.755-.003%201.547-.218%202.169-.689a2.67%202.67%200%200%200%201.078-2.187v-1.12c0-1.57-1.444-2.652-2.972-2.652H10.25V8.87c.206.024.441.047.697.066c.906.064%202.123.07%203.235-.208a.75.75%200%200%200-.364-1.456c-.749.188-1.601.22-2.356.19a13%2013%200%200%201-1.431-.134a11%2011%200%200%201-.364-.06a.77.77%200%200%200-.642.152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/five-circle-solid.svg?color=%231a73e8&size=48