restart circle icon
restart-circle-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows · CC-BY-4.0 Attribution required.
- Name
- restart-circle-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Arrows
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-circle-boldrefresh-square-boldrestart-boldrestart-square-boldround-alt-arrow-down-boldround-alt-arrow-left-boldround-alt-arrow-right-bold
Use the restart 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="M16.4017 6.28518C16.4017 5.98023 16.217 5.70565 15.9346 5.5906C15.6522 5.47556 15.3283 5.54296 15.1152 5.7611L14.3647 6.5294C12.244 5.55368 9.66551 5.95808 7.92796 7.73682C5.69068 10.0271 5.69068 13.7334 7.92796 16.0237C10.1748 18.3238 13.8252 18.3238 16.072 16.0237C17.3754 14.6895 17.9168 12.877 17.7055 11.1497C17.6552 10.7386 17.2812 10.446 16.87 10.4963C16.4589 10.5466 16.1663 10.9207 16.2166 11.3318C16.3757 12.6325 15.9667 13.9849 14.999 14.9755C13.3407 16.6732 10.6593 16.6732 9.00097 14.9755C7.33301 13.268 7.33301 10.4925 9.00097 8.78499C10.1467 7.61206 11.7795 7.25045 13.225 7.69607L12.4635 8.47562C12.2527 8.69147 12.1917 9.01267 12.3088 9.29076C12.4259 9.56886 12.6983 9.7497 13 9.7497H15.6517C16.0659 9.7497 16.4017 9.41391 16.4017 8.9997V6.28518Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarRestartCircleBoldDuotone(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="M16.4017 6.28518C16.4017 5.98023 16.217 5.70565 15.9346 5.5906C15.6522 5.47556 15.3283 5.54296 15.1152 5.7611L14.3647 6.5294C12.244 5.55368 9.66551 5.95808 7.92796 7.73682C5.69068 10.0271 5.69068 13.7334 7.92796 16.0237C10.1748 18.3238 13.8252 18.3238 16.072 16.0237C17.3754 14.6895 17.9168 12.877 17.7055 11.1497C17.6552 10.7386 17.2812 10.446 16.87 10.4963C16.4589 10.5466 16.1663 10.9207 16.2166 11.3318C16.3757 12.6325 15.9667 13.9849 14.999 14.9755C13.3407 16.6732 10.6593 16.6732 9.00097 14.9755C7.33301 13.268 7.33301 10.4925 9.00097 8.78499C10.1467 7.61206 11.7795 7.25045 13.225 7.69607L12.4635 8.47562C12.2527 8.69147 12.1917 9.01267 12.3088 9.29076C12.4259 9.56886 12.6983 9.7497 13 9.7497H15.6517C16.0659 9.7497 16.4017 9.41391 16.4017 8.9997V6.28518Z"/></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="M16.4017 6.28518C16.4017 5.98023 16.217 5.70565 15.9346 5.5906C15.6522 5.47556 15.3283 5.54296 15.1152 5.7611L14.3647 6.5294C12.244 5.55368 9.66551 5.95808 7.92796 7.73682C5.69068 10.0271 5.69068 13.7334 7.92796 16.0237C10.1748 18.3238 13.8252 18.3238 16.072 16.0237C17.3754 14.6895 17.9168 12.877 17.7055 11.1497C17.6552 10.7386 17.2812 10.446 16.87 10.4963C16.4589 10.5466 16.1663 10.9207 16.2166 11.3318C16.3757 12.6325 15.9667 13.9849 14.999 14.9755C13.3407 16.6732 10.6593 16.6732 9.00097 14.9755C7.33301 13.268 7.33301 10.4925 9.00097 8.78499C10.1467 7.61206 11.7795 7.25045 13.225 7.69607L12.4635 8.47562C12.2527 8.69147 12.1917 9.01267 12.3088 9.29076C12.4259 9.56886 12.6983 9.7497 13 9.7497H15.6517C16.0659 9.7497 16.4017 9.41391 16.4017 8.9997V6.28518Z"/></g></svg> </template>
CSS
.icon-restart-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%22M16.4017%206.28518C16.4017%205.98023%2016.217%205.70565%2015.9346%205.5906C15.6522%205.47556%2015.3283%205.54296%2015.1152%205.7611L14.3647%206.5294C12.244%205.55368%209.66551%205.95808%207.92796%207.73682C5.69068%2010.0271%205.69068%2013.7334%207.92796%2016.0237C10.1748%2018.3238%2013.8252%2018.3238%2016.072%2016.0237C17.3754%2014.6895%2017.9168%2012.877%2017.7055%2011.1497C17.6552%2010.7386%2017.2812%2010.446%2016.87%2010.4963C16.4589%2010.5466%2016.1663%2010.9207%2016.2166%2011.3318C16.3757%2012.6325%2015.9667%2013.9849%2014.999%2014.9755C13.3407%2016.6732%2010.6593%2016.6732%209.00097%2014.9755C7.33301%2013.268%207.33301%2010.4925%209.00097%208.78499C10.1467%207.61206%2011.7795%207.25045%2013.225%207.69607L12.4635%208.47562C12.2527%208.69147%2012.1917%209.01267%2012.3088%209.29076C12.4259%209.56886%2012.6983%209.7497%2013%209.7497H15.6517C16.0659%209.7497%2016.4017%209.41391%2016.4017%208.9997V6.28518Z%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%22M16.4017%206.28518C16.4017%205.98023%2016.217%205.70565%2015.9346%205.5906C15.6522%205.47556%2015.3283%205.54296%2015.1152%205.7611L14.3647%206.5294C12.244%205.55368%209.66551%205.95808%207.92796%207.73682C5.69068%2010.0271%205.69068%2013.7334%207.92796%2016.0237C10.1748%2018.3238%2013.8252%2018.3238%2016.072%2016.0237C17.3754%2014.6895%2017.9168%2012.877%2017.7055%2011.1497C17.6552%2010.7386%2017.2812%2010.446%2016.87%2010.4963C16.4589%2010.5466%2016.1663%2010.9207%2016.2166%2011.3318C16.3757%2012.6325%2015.9667%2013.9849%2014.999%2014.9755C13.3407%2016.6732%2010.6593%2016.6732%209.00097%2014.9755C7.33301%2013.268%207.33301%2010.4925%209.00097%208.78499C10.1467%207.61206%2011.7795%207.25045%2013.225%207.69607L12.4635%208.47562C12.2527%208.69147%2012.1917%209.01267%2012.3088%209.29076C12.4259%209.56886%2012.6983%209.7497%2013%209.7497H15.6517C16.0659%209.7497%2016.4017%209.41391%2016.4017%208.9997V6.28518Z%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/restart-circle-bold-duotone.svg?color=%231a73e8&size=48