refresh 4 ai icon
refresh-4-ai-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- refresh-4-ai-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 4 ai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 9.5A1.5 1.5 0 0 1 5.5 11a5.5 5.5 0 0 0 5.5 5.5h2.382a1.5 1.5 0 0 1 2.178-2.06l.645.644c.31.8.939 1.411 1.711 1.71l.145.145l.439 1.076a1.5 1.5 0 0 1-.44 1.045l-2.5 2.5a1.5 1.5 0 0 1-2.178-2.06H11A8.5 8.5 0 0 1 2.5 11A1.5 1.5 0 0 1 4 9.5M19 7a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 7M8.44 2.44a1.5 1.5 0 0 1 2.178 2.06H13c1.525 0 2.955.404 4.192 1.107a3 3 0 0 0-1.03 1.423l-.13.378a1 1 0 0 1-.624.624l-.026.008A5.5 5.5 0 0 0 13 7.5h-2.382A1.5 1.5 0 0 1 8.44 9.56l-2.5-2.5a1.5 1.5 0 0 1 0-2.12z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteRefresh4AiFill(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="M4 9.5A1.5 1.5 0 0 1 5.5 11a5.5 5.5 0 0 0 5.5 5.5h2.382a1.5 1.5 0 0 1 2.178-2.06l.645.644c.31.8.939 1.411 1.711 1.71l.145.145l.439 1.076a1.5 1.5 0 0 1-.44 1.045l-2.5 2.5a1.5 1.5 0 0 1-2.178-2.06H11A8.5 8.5 0 0 1 2.5 11A1.5 1.5 0 0 1 4 9.5M19 7a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 7M8.44 2.44a1.5 1.5 0 0 1 2.178 2.06H13c1.525 0 2.955.404 4.192 1.107a3 3 0 0 0-1.03 1.423l-.13.378a1 1 0 0 1-.624.624l-.026.008A5.5 5.5 0 0 0 13 7.5h-2.382A1.5 1.5 0 0 1 8.44 9.56l-2.5-2.5a1.5 1.5 0 0 1 0-2.12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 9.5A1.5 1.5 0 0 1 5.5 11a5.5 5.5 0 0 0 5.5 5.5h2.382a1.5 1.5 0 0 1 2.178-2.06l.645.644c.31.8.939 1.411 1.711 1.71l.145.145l.439 1.076a1.5 1.5 0 0 1-.44 1.045l-2.5 2.5a1.5 1.5 0 0 1-2.178-2.06H11A8.5 8.5 0 0 1 2.5 11A1.5 1.5 0 0 1 4 9.5M19 7a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 7M8.44 2.44a1.5 1.5 0 0 1 2.178 2.06H13c1.525 0 2.955.404 4.192 1.107a3 3 0 0 0-1.03 1.423l-.13.378a1 1 0 0 1-.624.624l-.026.008A5.5 5.5 0 0 0 13 7.5h-2.382A1.5 1.5 0 0 1 8.44 9.56l-2.5-2.5a1.5 1.5 0 0 1 0-2.12z"/></svg> </template>
CSS
.icon-refresh-4-ai-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%22M4%209.5A1.5%201.5%200%200%201%205.5%2011a5.5%205.5%200%200%200%205.5%205.5h2.382a1.5%201.5%200%200%201%202.178-2.06l.645.644c.31.8.939%201.411%201.711%201.71l.145.145l.439%201.076a1.5%201.5%200%200%201-.44%201.045l-2.5%202.5a1.5%201.5%200%200%201-2.178-2.06H11A8.5%208.5%200%200%201%202.5%2011A1.5%201.5%200%200%201%204%209.5M19%207a1%201%200%200%201%20.946.677l.13.378c.3.879.99%201.57%201.87%201.87l.377.129a1%201%200%200%201%200%201.892l-.378.13c-.879.3-1.57.99-1.87%201.87l-.129.377a1%201%200%200%201-1.892%200l-.13-.378a3%203%200%200%200-1.87-1.87l-.377-.129a1%201%200%200%201%200-1.892l.378-.13c.879-.3%201.57-.99%201.87-1.87l.129-.377A1%201%200%200%201%2019%207M8.44%202.44a1.5%201.5%200%200%201%202.178%202.06H13c1.525%200%202.955.404%204.192%201.107a3%203%200%200%200-1.03%201.423l-.13.378a1%201%200%200%201-.624.624l-.026.008A5.5%205.5%200%200%200%2013%207.5h-2.382A1.5%201.5%200%200%201%208.44%209.56l-2.5-2.5a1.5%201.5%200%200%201%200-2.12z%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%22M4%209.5A1.5%201.5%200%200%201%205.5%2011a5.5%205.5%200%200%200%205.5%205.5h2.382a1.5%201.5%200%200%201%202.178-2.06l.645.644c.31.8.939%201.411%201.711%201.71l.145.145l.439%201.076a1.5%201.5%200%200%201-.44%201.045l-2.5%202.5a1.5%201.5%200%200%201-2.178-2.06H11A8.5%208.5%200%200%201%202.5%2011A1.5%201.5%200%200%201%204%209.5M19%207a1%201%200%200%201%20.946.677l.13.378c.3.879.99%201.57%201.87%201.87l.377.129a1%201%200%200%201%200%201.892l-.378.13c-.879.3-1.57.99-1.87%201.87l-.129.377a1%201%200%200%201-1.892%200l-.13-.378a3%203%200%200%200-1.87-1.87l-.377-.129a1%201%200%200%201%200-1.892l.378-.13c.879-.3%201.57-.99%201.87-1.87l.129-.377A1%201%200%200%201%2019%207M8.44%202.44a1.5%201.5%200%200%201%202.178%202.06H13c1.525%200%202.955.404%204.192%201.107a3%203%200%200%200-1.03%201.423l-.13.378a1%201%200%200%201-.624.624l-.026.008A5.5%205.5%200%200%200%2013%207.5h-2.382A1.5%201.5%200%200%201%208.44%209.56l-2.5-2.5a1.5%201.5%200%200%201%200-2.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/refresh-4-ai-fill.svg?color=%231a73e8&size=48