refresh 2 icon
refresh-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- refresh-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the refresh 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.498 12.083c-.01-1.314 1.45-2.04 2.492-1.337l2.678 1.805c1.463.986.486 3.268-1.238 2.89l-.108-.025a7.504 7.504 0 0 0 13.175.336a1.5 1.5 0 0 1 2.6 1.497c-2.317 4.02-7.119 6.152-11.815 4.894a10.5 10.5 0 0 1-7.784-10.06m1.406-5.331C5.22 2.733 10.022.6 14.718 1.858a10.5 10.5 0 0 1 7.784 10.061c.01 1.314-1.45 2.039-2.492 1.336l-2.678-1.804c-1.464-.986-.487-3.267 1.237-2.89l.108.024a7.48 7.48 0 0 0-4.736-3.83A7.505 7.505 0 0 0 5.503 8.25a1.5 1.5 0 0 1-2.599-1.498"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteRefresh2Fill(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="M1.498 12.083c-.01-1.314 1.45-2.04 2.492-1.337l2.678 1.805c1.463.986.486 3.268-1.238 2.89l-.108-.025a7.504 7.504 0 0 0 13.175.336a1.5 1.5 0 0 1 2.6 1.497c-2.317 4.02-7.119 6.152-11.815 4.894a10.5 10.5 0 0 1-7.784-10.06m1.406-5.331C5.22 2.733 10.022.6 14.718 1.858a10.5 10.5 0 0 1 7.784 10.061c.01 1.314-1.45 2.039-2.492 1.336l-2.678-1.804c-1.464-.986-.487-3.267 1.237-2.89l.108.024a7.48 7.48 0 0 0-4.736-3.83A7.505 7.505 0 0 0 5.503 8.25a1.5 1.5 0 0 1-2.599-1.498"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.498 12.083c-.01-1.314 1.45-2.04 2.492-1.337l2.678 1.805c1.463.986.486 3.268-1.238 2.89l-.108-.025a7.504 7.504 0 0 0 13.175.336a1.5 1.5 0 0 1 2.6 1.497c-2.317 4.02-7.119 6.152-11.815 4.894a10.5 10.5 0 0 1-7.784-10.06m1.406-5.331C5.22 2.733 10.022.6 14.718 1.858a10.5 10.5 0 0 1 7.784 10.061c.01 1.314-1.45 2.039-2.492 1.336l-2.678-1.804c-1.464-.986-.487-3.267 1.237-2.89l.108.024a7.48 7.48 0 0 0-4.736-3.83A7.505 7.505 0 0 0 5.503 8.25a1.5 1.5 0 0 1-2.599-1.498"/></svg> </template>
CSS
.icon-refresh-2-fill {
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%22M1.498%2012.083c-.01-1.314%201.45-2.04%202.492-1.337l2.678%201.805c1.463.986.486%203.268-1.238%202.89l-.108-.025a7.504%207.504%200%200%200%2013.175.336a1.5%201.5%200%200%201%202.6%201.497c-2.317%204.02-7.119%206.152-11.815%204.894a10.5%2010.5%200%200%201-7.784-10.06m1.406-5.331C5.22%202.733%2010.022.6%2014.718%201.858a10.5%2010.5%200%200%201%207.784%2010.061c.01%201.314-1.45%202.039-2.492%201.336l-2.678-1.804c-1.464-.986-.487-3.267%201.237-2.89l.108.024a7.48%207.48%200%200%200-4.736-3.83A7.505%207.505%200%200%200%205.503%208.25a1.5%201.5%200%200%201-2.599-1.498%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%22M1.498%2012.083c-.01-1.314%201.45-2.04%202.492-1.337l2.678%201.805c1.463.986.486%203.268-1.238%202.89l-.108-.025a7.504%207.504%200%200%200%2013.175.336a1.5%201.5%200%200%201%202.6%201.497c-2.317%204.02-7.119%206.152-11.815%204.894a10.5%2010.5%200%200%201-7.784-10.06m1.406-5.331C5.22%202.733%2010.022.6%2014.718%201.858a10.5%2010.5%200%200%201%207.784%2010.061c.01%201.314-1.45%202.039-2.492%201.336l-2.678-1.804c-1.464-.986-.487-3.267%201.237-2.89l.108.024a7.48%207.48%200%200%200-4.736-3.83A7.505%207.505%200%200%200%205.503%208.25a1.5%201.5%200%200%201-2.599-1.498%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/refresh-2-fill.svg?color=%231a73e8&size=48