refresh circle3 icon
refresh-circle3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- refresh-circle3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the refresh circle3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m-5.4 9.23c.17-1.19.7-2.26 1.53-3.1c2-1.99 5.15-2.1 7.29-.36v-.95c0-.41.34-.75.75-.75s.75.34.75.75v2.67c0 .41-.34.75-.75.75H13.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.75a3.965 3.965 0 0 0-5.07.45c-.6.6-.98 1.38-1.11 2.25c-.05.37-.37.64-.74.64c-.04 0-.07 0-.11-.01a.74.74 0 0 1-.62-.84m9.27 4.64a5.45 5.45 0 0 1-3.87 1.6c-1.22 0-2.43-.43-3.43-1.24v.94c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14.5c0-.41.34-.75.75-.75h2.67c.41 0 .75.34.75.75s-.34.75-.75.75h-.75c1.55 1.08 3.69.93 5.07-.45c.6-.6.98-1.38 1.11-2.25c.06-.41.43-.7.85-.64c.41.06.69.44.64.85c-.18 1.21-.71 2.28-1.54 3.11"/></svg>
React
import type { SVGProps } from "react";
export function ReiconRefreshCircle3Filled(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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m-5.4 9.23c.17-1.19.7-2.26 1.53-3.1c2-1.99 5.15-2.1 7.29-.36v-.95c0-.41.34-.75.75-.75s.75.34.75.75v2.67c0 .41-.34.75-.75.75H13.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.75a3.965 3.965 0 0 0-5.07.45c-.6.6-.98 1.38-1.11 2.25c-.05.37-.37.64-.74.64c-.04 0-.07 0-.11-.01a.74.74 0 0 1-.62-.84m9.27 4.64a5.45 5.45 0 0 1-3.87 1.6c-1.22 0-2.43-.43-3.43-1.24v.94c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14.5c0-.41.34-.75.75-.75h2.67c.41 0 .75.34.75.75s-.34.75-.75.75h-.75c1.55 1.08 3.69.93 5.07-.45c.6-.6.98-1.38 1.11-2.25c.06-.41.43-.7.85-.64c.41.06.69.44.64.85c-.18 1.21-.71 2.28-1.54 3.11"/></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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m-5.4 9.23c.17-1.19.7-2.26 1.53-3.1c2-1.99 5.15-2.1 7.29-.36v-.95c0-.41.34-.75.75-.75s.75.34.75.75v2.67c0 .41-.34.75-.75.75H13.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.75a3.965 3.965 0 0 0-5.07.45c-.6.6-.98 1.38-1.11 2.25c-.05.37-.37.64-.74.64c-.04 0-.07 0-.11-.01a.74.74 0 0 1-.62-.84m9.27 4.64a5.45 5.45 0 0 1-3.87 1.6c-1.22 0-2.43-.43-3.43-1.24v.94c0 .41-.34.75-.75.75s-.75-.34-.75-.75V14.5c0-.41.34-.75.75-.75h2.67c.41 0 .75.34.75.75s-.34.75-.75.75h-.75c1.55 1.08 3.69.93 5.07-.45c.6-.6.98-1.38 1.11-2.25c.06-.41.43-.7.85-.64c.41.06.69.44.64.85c-.18 1.21-.71 2.28-1.54 3.11"/></svg> </template>
CSS
.icon-refresh-circle3-filled {
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%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m-5.4%209.23c.17-1.19.7-2.26%201.53-3.1c2-1.99%205.15-2.1%207.29-.36v-.95c0-.41.34-.75.75-.75s.75.34.75.75v2.67c0%20.41-.34.75-.75.75H13.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.75a3.965%203.965%200%200%200-5.07.45c-.6.6-.98%201.38-1.11%202.25c-.05.37-.37.64-.74.64c-.04%200-.07%200-.11-.01a.74.74%200%200%201-.62-.84m9.27%204.64a5.45%205.45%200%200%201-3.87%201.6c-1.22%200-2.43-.43-3.43-1.24v.94c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V14.5c0-.41.34-.75.75-.75h2.67c.41%200%20.75.34.75.75s-.34.75-.75.75h-.75c1.55%201.08%203.69.93%205.07-.45c.6-.6.98-1.38%201.11-2.25c.06-.41.43-.7.85-.64c.41.06.69.44.64.85c-.18%201.21-.71%202.28-1.54%203.11%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%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m-5.4%209.23c.17-1.19.7-2.26%201.53-3.1c2-1.99%205.15-2.1%207.29-.36v-.95c0-.41.34-.75.75-.75s.75.34.75.75v2.67c0%20.41-.34.75-.75.75H13.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.75a3.965%203.965%200%200%200-5.07.45c-.6.6-.98%201.38-1.11%202.25c-.05.37-.37.64-.74.64c-.04%200-.07%200-.11-.01a.74.74%200%200%201-.62-.84m9.27%204.64a5.45%205.45%200%200%201-3.87%201.6c-1.22%200-2.43-.43-3.43-1.24v.94c0%20.41-.34.75-.75.75s-.75-.34-.75-.75V14.5c0-.41.34-.75.75-.75h2.67c.41%200%20.75.34.75.75s-.34.75-.75.75h-.75c1.55%201.08%203.69.93%205.07-.45c.6-.6.98-1.38%201.11-2.25c.06-.41.43-.7.85-.64c.41.06.69.44.64.85c-.18%201.21-.71%202.28-1.54%203.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/refresh-circle3-filled.svg?color=%231a73e8&size=48