star circle icon
star-circle from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.
- Name
- star-circle
- Set
- Reicon
- Style
- Outline
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All star circle icons →More astronomy icons from Reicon
Use the star circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 8.9a13 13 0 0 0-.484.829l-.13.235l-.03.054c-.11.198-.257.466-.5.65c-.249.189-.548.255-.762.302l-.058.013l-.255.057c-.465.106-.755.173-.95.241c.12.181.323.42.651.803l.174.203l.04.047c.147.17.344.398.434.69c.09.29.06.589.037.817l-.006.062l-.027.271c-.047.484-.075.797-.075 1.018c.193-.068.456-.188.858-.373l.238-.11l.055-.025c.198-.093.478-.224.79-.224s.592.131.79.224l.055.026l.238.11c.402.184.665.304.858.372c0-.221-.028-.534-.075-1.018l-.027-.27l-.006-.063c-.023-.228-.053-.527.037-.817c.09-.292.287-.52.435-.69l.04-.047l.173-.203c.328-.383.53-.622.65-.803c-.194-.068-.484-.135-.95-.24l-.254-.058l-.058-.013c-.214-.047-.513-.113-.761-.302c-.244-.184-.391-.452-.5-.65l-.03-.054l-.131-.235A13 13 0 0 0 12 8.9m2.153 6.35h.002zm-4.308 0h.002zm1.038-7.365c.216-.282.568-.635 1.117-.635s.901.353 1.117.635c.207.271.42.653.651 1.067l.026.046l.13.235l.133.23l.065.017l.173.04l.255.057l.052.012c.447.101.864.195 1.179.32c.34.134.753.376.912.887c.157.503-.036.937-.23 1.246c-.183.29-.465.62-.771.978l-.208.242l-.118.14l-.057.071a5 5 0 0 0 .024.286l.03.321c.047.48.09.917.074 1.261c-.016.358-.1.838-.526 1.16c-.437.333-.926.268-1.273.168c-.325-.093-.715-.272-1.133-.465l-.049-.022l-.238-.11l-.218-.098l-.055.024l-.163.074l-.238.11l-.049.022c-.418.193-.808.372-1.133.465c-.347.1-.836.165-1.273-.168c-.426-.323-.51-.802-.526-1.16c-.016-.344.027-.781.073-1.26l.031-.322c.015-.152.022-.23.024-.286l-.057-.071l-.118-.14l-.174-.203l-.034-.039c-.306-.358-.588-.688-.77-.978c-.195-.309-.388-.743-.231-1.246c.159-.51.571-.753.912-.887c.315-.125.732-.219 1.18-.32l.051-.012l.255-.057l.239-.057l.04-.069l.091-.16l.131-.236l.026-.046c.23-.414.444-.796.651-1.067" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStarCircle(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" fillRule="evenodd" d="M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 8.9a13 13 0 0 0-.484.829l-.13.235l-.03.054c-.11.198-.257.466-.5.65c-.249.189-.548.255-.762.302l-.058.013l-.255.057c-.465.106-.755.173-.95.241c.12.181.323.42.651.803l.174.203l.04.047c.147.17.344.398.434.69c.09.29.06.589.037.817l-.006.062l-.027.271c-.047.484-.075.797-.075 1.018c.193-.068.456-.188.858-.373l.238-.11l.055-.025c.198-.093.478-.224.79-.224s.592.131.79.224l.055.026l.238.11c.402.184.665.304.858.372c0-.221-.028-.534-.075-1.018l-.027-.27l-.006-.063c-.023-.228-.053-.527.037-.817c.09-.292.287-.52.435-.69l.04-.047l.173-.203c.328-.383.53-.622.65-.803c-.194-.068-.484-.135-.95-.24l-.254-.058l-.058-.013c-.214-.047-.513-.113-.761-.302c-.244-.184-.391-.452-.5-.65l-.03-.054l-.131-.235A13 13 0 0 0 12 8.9m2.153 6.35h.002zm-4.308 0h.002zm1.038-7.365c.216-.282.568-.635 1.117-.635s.901.353 1.117.635c.207.271.42.653.651 1.067l.026.046l.13.235l.133.23l.065.017l.173.04l.255.057l.052.012c.447.101.864.195 1.179.32c.34.134.753.376.912.887c.157.503-.036.937-.23 1.246c-.183.29-.465.62-.771.978l-.208.242l-.118.14l-.057.071a5 5 0 0 0 .024.286l.03.321c.047.48.09.917.074 1.261c-.016.358-.1.838-.526 1.16c-.437.333-.926.268-1.273.168c-.325-.093-.715-.272-1.133-.465l-.049-.022l-.238-.11l-.218-.098l-.055.024l-.163.074l-.238.11l-.049.022c-.418.193-.808.372-1.133.465c-.347.1-.836.165-1.273-.168c-.426-.323-.51-.802-.526-1.16c-.016-.344.027-.781.073-1.26l.031-.322c.015-.152.022-.23.024-.286l-.057-.071l-.118-.14l-.174-.203l-.034-.039c-.306-.358-.588-.688-.77-.978c-.195-.309-.388-.743-.231-1.246c.159-.51.571-.753.912-.887c.315-.125.732-.219 1.18-.32l.051-.012l.255-.057l.239-.057l.04-.069l.091-.16l.131-.236l.026-.046c.23-.414.444-.796.651-1.067" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 8.9a13 13 0 0 0-.484.829l-.13.235l-.03.054c-.11.198-.257.466-.5.65c-.249.189-.548.255-.762.302l-.058.013l-.255.057c-.465.106-.755.173-.95.241c.12.181.323.42.651.803l.174.203l.04.047c.147.17.344.398.434.69c.09.29.06.589.037.817l-.006.062l-.027.271c-.047.484-.075.797-.075 1.018c.193-.068.456-.188.858-.373l.238-.11l.055-.025c.198-.093.478-.224.79-.224s.592.131.79.224l.055.026l.238.11c.402.184.665.304.858.372c0-.221-.028-.534-.075-1.018l-.027-.27l-.006-.063c-.023-.228-.053-.527.037-.817c.09-.292.287-.52.435-.69l.04-.047l.173-.203c.328-.383.53-.622.65-.803c-.194-.068-.484-.135-.95-.24l-.254-.058l-.058-.013c-.214-.047-.513-.113-.761-.302c-.244-.184-.391-.452-.5-.65l-.03-.054l-.131-.235A13 13 0 0 0 12 8.9m2.153 6.35h.002zm-4.308 0h.002zm1.038-7.365c.216-.282.568-.635 1.117-.635s.901.353 1.117.635c.207.271.42.653.651 1.067l.026.046l.13.235l.133.23l.065.017l.173.04l.255.057l.052.012c.447.101.864.195 1.179.32c.34.134.753.376.912.887c.157.503-.036.937-.23 1.246c-.183.29-.465.62-.771.978l-.208.242l-.118.14l-.057.071a5 5 0 0 0 .024.286l.03.321c.047.48.09.917.074 1.261c-.016.358-.1.838-.526 1.16c-.437.333-.926.268-1.273.168c-.325-.093-.715-.272-1.133-.465l-.049-.022l-.238-.11l-.218-.098l-.055.024l-.163.074l-.238.11l-.049.022c-.418.193-.808.372-1.133.465c-.347.1-.836.165-1.273-.168c-.426-.323-.51-.802-.526-1.16c-.016-.344.027-.781.073-1.26l.031-.322c.015-.152.022-.23.024-.286l-.057-.071l-.118-.14l-.174-.203l-.034-.039c-.306-.358-.588-.688-.77-.978c-.195-.309-.388-.743-.231-1.246c.159-.51.571-.753.912-.887c.315-.125.732-.219 1.18-.32l.051-.012l.255-.057l.239-.057l.04-.069l.091-.16l.131-.236l.026-.046c.23-.414.444-.796.651-1.067" clip-rule="evenodd"/></svg> </template>
CSS
.icon-star-circle {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%200-18.5M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012M12%208.9a13%2013%200%200%200-.484.829l-.13.235l-.03.054c-.11.198-.257.466-.5.65c-.249.189-.548.255-.762.302l-.058.013l-.255.057c-.465.106-.755.173-.95.241c.12.181.323.42.651.803l.174.203l.04.047c.147.17.344.398.434.69c.09.29.06.589.037.817l-.006.062l-.027.271c-.047.484-.075.797-.075%201.018c.193-.068.456-.188.858-.373l.238-.11l.055-.025c.198-.093.478-.224.79-.224s.592.131.79.224l.055.026l.238.11c.402.184.665.304.858.372c0-.221-.028-.534-.075-1.018l-.027-.27l-.006-.063c-.023-.228-.053-.527.037-.817c.09-.292.287-.52.435-.69l.04-.047l.173-.203c.328-.383.53-.622.65-.803c-.194-.068-.484-.135-.95-.24l-.254-.058l-.058-.013c-.214-.047-.513-.113-.761-.302c-.244-.184-.391-.452-.5-.65l-.03-.054l-.131-.235A13%2013%200%200%200%2012%208.9m2.153%206.35h.002zm-4.308%200h.002zm1.038-7.365c.216-.282.568-.635%201.117-.635s.901.353%201.117.635c.207.271.42.653.651%201.067l.026.046l.13.235l.133.23l.065.017l.173.04l.255.057l.052.012c.447.101.864.195%201.179.32c.34.134.753.376.912.887c.157.503-.036.937-.23%201.246c-.183.29-.465.62-.771.978l-.208.242l-.118.14l-.057.071a5%205%200%200%200%20.024.286l.03.321c.047.48.09.917.074%201.261c-.016.358-.1.838-.526%201.16c-.437.333-.926.268-1.273.168c-.325-.093-.715-.272-1.133-.465l-.049-.022l-.238-.11l-.218-.098l-.055.024l-.163.074l-.238.11l-.049.022c-.418.193-.808.372-1.133.465c-.347.1-.836.165-1.273-.168c-.426-.323-.51-.802-.526-1.16c-.016-.344.027-.781.073-1.26l.031-.322c.015-.152.022-.23.024-.286l-.057-.071l-.118-.14l-.174-.203l-.034-.039c-.306-.358-.588-.688-.77-.978c-.195-.309-.388-.743-.231-1.246c.159-.51.571-.753.912-.887c.315-.125.732-.219%201.18-.32l.051-.012l.255-.057l.239-.057l.04-.069l.091-.16l.131-.236l.026-.046c.23-.414.444-.796.651-1.067%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%200-18.5M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012M12%208.9a13%2013%200%200%200-.484.829l-.13.235l-.03.054c-.11.198-.257.466-.5.65c-.249.189-.548.255-.762.302l-.058.013l-.255.057c-.465.106-.755.173-.95.241c.12.181.323.42.651.803l.174.203l.04.047c.147.17.344.398.434.69c.09.29.06.589.037.817l-.006.062l-.027.271c-.047.484-.075.797-.075%201.018c.193-.068.456-.188.858-.373l.238-.11l.055-.025c.198-.093.478-.224.79-.224s.592.131.79.224l.055.026l.238.11c.402.184.665.304.858.372c0-.221-.028-.534-.075-1.018l-.027-.27l-.006-.063c-.023-.228-.053-.527.037-.817c.09-.292.287-.52.435-.69l.04-.047l.173-.203c.328-.383.53-.622.65-.803c-.194-.068-.484-.135-.95-.24l-.254-.058l-.058-.013c-.214-.047-.513-.113-.761-.302c-.244-.184-.391-.452-.5-.65l-.03-.054l-.131-.235A13%2013%200%200%200%2012%208.9m2.153%206.35h.002zm-4.308%200h.002zm1.038-7.365c.216-.282.568-.635%201.117-.635s.901.353%201.117.635c.207.271.42.653.651%201.067l.026.046l.13.235l.133.23l.065.017l.173.04l.255.057l.052.012c.447.101.864.195%201.179.32c.34.134.753.376.912.887c.157.503-.036.937-.23%201.246c-.183.29-.465.62-.771.978l-.208.242l-.118.14l-.057.071a5%205%200%200%200%20.024.286l.03.321c.047.48.09.917.074%201.261c-.016.358-.1.838-.526%201.16c-.437.333-.926.268-1.273.168c-.325-.093-.715-.272-1.133-.465l-.049-.022l-.238-.11l-.218-.098l-.055.024l-.163.074l-.238.11l-.049.022c-.418.193-.808.372-1.133.465c-.347.1-.836.165-1.273-.168c-.426-.323-.51-.802-.526-1.16c-.016-.344.027-.781.073-1.26l.031-.322c.015-.152.022-.23.024-.286l-.057-.071l-.118-.14l-.174-.203l-.034-.039c-.306-.358-.588-.688-.77-.978c-.195-.309-.388-.743-.231-1.246c.159-.51.571-.753.912-.887c.315-.125.732-.219%201.18-.32l.051-.012l.255-.057l.239-.057l.04-.069l.091-.16l.131-.236l.026-.046c.23-.414.444-.796.651-1.067%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/star-circle.svg?color=%231a73e8&size=48