refresh alt icon
refresh-alt from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- refresh-alt
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the refresh alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.5 8c1.392-3.179 4.823-5 8.522-5c4.679 0 8.525 3.552 8.978 8.1"/><path d="M7.511 8.4h-3.97a.54.54 0 0 1-.54-.54V3.9M20.5 16c-1.392 3.179-4.823 5-8.522 5C7.299 21 3.453 17.448 3 12.9"/><path d="M16.489 15.6h3.97a.54.54 0 0 1 .541.54v3.96"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiRefreshAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.5 8c1.392-3.179 4.823-5 8.522-5c4.679 0 8.525 3.552 8.978 8.1"/><path d="M7.511 8.4h-3.97a.54.54 0 0 1-.54-.54V3.9M20.5 16c-1.392 3.179-4.823 5-8.522 5C7.299 21 3.453 17.448 3 12.9"/><path d="M16.489 15.6h3.97a.54.54 0 0 1 .541.54v3.96"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.5 8c1.392-3.179 4.823-5 8.522-5c4.679 0 8.525 3.552 8.978 8.1"/><path d="M7.511 8.4h-3.97a.54.54 0 0 1-.54-.54V3.9M20.5 16c-1.392 3.179-4.823 5-8.522 5C7.299 21 3.453 17.448 3 12.9"/><path d="M16.489 15.6h3.97a.54.54 0 0 1 .541.54v3.96"/></g></svg> </template>
CSS
.icon-refresh-alt {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.5%208c1.392-3.179%204.823-5%208.522-5c4.679%200%208.525%203.552%208.978%208.1%22%2F%3E%3Cpath%20d%3D%22M7.511%208.4h-3.97a.54.54%200%200%201-.54-.54V3.9M20.5%2016c-1.392%203.179-4.823%205-8.522%205C7.299%2021%203.453%2017.448%203%2012.9%22%2F%3E%3Cpath%20d%3D%22M16.489%2015.6h3.97a.54.54%200%200%201%20.541.54v3.96%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.5%208c1.392-3.179%204.823-5%208.522-5c4.679%200%208.525%203.552%208.978%208.1%22%2F%3E%3Cpath%20d%3D%22M7.511%208.4h-3.97a.54.54%200%200%201-.54-.54V3.9M20.5%2016c-1.392%203.179-4.823%205-8.522%205C7.299%2021%203.453%2017.448%203%2012.9%22%2F%3E%3Cpath%20d%3D%22M16.489%2015.6h3.97a.54.54%200%200%201%20.541.54v3.96%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/refresh-alt.svg?color=%231a73e8&size=48