refresh circle icon

refresh-circle-bold from Solar by 480 Design · Bold · Arrows · CC-BY-4.0 Attribution required.

Name
refresh-circle-bold
Set
Solar
Style
Bold
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

Use the refresh 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="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM5.46056 11.0833C5.83331 7.79988 8.62404 5.25 12.0096 5.25C14.148 5.25 16.0489 6.26793 17.2521 7.84246C17.5036 8.17158 17.4406 8.64227 17.1115 8.89376C16.7824 9.14526 16.3117 9.08233 16.0602 8.7532C15.1289 7.53445 13.6613 6.75 12.0096 6.75C9.45213 6.75 7.33639 8.63219 6.9733 11.0833H7.33652C7.63996 11.0833 7.9135 11.2662 8.02953 11.5466C8.14556 11.8269 8.0812 12.1496 7.86649 12.364L6.69823 13.5307C6.40542 13.8231 5.9311 13.8231 5.63829 13.5307L4.47003 12.364C4.25532 12.1496 4.19097 11.8269 4.30699 11.5466C4.42302 11.2662 4.69656 11.0833 5 11.0833H5.46056ZM18.3617 10.4693C18.0689 10.1769 17.5946 10.1769 17.3018 10.4693L16.1335 11.636C15.9188 11.8504 15.8545 12.1731 15.9705 12.4534C16.0865 12.7338 16.3601 12.9167 16.6635 12.9167H17.0267C16.6636 15.3678 14.5479 17.25 11.9905 17.25C10.3464 17.25 8.88484 16.4729 7.9529 15.2638C7.70002 14.9358 7.22908 14.8748 6.90101 15.1277C6.57295 15.3806 6.512 15.8515 6.76487 16.1796C7.96886 17.7416 9.86205 18.75 11.9905 18.75C15.376 18.75 18.1667 16.2001 18.5395 12.9167H19C19.3035 12.9167 19.577 12.7338 19.693 12.4534C19.8091 12.1731 19.7447 11.8504 19.53 11.636L18.3617 10.4693Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarRefreshCircleBold(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="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM5.46056 11.0833C5.83331 7.79988 8.62404 5.25 12.0096 5.25C14.148 5.25 16.0489 6.26793 17.2521 7.84246C17.5036 8.17158 17.4406 8.64227 17.1115 8.89376C16.7824 9.14526 16.3117 9.08233 16.0602 8.7532C15.1289 7.53445 13.6613 6.75 12.0096 6.75C9.45213 6.75 7.33639 8.63219 6.9733 11.0833H7.33652C7.63996 11.0833 7.9135 11.2662 8.02953 11.5466C8.14556 11.8269 8.0812 12.1496 7.86649 12.364L6.69823 13.5307C6.40542 13.8231 5.9311 13.8231 5.63829 13.5307L4.47003 12.364C4.25532 12.1496 4.19097 11.8269 4.30699 11.5466C4.42302 11.2662 4.69656 11.0833 5 11.0833H5.46056ZM18.3617 10.4693C18.0689 10.1769 17.5946 10.1769 17.3018 10.4693L16.1335 11.636C15.9188 11.8504 15.8545 12.1731 15.9705 12.4534C16.0865 12.7338 16.3601 12.9167 16.6635 12.9167H17.0267C16.6636 15.3678 14.5479 17.25 11.9905 17.25C10.3464 17.25 8.88484 16.4729 7.9529 15.2638C7.70002 14.9358 7.22908 14.8748 6.90101 15.1277C6.57295 15.3806 6.512 15.8515 6.76487 16.1796C7.96886 17.7416 9.86205 18.75 11.9905 18.75C15.376 18.75 18.1667 16.2001 18.5395 12.9167H19C19.3035 12.9167 19.577 12.7338 19.693 12.4534C19.8091 12.1731 19.7447 11.8504 19.53 11.636L18.3617 10.4693Z" 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="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM5.46056 11.0833C5.83331 7.79988 8.62404 5.25 12.0096 5.25C14.148 5.25 16.0489 6.26793 17.2521 7.84246C17.5036 8.17158 17.4406 8.64227 17.1115 8.89376C16.7824 9.14526 16.3117 9.08233 16.0602 8.7532C15.1289 7.53445 13.6613 6.75 12.0096 6.75C9.45213 6.75 7.33639 8.63219 6.9733 11.0833H7.33652C7.63996 11.0833 7.9135 11.2662 8.02953 11.5466C8.14556 11.8269 8.0812 12.1496 7.86649 12.364L6.69823 13.5307C6.40542 13.8231 5.9311 13.8231 5.63829 13.5307L4.47003 12.364C4.25532 12.1496 4.19097 11.8269 4.30699 11.5466C4.42302 11.2662 4.69656 11.0833 5 11.0833H5.46056ZM18.3617 10.4693C18.0689 10.1769 17.5946 10.1769 17.3018 10.4693L16.1335 11.636C15.9188 11.8504 15.8545 12.1731 15.9705 12.4534C16.0865 12.7338 16.3601 12.9167 16.6635 12.9167H17.0267C16.6636 15.3678 14.5479 17.25 11.9905 17.25C10.3464 17.25 8.88484 16.4729 7.9529 15.2638C7.70002 14.9358 7.22908 14.8748 6.90101 15.1277C6.57295 15.3806 6.512 15.8515 6.76487 16.1796C7.96886 17.7416 9.86205 18.75 11.9905 18.75C15.376 18.75 18.1667 16.2001 18.5395 12.9167H19C19.3035 12.9167 19.577 12.7338 19.693 12.4534C19.8091 12.1731 19.7447 11.8504 19.53 11.636L18.3617 10.4693Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-refresh-circle-bold {
  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%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012ZM5.46056%2011.0833C5.83331%207.79988%208.62404%205.25%2012.0096%205.25C14.148%205.25%2016.0489%206.26793%2017.2521%207.84246C17.5036%208.17158%2017.4406%208.64227%2017.1115%208.89376C16.7824%209.14526%2016.3117%209.08233%2016.0602%208.7532C15.1289%207.53445%2013.6613%206.75%2012.0096%206.75C9.45213%206.75%207.33639%208.63219%206.9733%2011.0833H7.33652C7.63996%2011.0833%207.9135%2011.2662%208.02953%2011.5466C8.14556%2011.8269%208.0812%2012.1496%207.86649%2012.364L6.69823%2013.5307C6.40542%2013.8231%205.9311%2013.8231%205.63829%2013.5307L4.47003%2012.364C4.25532%2012.1496%204.19097%2011.8269%204.30699%2011.5466C4.42302%2011.2662%204.69656%2011.0833%205%2011.0833H5.46056ZM18.3617%2010.4693C18.0689%2010.1769%2017.5946%2010.1769%2017.3018%2010.4693L16.1335%2011.636C15.9188%2011.8504%2015.8545%2012.1731%2015.9705%2012.4534C16.0865%2012.7338%2016.3601%2012.9167%2016.6635%2012.9167H17.0267C16.6636%2015.3678%2014.5479%2017.25%2011.9905%2017.25C10.3464%2017.25%208.88484%2016.4729%207.9529%2015.2638C7.70002%2014.9358%207.22908%2014.8748%206.90101%2015.1277C6.57295%2015.3806%206.512%2015.8515%206.76487%2016.1796C7.96886%2017.7416%209.86205%2018.75%2011.9905%2018.75C15.376%2018.75%2018.1667%2016.2001%2018.5395%2012.9167H19C19.3035%2012.9167%2019.577%2012.7338%2019.693%2012.4534C19.8091%2012.1731%2019.7447%2011.8504%2019.53%2011.636L18.3617%2010.4693Z%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%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012ZM5.46056%2011.0833C5.83331%207.79988%208.62404%205.25%2012.0096%205.25C14.148%205.25%2016.0489%206.26793%2017.2521%207.84246C17.5036%208.17158%2017.4406%208.64227%2017.1115%208.89376C16.7824%209.14526%2016.3117%209.08233%2016.0602%208.7532C15.1289%207.53445%2013.6613%206.75%2012.0096%206.75C9.45213%206.75%207.33639%208.63219%206.9733%2011.0833H7.33652C7.63996%2011.0833%207.9135%2011.2662%208.02953%2011.5466C8.14556%2011.8269%208.0812%2012.1496%207.86649%2012.364L6.69823%2013.5307C6.40542%2013.8231%205.9311%2013.8231%205.63829%2013.5307L4.47003%2012.364C4.25532%2012.1496%204.19097%2011.8269%204.30699%2011.5466C4.42302%2011.2662%204.69656%2011.0833%205%2011.0833H5.46056ZM18.3617%2010.4693C18.0689%2010.1769%2017.5946%2010.1769%2017.3018%2010.4693L16.1335%2011.636C15.9188%2011.8504%2015.8545%2012.1731%2015.9705%2012.4534C16.0865%2012.7338%2016.3601%2012.9167%2016.6635%2012.9167H17.0267C16.6636%2015.3678%2014.5479%2017.25%2011.9905%2017.25C10.3464%2017.25%208.88484%2016.4729%207.9529%2015.2638C7.70002%2014.9358%207.22908%2014.8748%206.90101%2015.1277C6.57295%2015.3806%206.512%2015.8515%206.76487%2016.1796C7.96886%2017.7416%209.86205%2018.75%2011.9905%2018.75C15.376%2018.75%2018.1667%2016.2001%2018.5395%2012.9167H19C19.3035%2012.9167%2019.577%2012.7338%2019.693%2012.4534C19.8091%2012.1731%2019.7447%2011.8504%2019.53%2011.636L18.3617%2010.4693Z%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/solar/refresh-circle-bold.svg?color=%231a73e8&size=48