round-animation from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-animation
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round animation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2c-2.71 0-5.05 1.54-6.22 3.78a7.06 7.06 0 0 0-3 3A7.01 7.01 0 0 0 2 15c0 3.87 3.13 7 7 7c2.71 0 5.05-1.54 6.22-3.78a7.06 7.06 0 0 0 3-3A7.01 7.01 0 0 0 22 9c0-3.87-3.13-7-7-7M9 20a5.002 5.002 0 0 1-4-8c0 3.87 3.13 7 7 7c-.84.63-1.88 1-3 1m3-3a5.002 5.002 0 0 1-4-8c0 3.86 3.13 6.99 7 7c-.84.63-1.88 1-3 1m4.7-3.3c-.53.19-1.1.3-1.7.3c-2.76 0-5-2.24-5-5c0-.6.11-1.17.3-1.7c.53-.19 1.1-.3 1.7-.3c2.76 0 5 2.24 5 5c0 .6-.11 1.17-.3 1.7M19 12c0-3.86-3.13-6.99-7-7a5.002 5.002 0 0 1 7 7"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAnimation(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="M15 2c-2.71 0-5.05 1.54-6.22 3.78a7.06 7.06 0 0 0-3 3A7.01 7.01 0 0 0 2 15c0 3.87 3.13 7 7 7c2.71 0 5.05-1.54 6.22-3.78a7.06 7.06 0 0 0 3-3A7.01 7.01 0 0 0 22 9c0-3.87-3.13-7-7-7M9 20a5.002 5.002 0 0 1-4-8c0 3.87 3.13 7 7 7c-.84.63-1.88 1-3 1m3-3a5.002 5.002 0 0 1-4-8c0 3.86 3.13 6.99 7 7c-.84.63-1.88 1-3 1m4.7-3.3c-.53.19-1.1.3-1.7.3c-2.76 0-5-2.24-5-5c0-.6.11-1.17.3-1.7c.53-.19 1.1-.3 1.7-.3c2.76 0 5 2.24 5 5c0 .6-.11 1.17-.3 1.7M19 12c0-3.86-3.13-6.99-7-7a5.002 5.002 0 0 1 7 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2c-2.71 0-5.05 1.54-6.22 3.78a7.06 7.06 0 0 0-3 3A7.01 7.01 0 0 0 2 15c0 3.87 3.13 7 7 7c2.71 0 5.05-1.54 6.22-3.78a7.06 7.06 0 0 0 3-3A7.01 7.01 0 0 0 22 9c0-3.87-3.13-7-7-7M9 20a5.002 5.002 0 0 1-4-8c0 3.87 3.13 7 7 7c-.84.63-1.88 1-3 1m3-3a5.002 5.002 0 0 1-4-8c0 3.86 3.13 6.99 7 7c-.84.63-1.88 1-3 1m4.7-3.3c-.53.19-1.1.3-1.7.3c-2.76 0-5-2.24-5-5c0-.6.11-1.17.3-1.7c.53-.19 1.1-.3 1.7-.3c2.76 0 5 2.24 5 5c0 .6-.11 1.17-.3 1.7M19 12c0-3.86-3.13-6.99-7-7a5.002 5.002 0 0 1 7 7"/></svg>
</template>

CSS

.icon-round-animation {
  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%22M15%202c-2.71%200-5.05%201.54-6.22%203.78a7.06%207.06%200%200%200-3%203A7.01%207.01%200%200%200%202%2015c0%203.87%203.13%207%207%207c2.71%200%205.05-1.54%206.22-3.78a7.06%207.06%200%200%200%203-3A7.01%207.01%200%200%200%2022%209c0-3.87-3.13-7-7-7M9%2020a5.002%205.002%200%200%201-4-8c0%203.87%203.13%207%207%207c-.84.63-1.88%201-3%201m3-3a5.002%205.002%200%200%201-4-8c0%203.86%203.13%206.99%207%207c-.84.63-1.88%201-3%201m4.7-3.3c-.53.19-1.1.3-1.7.3c-2.76%200-5-2.24-5-5c0-.6.11-1.17.3-1.7c.53-.19%201.1-.3%201.7-.3c2.76%200%205%202.24%205%205c0%20.6-.11%201.17-.3%201.7M19%2012c0-3.86-3.13-6.99-7-7a5.002%205.002%200%200%201%207%207%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%22M15%202c-2.71%200-5.05%201.54-6.22%203.78a7.06%207.06%200%200%200-3%203A7.01%207.01%200%200%200%202%2015c0%203.87%203.13%207%207%207c2.71%200%205.05-1.54%206.22-3.78a7.06%207.06%200%200%200%203-3A7.01%207.01%200%200%200%2022%209c0-3.87-3.13-7-7-7M9%2020a5.002%205.002%200%200%201-4-8c0%203.87%203.13%207%207%207c-.84.63-1.88%201-3%201m3-3a5.002%205.002%200%200%201-4-8c0%203.86%203.13%206.99%207%207c-.84.63-1.88%201-3%201m4.7-3.3c-.53.19-1.1.3-1.7.3c-2.76%200-5-2.24-5-5c0-.6.11-1.17.3-1.7c.53-.19%201.1-.3%201.7-.3c2.76%200%205%202.24%205%205c0%20.6-.11%201.17-.3%201.7M19%2012c0-3.86-3.13-6.99-7-7a5.002%205.002%200%200%201%207%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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