refresh one icon
refresh-one from IconPark Outline by ByteDance · Outline · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- refresh-one
- Set
- IconPark Outline
- Style
- Outline
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark Outline
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="currentColor" stroke-linecap="round" stroke-width="4"><rect width="10" height="10" x="17" y="24.071" stroke-linejoin="round" rx="2" transform="rotate(-45 17 24.071)"/><path d="M40.12 16c-2.945-5.927-9.06-10-16.129-10C16.924 6 10.945 10.073 8 16m0-8v8m6.78 0H8m0 16c2.945 5.927 9.061 10 16.129 10c7.067 0 13.046-4.073 15.991-10m0 8v-8m-6.78 0h6.78"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineRefreshOne(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="currentColor" strokeLinecap="round" strokeWidth="4"><rect width="10" height="10" x="17" y="24.071" strokeLinejoin="round" rx="2" transform="rotate(-45 17 24.071)"/><path d="M40.12 16c-2.945-5.927-9.06-10-16.129-10C16.924 6 10.945 10.073 8 16m0-8v8m6.78 0H8m0 16c2.945 5.927 9.061 10 16.129 10c7.067 0 13.046-4.073 15.991-10m0 8v-8m-6.78 0h6.78"/></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="currentColor" stroke-linecap="round" stroke-width="4"><rect width="10" height="10" x="17" y="24.071" stroke-linejoin="round" rx="2" transform="rotate(-45 17 24.071)"/><path d="M40.12 16c-2.945-5.927-9.06-10-16.129-10C16.924 6 10.945 10.073 8 16m0-8v8m6.78 0H8m0 16c2.945 5.927 9.061 10 16.129 10c7.067 0 13.046-4.073 15.991-10m0 8v-8m-6.78 0h6.78"/></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%22currentColor%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%20stroke-linejoin%3D%22round%22%20rx%3D%222%22%20transform%3D%22rotate(-45%2017%2024.071)%22%2F%3E%3Cpath%20d%3D%22M40.12%2016c-2.945-5.927-9.06-10-16.129-10C16.924%206%2010.945%2010.073%208%2016m0-8v8m6.78%200H8m0%2016c2.945%205.927%209.061%2010%2016.129%2010c7.067%200%2013.046-4.073%2015.991-10m0%208v-8m-6.78%200h6.78%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%22currentColor%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%20stroke-linejoin%3D%22round%22%20rx%3D%222%22%20transform%3D%22rotate(-45%2017%2024.071)%22%2F%3E%3Cpath%20d%3D%22M40.12%2016c-2.945-5.927-9.06-10-16.129-10C16.924%206%2010.945%2010.073%208%2016m0-8v8m6.78%200H8m0%2016c2.945%205.927%209.061%2010%2016.129%2010c7.067%200%2013.046-4.073%2015.991-10m0%208v-8m-6.78%200h6.78%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-outline/refresh-one.svg?color=%231a73e8&size=48