reload-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
reload-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
reload, reload-outline

The same icon in other sets

Use the reload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92C290 92 102.3 279.5 102 511.5C101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1c1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.8 5-3.8 10-5.9 14.9c-17.3 41-42.1 77.8-73.7 109.4A344.8 344.8 0 0 1 655.9 829c-42.3 17.9-87.4 27-133.8 27c-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 0 1 279 755.2a342.2 342.2 0 0 1-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4s68.4-56.4 109.3-73.8c42.3-17.9 87.4-27 133.8-27c46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 0 1 109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignReloadOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92C290 92 102.3 279.5 102 511.5C101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1c1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.8 5-3.8 10-5.9 14.9c-17.3 41-42.1 77.8-73.7 109.4A344.8 344.8 0 0 1 655.9 829c-42.3 17.9-87.4 27-133.8 27c-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 0 1 279 755.2a342.2 342.2 0 0 1-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4s68.4-56.4 109.3-73.8c42.3-17.9 87.4-27 133.8-27c46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 0 1 109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92C290 92 102.3 279.5 102 511.5C101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1c1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.8 5-3.8 10-5.9 14.9c-17.3 41-42.1 77.8-73.7 109.4A344.8 344.8 0 0 1 655.9 829c-42.3 17.9-87.4 27-133.8 27c-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 0 1 279 755.2a342.2 342.2 0 0 1-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4s68.4-56.4 109.3-73.8c42.3-17.9 87.4-27 133.8-27c46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 0 1 109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2"/></svg>
</template>

CSS

.icon-reload-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m909.1%20209.3l-56.4%2044.1C775.8%20155.1%20656.2%2092%20521.9%2092C290%2092%20102.3%20279.5%20102%20511.5C101.7%20743.7%20289.8%20932%20521.9%20932c181.3%200%20335.8-115%20394.6-276.1c1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8%208%200%200%200-10.1%204.8c-1.8%205-3.8%2010-5.9%2014.9c-17.3%2041-42.1%2077.8-73.7%20109.4A344.8%20344.8%200%200%201%20655.9%20829c-42.3%2017.9-87.4%2027-133.8%2027c-46.5%200-91.5-9.1-133.8-27A341.5%20341.5%200%200%201%20279%20755.2a342.2%20342.2%200%200%201-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5%2027-133.9c17.3-41%2042.1-77.8%2073.7-109.4s68.4-56.4%20109.3-73.8c42.3-17.9%2087.4-27%20133.8-27c46.5%200%2091.5%209.1%20133.8%2027a341.5%20341.5%200%200%201%20109.3%2073.8c9.9%209.9%2019.2%2020.4%2027.8%2031.4l-60.2%2047a8%208%200%200%200%203%2014.1l175.6%2043c5%201.2%209.9-2.6%209.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m909.1%20209.3l-56.4%2044.1C775.8%20155.1%20656.2%2092%20521.9%2092C290%2092%20102.3%20279.5%20102%20511.5C101.7%20743.7%20289.8%20932%20521.9%20932c181.3%200%20335.8-115%20394.6-276.1c1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8%208%200%200%200-10.1%204.8c-1.8%205-3.8%2010-5.9%2014.9c-17.3%2041-42.1%2077.8-73.7%20109.4A344.8%20344.8%200%200%201%20655.9%20829c-42.3%2017.9-87.4%2027-133.8%2027c-46.5%200-91.5-9.1-133.8-27A341.5%20341.5%200%200%201%20279%20755.2a342.2%20342.2%200%200%201-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5%2027-133.9c17.3-41%2042.1-77.8%2073.7-109.4s68.4-56.4%20109.3-73.8c42.3-17.9%2087.4-27%20133.8-27c46.5%200%2091.5%209.1%20133.8%2027a341.5%20341.5%200%200%201%20109.3%2073.8c9.9%209.9%2019.2%2020.4%2027.8%2031.4l-60.2%2047a8%208%200%200%200%203%2014.1l175.6%2043c5%201.2%209.9-2.6%209.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/reload-outlined.svg?color=%231a73e8&size=48

Reload outlined icon — Ant Design Icons · IconsDB