repeat one icon
repeat-one-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- repeat-one-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
Use the repeat one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.47 3.047c.057-.719.75-1.169 1.332-.865c.38.199.92.502 1.557.916c.669.434 1.191.826 1.534 1.1c.489.389.47 1.193-.05 1.605c-.342.27-.855.654-1.515 1.083a20 20 0 0 1-1.59.934c-.576.3-1.206-.084-1.261-.756q-.02-.226-.037-.52V6.5H6a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-6a1.5 1.5 0 1 1 3 0v6a3.5 3.5 0 0 1-3.5 3.5H6A3.5 3.5 0 0 1 2.5 17V7A3.5 3.5 0 0 1 6 3.5h9.44v-.001q.015-.25.03-.452m-4.302 5.705A1.5 1.5 0 0 1 13.5 10v5a1.5 1.5 0 0 1-3 0v-2.501a1.498 1.498 0 0 1-.832-2.747z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteRepeatOneFill(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.47 3.047c.057-.719.75-1.169 1.332-.865c.38.199.92.502 1.557.916c.669.434 1.191.826 1.534 1.1c.489.389.47 1.193-.05 1.605c-.342.27-.855.654-1.515 1.083a20 20 0 0 1-1.59.934c-.576.3-1.206-.084-1.261-.756q-.02-.226-.037-.52V6.5H6a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-6a1.5 1.5 0 1 1 3 0v6a3.5 3.5 0 0 1-3.5 3.5H6A3.5 3.5 0 0 1 2.5 17V7A3.5 3.5 0 0 1 6 3.5h9.44v-.001q.015-.25.03-.452m-4.302 5.705A1.5 1.5 0 0 1 13.5 10v5a1.5 1.5 0 0 1-3 0v-2.501a1.498 1.498 0 0 1-.832-2.747z"/></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.47 3.047c.057-.719.75-1.169 1.332-.865c.38.199.92.502 1.557.916c.669.434 1.191.826 1.534 1.1c.489.389.47 1.193-.05 1.605c-.342.27-.855.654-1.515 1.083a20 20 0 0 1-1.59.934c-.576.3-1.206-.084-1.261-.756q-.02-.226-.037-.52V6.5H6a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-6a1.5 1.5 0 1 1 3 0v6a3.5 3.5 0 0 1-3.5 3.5H6A3.5 3.5 0 0 1 2.5 17V7A3.5 3.5 0 0 1 6 3.5h9.44v-.001q.015-.25.03-.452m-4.302 5.705A1.5 1.5 0 0 1 13.5 10v5a1.5 1.5 0 0 1-3 0v-2.501a1.498 1.498 0 0 1-.832-2.747z"/></svg> </template>
CSS
.icon-repeat-one-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.47%203.047c.057-.719.75-1.169%201.332-.865c.38.199.92.502%201.557.916c.669.434%201.191.826%201.534%201.1c.489.389.47%201.193-.05%201.605c-.342.27-.855.654-1.515%201.083a20%2020%200%200%201-1.59.934c-.576.3-1.206-.084-1.261-.756q-.02-.226-.037-.52V6.5H6a.5.5%200%200%200-.5.5v10a.5.5%200%200%200%20.5.5h12a.5.5%200%200%200%20.5-.5v-6a1.5%201.5%200%201%201%203%200v6a3.5%203.5%200%200%201-3.5%203.5H6A3.5%203.5%200%200%201%202.5%2017V7A3.5%203.5%200%200%201%206%203.5h9.44v-.001q.015-.25.03-.452m-4.302%205.705A1.5%201.5%200%200%201%2013.5%2010v5a1.5%201.5%200%200%201-3%200v-2.501a1.498%201.498%200%200%201-.832-2.747z%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.47%203.047c.057-.719.75-1.169%201.332-.865c.38.199.92.502%201.557.916c.669.434%201.191.826%201.534%201.1c.489.389.47%201.193-.05%201.605c-.342.27-.855.654-1.515%201.083a20%2020%200%200%201-1.59.934c-.576.3-1.206-.084-1.261-.756q-.02-.226-.037-.52V6.5H6a.5.5%200%200%200-.5.5v10a.5.5%200%200%200%20.5.5h12a.5.5%200%200%200%20.5-.5v-6a1.5%201.5%200%201%201%203%200v6a3.5%203.5%200%200%201-3.5%203.5H6A3.5%203.5%200%200%201%202.5%2017V7A3.5%203.5%200%200%201%206%203.5h9.44v-.001q.015-.25.03-.452m-4.302%205.705A1.5%201.5%200%200%201%2013.5%2010v5a1.5%201.5%200%200%201-3%200v-2.501a1.498%201.498%200%200%201-.832-2.747z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/repeat-one-fill.svg?color=%231a73e8&size=48