loops from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
loops
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the loops logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.608 1.622h-3.231A10.39 10.39 0 0 0 0 12.002a10.39 10.39 0 0 0 10.377 10.376h3.243A10.39 10.39 0 0 0 24 12.001A10.39 10.39 0 0 0 13.608 1.622M1.284 12a9.085 9.085 0 0 1 10.6-8.96a9.044 9.044 0 0 1 7.568 8.955a5.85 5.85 0 0 1-4.87 5.756a7.12 7.12 0 0 0 2.923-5.756a7.121 7.121 0 0 0-12.17-5.038a7.14 7.14 0 0 0-2.087 5.038a10.35 10.35 0 0 0 4.83 8.783A9.1 9.1 0 0 1 1.291 12zm10.704-5.606A5.83 5.83 0 0 1 16.204 12a5.83 5.83 0 0 1-4.216 5.603A5.83 5.83 0 0 1 7.772 12a5.83 5.83 0 0 1 4.216-5.606m1.62 14.686h-.036a9 9 0 0 1-1.474-.125a9.04 9.04 0 0 1-7.558-8.651V12a5.844 5.844 0 0 1 4.87-5.756A7.12 7.12 0 0 0 6.485 12a7.12 7.12 0 0 0 5.35 6.907A7.143 7.143 0 0 0 20.756 12a10.34 10.34 0 0 0-4.828-8.784A9.086 9.086 0 0 1 22.702 12a9.086 9.086 0 0 1-9.092 9.08"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLoops(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.608 1.622h-3.231A10.39 10.39 0 0 0 0 12.002a10.39 10.39 0 0 0 10.377 10.376h3.243A10.39 10.39 0 0 0 24 12.001A10.39 10.39 0 0 0 13.608 1.622M1.284 12a9.085 9.085 0 0 1 10.6-8.96a9.044 9.044 0 0 1 7.568 8.955a5.85 5.85 0 0 1-4.87 5.756a7.12 7.12 0 0 0 2.923-5.756a7.121 7.121 0 0 0-12.17-5.038a7.14 7.14 0 0 0-2.087 5.038a10.35 10.35 0 0 0 4.83 8.783A9.1 9.1 0 0 1 1.291 12zm10.704-5.606A5.83 5.83 0 0 1 16.204 12a5.83 5.83 0 0 1-4.216 5.603A5.83 5.83 0 0 1 7.772 12a5.83 5.83 0 0 1 4.216-5.606m1.62 14.686h-.036a9 9 0 0 1-1.474-.125a9.04 9.04 0 0 1-7.558-8.651V12a5.844 5.844 0 0 1 4.87-5.756A7.12 7.12 0 0 0 6.485 12a7.12 7.12 0 0 0 5.35 6.907A7.143 7.143 0 0 0 20.756 12a10.34 10.34 0 0 0-4.828-8.784A9.086 9.086 0 0 1 22.702 12a9.086 9.086 0 0 1-9.092 9.08"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.608 1.622h-3.231A10.39 10.39 0 0 0 0 12.002a10.39 10.39 0 0 0 10.377 10.376h3.243A10.39 10.39 0 0 0 24 12.001A10.39 10.39 0 0 0 13.608 1.622M1.284 12a9.085 9.085 0 0 1 10.6-8.96a9.044 9.044 0 0 1 7.568 8.955a5.85 5.85 0 0 1-4.87 5.756a7.12 7.12 0 0 0 2.923-5.756a7.121 7.121 0 0 0-12.17-5.038a7.14 7.14 0 0 0-2.087 5.038a10.35 10.35 0 0 0 4.83 8.783A9.1 9.1 0 0 1 1.291 12zm10.704-5.606A5.83 5.83 0 0 1 16.204 12a5.83 5.83 0 0 1-4.216 5.603A5.83 5.83 0 0 1 7.772 12a5.83 5.83 0 0 1 4.216-5.606m1.62 14.686h-.036a9 9 0 0 1-1.474-.125a9.04 9.04 0 0 1-7.558-8.651V12a5.844 5.844 0 0 1 4.87-5.756A7.12 7.12 0 0 0 6.485 12a7.12 7.12 0 0 0 5.35 6.907A7.143 7.143 0 0 0 20.756 12a10.34 10.34 0 0 0-4.828-8.784A9.086 9.086 0 0 1 22.702 12a9.086 9.086 0 0 1-9.092 9.08"/></svg>
</template>

CSS

.icon-loops {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.608%201.622h-3.231A10.39%2010.39%200%200%200%200%2012.002a10.39%2010.39%200%200%200%2010.377%2010.376h3.243A10.39%2010.39%200%200%200%2024%2012.001A10.39%2010.39%200%200%200%2013.608%201.622M1.284%2012a9.085%209.085%200%200%201%2010.6-8.96a9.044%209.044%200%200%201%207.568%208.955a5.85%205.85%200%200%201-4.87%205.756a7.12%207.12%200%200%200%202.923-5.756a7.121%207.121%200%200%200-12.17-5.038a7.14%207.14%200%200%200-2.087%205.038a10.35%2010.35%200%200%200%204.83%208.783A9.1%209.1%200%200%201%201.291%2012zm10.704-5.606A5.83%205.83%200%200%201%2016.204%2012a5.83%205.83%200%200%201-4.216%205.603A5.83%205.83%200%200%201%207.772%2012a5.83%205.83%200%200%201%204.216-5.606m1.62%2014.686h-.036a9%209%200%200%201-1.474-.125a9.04%209.04%200%200%201-7.558-8.651V12a5.844%205.844%200%200%201%204.87-5.756A7.12%207.12%200%200%200%206.485%2012a7.12%207.12%200%200%200%205.35%206.907A7.143%207.143%200%200%200%2020.756%2012a10.34%2010.34%200%200%200-4.828-8.784A9.086%209.086%200%200%201%2022.702%2012a9.086%209.086%200%200%201-9.092%209.08%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.608%201.622h-3.231A10.39%2010.39%200%200%200%200%2012.002a10.39%2010.39%200%200%200%2010.377%2010.376h3.243A10.39%2010.39%200%200%200%2024%2012.001A10.39%2010.39%200%200%200%2013.608%201.622M1.284%2012a9.085%209.085%200%200%201%2010.6-8.96a9.044%209.044%200%200%201%207.568%208.955a5.85%205.85%200%200%201-4.87%205.756a7.12%207.12%200%200%200%202.923-5.756a7.121%207.121%200%200%200-12.17-5.038a7.14%207.14%200%200%200-2.087%205.038a10.35%2010.35%200%200%200%204.83%208.783A9.1%209.1%200%200%201%201.291%2012zm10.704-5.606A5.83%205.83%200%200%201%2016.204%2012a5.83%205.83%200%200%201-4.216%205.603A5.83%205.83%200%200%201%207.772%2012a5.83%205.83%200%200%201%204.216-5.606m1.62%2014.686h-.036a9%209%200%200%201-1.474-.125a9.04%209.04%200%200%201-7.558-8.651V12a5.844%205.844%200%200%201%204.87-5.756A7.12%207.12%200%200%200%206.485%2012a7.12%207.12%200%200%200%205.35%206.907A7.143%207.143%200%200%200%2020.756%2012a10.34%2010.34%200%200%200-4.828-8.784A9.086%209.086%200%200%201%2022.702%2012a9.086%209.086%200%200%201-9.092%209.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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