repeat icon
repeat-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- repeat-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
repeatBootstrap IconsrepeatBoxIcons v2repeatCarbonrepeat-fillEva IconsrepeatFramework7 IconsrepeatFont Awesome 6 SolidrepeatFont Awesome SolidrepeatFeather Iconsrepeatcss.ggrepeatHuge IconsrepeatIconoirrepeatIonIconsrepeatJam IconsrepeatLuciderepeatMaterial SymbolsrepeatMaterial Symbols LightrepeatMaterial Design IconsrepeatMyna UI IconsrepeatPhosphorrepeatPixelarticonsrepeat-fillRemix Iconrepeat-boldSolarrepeatTabler IconsrepeatUnicons
Related icons in MingCute Icon
Use the repeat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.471 4.047c.056-.718.749-1.169 1.331-.865c.38.199.921.502 1.558.916c.668.434 1.19.826 1.533 1.1c.489.388.47 1.194-.05 1.605a20 20 0 0 1-1.515 1.083c-.659.428-1.21.736-1.59.934c-.577.3-1.207-.084-1.261-.756q-.02-.226-.037-.519V7.5H6a.5.5 0 0 0-.5.5v5a1.5 1.5 0 0 1-3 0V8A3.5 3.5 0 0 1 6 4.5h9.44q.015-.25.031-.453M8.562 16.5a23 23 0 0 0-.038-.564c-.055-.672-.685-1.057-1.262-.756c-.38.198-.931.506-1.59.934c-.66.428-1.173.812-1.515 1.083c-.52.411-.539 1.216-.05 1.606a20 20 0 0 0 3.091 2.015c.582.304 1.275-.147 1.33-.866q.017-.201.032-.452H18a3.5 3.5 0 0 0 3.5-3.5v-5a1.5 1.5 0 0 0-3 0v5a.5.5 0 0 1-.5.5z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteRepeatFill(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="M15.471 4.047c.056-.718.749-1.169 1.331-.865c.38.199.921.502 1.558.916c.668.434 1.19.826 1.533 1.1c.489.388.47 1.194-.05 1.605a20 20 0 0 1-1.515 1.083c-.659.428-1.21.736-1.59.934c-.577.3-1.207-.084-1.261-.756q-.02-.226-.037-.519V7.5H6a.5.5 0 0 0-.5.5v5a1.5 1.5 0 0 1-3 0V8A3.5 3.5 0 0 1 6 4.5h9.44q.015-.25.031-.453M8.562 16.5a23 23 0 0 0-.038-.564c-.055-.672-.685-1.057-1.262-.756c-.38.198-.931.506-1.59.934c-.66.428-1.173.812-1.515 1.083c-.52.411-.539 1.216-.05 1.606a20 20 0 0 0 3.091 2.015c.582.304 1.275-.147 1.33-.866q.017-.201.032-.452H18a3.5 3.5 0 0 0 3.5-3.5v-5a1.5 1.5 0 0 0-3 0v5a.5.5 0 0 1-.5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.471 4.047c.056-.718.749-1.169 1.331-.865c.38.199.921.502 1.558.916c.668.434 1.19.826 1.533 1.1c.489.388.47 1.194-.05 1.605a20 20 0 0 1-1.515 1.083c-.659.428-1.21.736-1.59.934c-.577.3-1.207-.084-1.261-.756q-.02-.226-.037-.519V7.5H6a.5.5 0 0 0-.5.5v5a1.5 1.5 0 0 1-3 0V8A3.5 3.5 0 0 1 6 4.5h9.44q.015-.25.031-.453M8.562 16.5a23 23 0 0 0-.038-.564c-.055-.672-.685-1.057-1.262-.756c-.38.198-.931.506-1.59.934c-.66.428-1.173.812-1.515 1.083c-.52.411-.539 1.216-.05 1.606a20 20 0 0 0 3.091 2.015c.582.304 1.275-.147 1.33-.866q.017-.201.032-.452H18a3.5 3.5 0 0 0 3.5-3.5v-5a1.5 1.5 0 0 0-3 0v5a.5.5 0 0 1-.5.5z"/></svg> </template>
CSS
.icon-repeat-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%22M15.471%204.047c.056-.718.749-1.169%201.331-.865c.38.199.921.502%201.558.916c.668.434%201.19.826%201.533%201.1c.489.388.47%201.194-.05%201.605a20%2020%200%200%201-1.515%201.083c-.659.428-1.21.736-1.59.934c-.577.3-1.207-.084-1.261-.756q-.02-.226-.037-.519V7.5H6a.5.5%200%200%200-.5.5v5a1.5%201.5%200%200%201-3%200V8A3.5%203.5%200%200%201%206%204.5h9.44q.015-.25.031-.453M8.562%2016.5a23%2023%200%200%200-.038-.564c-.055-.672-.685-1.057-1.262-.756c-.38.198-.931.506-1.59.934c-.66.428-1.173.812-1.515%201.083c-.52.411-.539%201.216-.05%201.606a20%2020%200%200%200%203.091%202.015c.582.304%201.275-.147%201.33-.866q.017-.201.032-.452H18a3.5%203.5%200%200%200%203.5-3.5v-5a1.5%201.5%200%200%200-3%200v5a.5.5%200%200%201-.5.5z%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%22M15.471%204.047c.056-.718.749-1.169%201.331-.865c.38.199.921.502%201.558.916c.668.434%201.19.826%201.533%201.1c.489.388.47%201.194-.05%201.605a20%2020%200%200%201-1.515%201.083c-.659.428-1.21.736-1.59.934c-.577.3-1.207-.084-1.261-.756q-.02-.226-.037-.519V7.5H6a.5.5%200%200%200-.5.5v5a1.5%201.5%200%200%201-3%200V8A3.5%203.5%200%200%201%206%204.5h9.44q.015-.25.031-.453M8.562%2016.5a23%2023%200%200%200-.038-.564c-.055-.672-.685-1.057-1.262-.756c-.38.198-.931.506-1.59.934c-.66.428-1.173.812-1.515%201.083c-.52.411-.539%201.216-.05%201.606a20%2020%200%200%200%203.091%202.015c.582.304%201.275-.147%201.33-.866q.017-.201.032-.452H18a3.5%203.5%200%200%200%203.5-3.5v-5a1.5%201.5%200%200%200-3%200v5a.5.5%200%200%201-.5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/repeat-fill.svg?color=%231a73e8&size=48