loop from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
loop
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the loop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M273.4 300.5l-.3 58c48.9-8.2 86.3-51 86.3-102.5 0-15.9-3.6-31-10-44.5-2.8-5.8-6-11.3-9.8-16.5l47.1-43.5c1.1 1.3 2.1 2.7 3.1 4 20.9 28 33.2 62.8 33.2 100.5v3.7c-1.5 71.5-47.6 132-111.4 154.6-12.3 4.3-25.2 7.3-38.5 8.7l-.1 57-76.2-67-26.2-23 44.4-38.7 58.4-50.8z" fill="currentColor"/><path d="M89 252.3c1.6-72.1 48.3-133 112.9-155.2 11.7-4 24-6.8 36.8-8.1l.1-57 76.1 66.9 26.2 23.1-44.3 38.6-58.4 50.9.2-57.9c-48.8 8.3-86 51.1-86 102.4 0 16 3.6 31.1 10.1 44.7 2.7 5.8 6 11.2 9.7 16.3l-47 43.6c-1.3-1.6-2.6-3.3-3.8-5C101.1 327.7 89 293.3 89 256v-3.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonLoop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M273.4 300.5l-.3 58c48.9-8.2 86.3-51 86.3-102.5 0-15.9-3.6-31-10-44.5-2.8-5.8-6-11.3-9.8-16.5l47.1-43.5c1.1 1.3 2.1 2.7 3.1 4 20.9 28 33.2 62.8 33.2 100.5v3.7c-1.5 71.5-47.6 132-111.4 154.6-12.3 4.3-25.2 7.3-38.5 8.7l-.1 57-76.2-67-26.2-23 44.4-38.7 58.4-50.8z" fill="currentColor"/><path d="M89 252.3c1.6-72.1 48.3-133 112.9-155.2 11.7-4 24-6.8 36.8-8.1l.1-57 76.1 66.9 26.2 23.1-44.3 38.6-58.4 50.9.2-57.9c-48.8 8.3-86 51.1-86 102.4 0 16 3.6 31.1 10.1 44.7 2.7 5.8 6 11.2 9.7 16.3l-47 43.6c-1.3-1.6-2.6-3.3-3.8-5C101.1 327.7 89 293.3 89 256v-3.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M273.4 300.5l-.3 58c48.9-8.2 86.3-51 86.3-102.5 0-15.9-3.6-31-10-44.5-2.8-5.8-6-11.3-9.8-16.5l47.1-43.5c1.1 1.3 2.1 2.7 3.1 4 20.9 28 33.2 62.8 33.2 100.5v3.7c-1.5 71.5-47.6 132-111.4 154.6-12.3 4.3-25.2 7.3-38.5 8.7l-.1 57-76.2-67-26.2-23 44.4-38.7 58.4-50.8z" fill="currentColor"/><path d="M89 252.3c1.6-72.1 48.3-133 112.9-155.2 11.7-4 24-6.8 36.8-8.1l.1-57 76.1 66.9 26.2 23.1-44.3 38.6-58.4 50.9.2-57.9c-48.8 8.3-86 51.1-86 102.4 0 16 3.6 31.1 10.1 44.7 2.7 5.8 6 11.2 9.7 16.3l-47 43.6c-1.3-1.6-2.6-3.3-3.8-5C101.1 327.7 89 293.3 89 256v-3.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-loop {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M273.4%20300.5l-.3%2058c48.9-8.2%2086.3-51%2086.3-102.5%200-15.9-3.6-31-10-44.5-2.8-5.8-6-11.3-9.8-16.5l47.1-43.5c1.1%201.3%202.1%202.7%203.1%204%2020.9%2028%2033.2%2062.8%2033.2%20100.5v3.7c-1.5%2071.5-47.6%20132-111.4%20154.6-12.3%204.3-25.2%207.3-38.5%208.7l-.1%2057-76.2-67-26.2-23%2044.4-38.7%2058.4-50.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M89%20252.3c1.6-72.1%2048.3-133%20112.9-155.2%2011.7-4%2024-6.8%2036.8-8.1l.1-57%2076.1%2066.9%2026.2%2023.1-44.3%2038.6-58.4%2050.9.2-57.9c-48.8%208.3-86%2051.1-86%20102.4%200%2016%203.6%2031.1%2010.1%2044.7%202.7%205.8%206%2011.2%209.7%2016.3l-47%2043.6c-1.3-1.6-2.6-3.3-3.8-5C101.1%20327.7%2089%20293.3%2089%20256v-3.7z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M273.4%20300.5l-.3%2058c48.9-8.2%2086.3-51%2086.3-102.5%200-15.9-3.6-31-10-44.5-2.8-5.8-6-11.3-9.8-16.5l47.1-43.5c1.1%201.3%202.1%202.7%203.1%204%2020.9%2028%2033.2%2062.8%2033.2%20100.5v3.7c-1.5%2071.5-47.6%20132-111.4%20154.6-12.3%204.3-25.2%207.3-38.5%208.7l-.1%2057-76.2-67-26.2-23%2044.4-38.7%2058.4-50.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M89%20252.3c1.6-72.1%2048.3-133%20112.9-155.2%2011.7-4%2024-6.8%2036.8-8.1l.1-57%2076.1%2066.9%2026.2%2023.1-44.3%2038.6-58.4%2050.9.2-57.9c-48.8%208.3-86%2051.1-86%20102.4%200%2016%203.6%2031.1%2010.1%2044.7%202.7%205.8%206%2011.2%209.7%2016.3l-47%2043.6c-1.3-1.6-2.6-3.3-3.8-5C101.1%20327.7%2089%20293.3%2089%20256v-3.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/loop.svg?color=%231a73e8&size=48