refresh circle icon
refresh-circle-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows · CC-BY-4.0 Attribution required.
- Name
- refresh-circle-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Arrows
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More arrows icons from Solar
alt-arrow-down-boldalt-arrow-left-boldalt-arrow-right-boldalt-arrow-up-boldarrow-down-boldarrow-left-boldarrow-left-down-boldarrow-left-up-boldarrow-right-boldarrow-right-down-boldarrow-right-up-boldarrow-up-bolddouble-alt-arrow-down-bolddouble-alt-arrow-left-bolddouble-alt-arrow-right-bolddouble-alt-arrow-up-boldrefresh-boldrefresh-square-boldrestart-boldrestart-circle-boldrestart-square-boldround-alt-arrow-down-boldround-alt-arrow-left-boldround-alt-arrow-right-bold
Use the refresh circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M7.37756 11.6296H6.62756H7.37756ZM7.37756 12.5556L6.81609 13.0528C6.95137 13.2056 7.14306 13.2966 7.34695 13.3049C7.55084 13.3133 7.74932 13.2382 7.89662 13.0969L7.37756 12.5556ZM9.51905 11.5414C9.81805 11.2547 9.82804 10.7799 9.54137 10.4809C9.2547 10.182 8.77994 10.172 8.48095 10.4586L9.51905 11.5414ZM6.56148 10.5028C6.28686 10.1927 5.81286 10.1639 5.50277 10.4385C5.19267 10.7131 5.16391 11.1871 5.43852 11.4972L6.56148 10.5028ZM14.9317 9.0093C15.213 9.31337 15.6875 9.33184 15.9915 9.05055C16.2956 8.76927 16.3141 8.29476 16.0328 7.9907L14.9317 9.0093ZM12.0437 6.25C9.05802 6.25 6.62756 8.653 6.62756 11.6296H8.12756C8.12756 9.49251 9.87531 7.75 12.0437 7.75V6.25ZM6.62756 11.6296L6.62756 12.5556H8.12756L8.12756 11.6296H6.62756ZM7.89662 13.0969L9.51905 11.5414L8.48095 10.4586L6.85851 12.0142L7.89662 13.0969ZM7.93904 12.0583L6.56148 10.5028L5.43852 11.4972L6.81609 13.0528L7.93904 12.0583ZM16.0328 7.9907C15.0431 6.9209 13.6212 6.25 12.0437 6.25V7.75C13.1879 7.75 14.2154 8.23504 14.9317 9.0093L16.0328 7.9907Z"/><path d="M16.6188 11.4453L17.1795 10.9472C17.044 10.7947 16.8523 10.704 16.6485 10.6959C16.4447 10.6878 16.2464 10.7631 16.0993 10.9044L16.6188 11.4453ZM14.4805 12.4591C14.1817 12.746 14.1722 13.2208 14.4591 13.5195C14.746 13.8183 15.2208 13.8278 15.5195 13.5409L14.4805 12.4591ZM17.4393 13.4981C17.7144 13.8078 18.1885 13.8358 18.4981 13.5607C18.8078 13.2856 18.8358 12.8115 18.5607 12.5019L17.4393 13.4981ZM9.04688 15.0057C8.76342 14.7037 8.28879 14.6886 7.98675 14.9721C7.68472 15.2555 7.66966 15.7302 7.95312 16.0322L9.04688 15.0057ZM11.9348 17.7509C14.9276 17.7509 17.3688 15.3506 17.3688 12.3712H15.8688C15.8688 14.5057 14.1158 16.2509 11.9348 16.2509V17.7509ZM17.3688 12.3712V11.4453H15.8688V12.3712H17.3688ZM16.0993 10.9044L14.4805 12.4591L15.5195 13.5409L17.1383 11.9862L16.0993 10.9044ZM16.0581 11.9434L17.4393 13.4981L18.5607 12.5019L17.1795 10.9472L16.0581 11.9434ZM7.95312 16.0322C8.94543 17.0895 10.3635 17.7509 11.9348 17.7509V16.2509C10.792 16.2509 9.76546 15.7714 9.04688 15.0057L7.95312 16.0322Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarRefreshCircleBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M7.37756 11.6296H6.62756H7.37756ZM7.37756 12.5556L6.81609 13.0528C6.95137 13.2056 7.14306 13.2966 7.34695 13.3049C7.55084 13.3133 7.74932 13.2382 7.89662 13.0969L7.37756 12.5556ZM9.51905 11.5414C9.81805 11.2547 9.82804 10.7799 9.54137 10.4809C9.2547 10.182 8.77994 10.172 8.48095 10.4586L9.51905 11.5414ZM6.56148 10.5028C6.28686 10.1927 5.81286 10.1639 5.50277 10.4385C5.19267 10.7131 5.16391 11.1871 5.43852 11.4972L6.56148 10.5028ZM14.9317 9.0093C15.213 9.31337 15.6875 9.33184 15.9915 9.05055C16.2956 8.76927 16.3141 8.29476 16.0328 7.9907L14.9317 9.0093ZM12.0437 6.25C9.05802 6.25 6.62756 8.653 6.62756 11.6296H8.12756C8.12756 9.49251 9.87531 7.75 12.0437 7.75V6.25ZM6.62756 11.6296L6.62756 12.5556H8.12756L8.12756 11.6296H6.62756ZM7.89662 13.0969L9.51905 11.5414L8.48095 10.4586L6.85851 12.0142L7.89662 13.0969ZM7.93904 12.0583L6.56148 10.5028L5.43852 11.4972L6.81609 13.0528L7.93904 12.0583ZM16.0328 7.9907C15.0431 6.9209 13.6212 6.25 12.0437 6.25V7.75C13.1879 7.75 14.2154 8.23504 14.9317 9.0093L16.0328 7.9907Z"/><path d="M16.6188 11.4453L17.1795 10.9472C17.044 10.7947 16.8523 10.704 16.6485 10.6959C16.4447 10.6878 16.2464 10.7631 16.0993 10.9044L16.6188 11.4453ZM14.4805 12.4591C14.1817 12.746 14.1722 13.2208 14.4591 13.5195C14.746 13.8183 15.2208 13.8278 15.5195 13.5409L14.4805 12.4591ZM17.4393 13.4981C17.7144 13.8078 18.1885 13.8358 18.4981 13.5607C18.8078 13.2856 18.8358 12.8115 18.5607 12.5019L17.4393 13.4981ZM9.04688 15.0057C8.76342 14.7037 8.28879 14.6886 7.98675 14.9721C7.68472 15.2555 7.66966 15.7302 7.95312 16.0322L9.04688 15.0057ZM11.9348 17.7509C14.9276 17.7509 17.3688 15.3506 17.3688 12.3712H15.8688C15.8688 14.5057 14.1158 16.2509 11.9348 16.2509V17.7509ZM17.3688 12.3712V11.4453H15.8688V12.3712H17.3688ZM16.0993 10.9044L14.4805 12.4591L15.5195 13.5409L17.1383 11.9862L16.0993 10.9044ZM16.0581 11.9434L17.4393 13.4981L18.5607 12.5019L17.1795 10.9472L16.0581 11.9434ZM7.95312 16.0322C8.94543 17.0895 10.3635 17.7509 11.9348 17.7509V16.2509C10.792 16.2509 9.76546 15.7714 9.04688 15.0057L7.95312 16.0322Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="12" cy="12" r="10" opacity=".5"/><path d="M7.37756 11.6296H6.62756H7.37756ZM7.37756 12.5556L6.81609 13.0528C6.95137 13.2056 7.14306 13.2966 7.34695 13.3049C7.55084 13.3133 7.74932 13.2382 7.89662 13.0969L7.37756 12.5556ZM9.51905 11.5414C9.81805 11.2547 9.82804 10.7799 9.54137 10.4809C9.2547 10.182 8.77994 10.172 8.48095 10.4586L9.51905 11.5414ZM6.56148 10.5028C6.28686 10.1927 5.81286 10.1639 5.50277 10.4385C5.19267 10.7131 5.16391 11.1871 5.43852 11.4972L6.56148 10.5028ZM14.9317 9.0093C15.213 9.31337 15.6875 9.33184 15.9915 9.05055C16.2956 8.76927 16.3141 8.29476 16.0328 7.9907L14.9317 9.0093ZM12.0437 6.25C9.05802 6.25 6.62756 8.653 6.62756 11.6296H8.12756C8.12756 9.49251 9.87531 7.75 12.0437 7.75V6.25ZM6.62756 11.6296L6.62756 12.5556H8.12756L8.12756 11.6296H6.62756ZM7.89662 13.0969L9.51905 11.5414L8.48095 10.4586L6.85851 12.0142L7.89662 13.0969ZM7.93904 12.0583L6.56148 10.5028L5.43852 11.4972L6.81609 13.0528L7.93904 12.0583ZM16.0328 7.9907C15.0431 6.9209 13.6212 6.25 12.0437 6.25V7.75C13.1879 7.75 14.2154 8.23504 14.9317 9.0093L16.0328 7.9907Z"/><path d="M16.6188 11.4453L17.1795 10.9472C17.044 10.7947 16.8523 10.704 16.6485 10.6959C16.4447 10.6878 16.2464 10.7631 16.0993 10.9044L16.6188 11.4453ZM14.4805 12.4591C14.1817 12.746 14.1722 13.2208 14.4591 13.5195C14.746 13.8183 15.2208 13.8278 15.5195 13.5409L14.4805 12.4591ZM17.4393 13.4981C17.7144 13.8078 18.1885 13.8358 18.4981 13.5607C18.8078 13.2856 18.8358 12.8115 18.5607 12.5019L17.4393 13.4981ZM9.04688 15.0057C8.76342 14.7037 8.28879 14.6886 7.98675 14.9721C7.68472 15.2555 7.66966 15.7302 7.95312 16.0322L9.04688 15.0057ZM11.9348 17.7509C14.9276 17.7509 17.3688 15.3506 17.3688 12.3712H15.8688C15.8688 14.5057 14.1158 16.2509 11.9348 16.2509V17.7509ZM17.3688 12.3712V11.4453H15.8688V12.3712H17.3688ZM16.0993 10.9044L14.4805 12.4591L15.5195 13.5409L17.1383 11.9862L16.0993 10.9044ZM16.0581 11.9434L17.4393 13.4981L18.5607 12.5019L17.1795 10.9472L16.0581 11.9434ZM7.95312 16.0322C8.94543 17.0895 10.3635 17.7509 11.9348 17.7509V16.2509C10.792 16.2509 9.76546 15.7714 9.04688 15.0057L7.95312 16.0322Z"/></g></svg> </template>
CSS
.icon-refresh-circle-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.37756%2011.6296H6.62756H7.37756ZM7.37756%2012.5556L6.81609%2013.0528C6.95137%2013.2056%207.14306%2013.2966%207.34695%2013.3049C7.55084%2013.3133%207.74932%2013.2382%207.89662%2013.0969L7.37756%2012.5556ZM9.51905%2011.5414C9.81805%2011.2547%209.82804%2010.7799%209.54137%2010.4809C9.2547%2010.182%208.77994%2010.172%208.48095%2010.4586L9.51905%2011.5414ZM6.56148%2010.5028C6.28686%2010.1927%205.81286%2010.1639%205.50277%2010.4385C5.19267%2010.7131%205.16391%2011.1871%205.43852%2011.4972L6.56148%2010.5028ZM14.9317%209.0093C15.213%209.31337%2015.6875%209.33184%2015.9915%209.05055C16.2956%208.76927%2016.3141%208.29476%2016.0328%207.9907L14.9317%209.0093ZM12.0437%206.25C9.05802%206.25%206.62756%208.653%206.62756%2011.6296H8.12756C8.12756%209.49251%209.87531%207.75%2012.0437%207.75V6.25ZM6.62756%2011.6296L6.62756%2012.5556H8.12756L8.12756%2011.6296H6.62756ZM7.89662%2013.0969L9.51905%2011.5414L8.48095%2010.4586L6.85851%2012.0142L7.89662%2013.0969ZM7.93904%2012.0583L6.56148%2010.5028L5.43852%2011.4972L6.81609%2013.0528L7.93904%2012.0583ZM16.0328%207.9907C15.0431%206.9209%2013.6212%206.25%2012.0437%206.25V7.75C13.1879%207.75%2014.2154%208.23504%2014.9317%209.0093L16.0328%207.9907Z%22%2F%3E%3Cpath%20d%3D%22M16.6188%2011.4453L17.1795%2010.9472C17.044%2010.7947%2016.8523%2010.704%2016.6485%2010.6959C16.4447%2010.6878%2016.2464%2010.7631%2016.0993%2010.9044L16.6188%2011.4453ZM14.4805%2012.4591C14.1817%2012.746%2014.1722%2013.2208%2014.4591%2013.5195C14.746%2013.8183%2015.2208%2013.8278%2015.5195%2013.5409L14.4805%2012.4591ZM17.4393%2013.4981C17.7144%2013.8078%2018.1885%2013.8358%2018.4981%2013.5607C18.8078%2013.2856%2018.8358%2012.8115%2018.5607%2012.5019L17.4393%2013.4981ZM9.04688%2015.0057C8.76342%2014.7037%208.28879%2014.6886%207.98675%2014.9721C7.68472%2015.2555%207.66966%2015.7302%207.95312%2016.0322L9.04688%2015.0057ZM11.9348%2017.7509C14.9276%2017.7509%2017.3688%2015.3506%2017.3688%2012.3712H15.8688C15.8688%2014.5057%2014.1158%2016.2509%2011.9348%2016.2509V17.7509ZM17.3688%2012.3712V11.4453H15.8688V12.3712H17.3688ZM16.0993%2010.9044L14.4805%2012.4591L15.5195%2013.5409L17.1383%2011.9862L16.0993%2010.9044ZM16.0581%2011.9434L17.4393%2013.4981L18.5607%2012.5019L17.1795%2010.9472L16.0581%2011.9434ZM7.95312%2016.0322C8.94543%2017.0895%2010.3635%2017.7509%2011.9348%2017.7509V16.2509C10.792%2016.2509%209.76546%2015.7714%209.04688%2015.0057L7.95312%2016.0322Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.37756%2011.6296H6.62756H7.37756ZM7.37756%2012.5556L6.81609%2013.0528C6.95137%2013.2056%207.14306%2013.2966%207.34695%2013.3049C7.55084%2013.3133%207.74932%2013.2382%207.89662%2013.0969L7.37756%2012.5556ZM9.51905%2011.5414C9.81805%2011.2547%209.82804%2010.7799%209.54137%2010.4809C9.2547%2010.182%208.77994%2010.172%208.48095%2010.4586L9.51905%2011.5414ZM6.56148%2010.5028C6.28686%2010.1927%205.81286%2010.1639%205.50277%2010.4385C5.19267%2010.7131%205.16391%2011.1871%205.43852%2011.4972L6.56148%2010.5028ZM14.9317%209.0093C15.213%209.31337%2015.6875%209.33184%2015.9915%209.05055C16.2956%208.76927%2016.3141%208.29476%2016.0328%207.9907L14.9317%209.0093ZM12.0437%206.25C9.05802%206.25%206.62756%208.653%206.62756%2011.6296H8.12756C8.12756%209.49251%209.87531%207.75%2012.0437%207.75V6.25ZM6.62756%2011.6296L6.62756%2012.5556H8.12756L8.12756%2011.6296H6.62756ZM7.89662%2013.0969L9.51905%2011.5414L8.48095%2010.4586L6.85851%2012.0142L7.89662%2013.0969ZM7.93904%2012.0583L6.56148%2010.5028L5.43852%2011.4972L6.81609%2013.0528L7.93904%2012.0583ZM16.0328%207.9907C15.0431%206.9209%2013.6212%206.25%2012.0437%206.25V7.75C13.1879%207.75%2014.2154%208.23504%2014.9317%209.0093L16.0328%207.9907Z%22%2F%3E%3Cpath%20d%3D%22M16.6188%2011.4453L17.1795%2010.9472C17.044%2010.7947%2016.8523%2010.704%2016.6485%2010.6959C16.4447%2010.6878%2016.2464%2010.7631%2016.0993%2010.9044L16.6188%2011.4453ZM14.4805%2012.4591C14.1817%2012.746%2014.1722%2013.2208%2014.4591%2013.5195C14.746%2013.8183%2015.2208%2013.8278%2015.5195%2013.5409L14.4805%2012.4591ZM17.4393%2013.4981C17.7144%2013.8078%2018.1885%2013.8358%2018.4981%2013.5607C18.8078%2013.2856%2018.8358%2012.8115%2018.5607%2012.5019L17.4393%2013.4981ZM9.04688%2015.0057C8.76342%2014.7037%208.28879%2014.6886%207.98675%2014.9721C7.68472%2015.2555%207.66966%2015.7302%207.95312%2016.0322L9.04688%2015.0057ZM11.9348%2017.7509C14.9276%2017.7509%2017.3688%2015.3506%2017.3688%2012.3712H15.8688C15.8688%2014.5057%2014.1158%2016.2509%2011.9348%2016.2509V17.7509ZM17.3688%2012.3712V11.4453H15.8688V12.3712H17.3688ZM16.0993%2010.9044L14.4805%2012.4591L15.5195%2013.5409L17.1383%2011.9862L16.0993%2010.9044ZM16.0581%2011.9434L17.4393%2013.4981L18.5607%2012.5019L17.1795%2010.9472L16.0581%2011.9434ZM7.95312%2016.0322C8.94543%2017.0895%2010.3635%2017.7509%2011.9348%2017.7509V16.2509C10.792%2016.2509%209.76546%2015.7714%209.04688%2015.0057L7.95312%2016.0322Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/refresh-circle-bold-duotone.svg?color=%231a73e8&size=48