refresh one icon
refresh-one from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- refresh-one
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the refresh one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><rect width="10" height="10" x="17" y="24.071" fill="#2F88FF" stroke-linejoin="round" rx="2" transform="rotate(-45 17 24.071)"/><path d="M40.1201 16C37.1747 10.0731 31.0586 6 23.9912 6C16.9237 6 10.9454 10.0731 8 16"/><path d="M8 8V16"/><path d="M14.7803 16L8.00013 16"/><path d="M8 32C10.9454 37.9269 17.0615 42 24.129 42C31.1964 42 37.1747 37.9269 40.1201 32"/><path d="M40.1201 40V32"/><path d="M33.3398 32L40.12 32"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkRefreshOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="4"><rect width="10" height="10" x="17" y="24.071" fill="#2F88FF" strokeLinejoin="round" rx="2" transform="rotate(-45 17 24.071)"/><path d="M40.1201 16C37.1747 10.0731 31.0586 6 23.9912 6C16.9237 6 10.9454 10.0731 8 16"/><path d="M8 8V16"/><path d="M14.7803 16L8.00013 16"/><path d="M8 32C10.9454 37.9269 17.0615 42 24.129 42C31.1964 42 37.1747 37.9269 40.1201 32"/><path d="M40.1201 40V32"/><path d="M33.3398 32L40.12 32"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><rect width="10" height="10" x="17" y="24.071" fill="#2F88FF" stroke-linejoin="round" rx="2" transform="rotate(-45 17 24.071)"/><path d="M40.1201 16C37.1747 10.0731 31.0586 6 23.9912 6C16.9237 6 10.9454 10.0731 8 16"/><path d="M8 8V16"/><path d="M14.7803 16L8.00013 16"/><path d="M8 32C10.9454 37.9269 17.0615 42 24.129 42C31.1964 42 37.1747 37.9269 40.1201 32"/><path d="M40.1201 40V32"/><path d="M33.3398 32L40.12 32"/></g></svg> </template>
CSS
.icon-refresh-one {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20x%3D%2217%22%20y%3D%2224.071%22%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20rx%3D%222%22%20transform%3D%22rotate(-45%2017%2024.071)%22%2F%3E%3Cpath%20d%3D%22M40.1201%2016C37.1747%2010.0731%2031.0586%206%2023.9912%206C16.9237%206%2010.9454%2010.0731%208%2016%22%2F%3E%3Cpath%20d%3D%22M8%208V16%22%2F%3E%3Cpath%20d%3D%22M14.7803%2016L8.00013%2016%22%2F%3E%3Cpath%20d%3D%22M8%2032C10.9454%2037.9269%2017.0615%2042%2024.129%2042C31.1964%2042%2037.1747%2037.9269%2040.1201%2032%22%2F%3E%3Cpath%20d%3D%22M40.1201%2040V32%22%2F%3E%3Cpath%20d%3D%22M33.3398%2032L40.12%2032%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20x%3D%2217%22%20y%3D%2224.071%22%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20rx%3D%222%22%20transform%3D%22rotate(-45%2017%2024.071)%22%2F%3E%3Cpath%20d%3D%22M40.1201%2016C37.1747%2010.0731%2031.0586%206%2023.9912%206C16.9237%206%2010.9454%2010.0731%208%2016%22%2F%3E%3Cpath%20d%3D%22M8%208V16%22%2F%3E%3Cpath%20d%3D%22M14.7803%2016L8.00013%2016%22%2F%3E%3Cpath%20d%3D%22M8%2032C10.9454%2037.9269%2017.0615%2042%2024.129%2042C31.1964%2042%2037.1747%2037.9269%2040.1201%2032%22%2F%3E%3Cpath%20d%3D%22M40.1201%2040V32%22%2F%3E%3Cpath%20d%3D%22M33.3398%2032L40.12%2032%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/refresh-one.svg?color=%231a73e8&size=48