twotone animation icon
twotone-animation from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-animation
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Image
- Viewbox
- 24×24
- License
- Apache 2.0
More image icons from Google Material Icons
baseline-10mpbaseline-11mpbaseline-12mpbaseline-13mpbaseline-14mpbaseline-15mpbaseline-16mpbaseline-17mpbaseline-18mpbaseline-19mpbaseline-20mpbaseline-21mpbaseline-22mpbaseline-23mpbaseline-24mpbaseline-2mpbaseline-30fps-selectbaseline-3mpbaseline-4mpbaseline-5mpbaseline-60fps-selectbaseline-6mpbaseline-7mpbaseline-8mp
Use the twotone animation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 12a5.002 5.002 0 0 0 7 7c-3.87 0-7-3.13-7-7m10-8c-1.13 0-2.16.37-3 1c3.87.01 7 3.14 7 7a5.002 5.002 0 0 0-4-8" opacity=".3"/><path fill="currentColor" d="M12 7c-.6 0-1.17.11-1.7.3c-.19.53-.3 1.1-.3 1.7c0 2.76 2.24 5 5 5c.6 0 1.17-.11 1.7-.3c.19-.53.3-1.1.3-1.7c0-2.76-2.24-5-5-5" opacity=".3"/><path fill="currentColor" d="M8 9a5.002 5.002 0 0 0 7 7c-3.87-.01-7-3.14-7-7" opacity=".3"/><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 IcTwotoneAnimation(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="M5 12a5.002 5.002 0 0 0 7 7c-3.87 0-7-3.13-7-7m10-8c-1.13 0-2.16.37-3 1c3.87.01 7 3.14 7 7a5.002 5.002 0 0 0-4-8" opacity=".3"/><path fill="currentColor" d="M12 7c-.6 0-1.17.11-1.7.3c-.19.53-.3 1.1-.3 1.7c0 2.76 2.24 5 5 5c.6 0 1.17-.11 1.7-.3c.19-.53.3-1.1.3-1.7c0-2.76-2.24-5-5-5" opacity=".3"/><path fill="currentColor" d="M8 9a5.002 5.002 0 0 0 7 7c-3.87-.01-7-3.14-7-7" opacity=".3"/><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="M5 12a5.002 5.002 0 0 0 7 7c-3.87 0-7-3.13-7-7m10-8c-1.13 0-2.16.37-3 1c3.87.01 7 3.14 7 7a5.002 5.002 0 0 0-4-8" opacity=".3"/><path fill="currentColor" d="M12 7c-.6 0-1.17.11-1.7.3c-.19.53-.3 1.1-.3 1.7c0 2.76 2.24 5 5 5c.6 0 1.17-.11 1.7-.3c.19-.53.3-1.1.3-1.7c0-2.76-2.24-5-5-5" opacity=".3"/><path fill="currentColor" d="M8 9a5.002 5.002 0 0 0 7 7c-3.87-.01-7-3.14-7-7" opacity=".3"/><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-twotone-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%22M5%2012a5.002%205.002%200%200%200%207%207c-3.87%200-7-3.13-7-7m10-8c-1.13%200-2.16.37-3%201c3.87.01%207%203.14%207%207a5.002%205.002%200%200%200-4-8%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207c-.6%200-1.17.11-1.7.3c-.19.53-.3%201.1-.3%201.7c0%202.76%202.24%205%205%205c.6%200%201.17-.11%201.7-.3c.19-.53.3-1.1.3-1.7c0-2.76-2.24-5-5-5%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%209a5.002%205.002%200%200%200%207%207c-3.87-.01-7-3.14-7-7%22%20opacity%3D%22.3%22%2F%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%22M5%2012a5.002%205.002%200%200%200%207%207c-3.87%200-7-3.13-7-7m10-8c-1.13%200-2.16.37-3%201c3.87.01%207%203.14%207%207a5.002%205.002%200%200%200-4-8%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207c-.6%200-1.17.11-1.7.3c-.19.53-.3%201.1-.3%201.7c0%202.76%202.24%205%205%205c.6%200%201.17-.11%201.7-.3c.19-.53.3-1.1.3-1.7c0-2.76-2.24-5-5-5%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%209a5.002%205.002%200%200%200%207%207c-3.87-.01-7-3.14-7-7%22%20opacity%3D%22.3%22%2F%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/twotone-animation.svg?color=%231a73e8&size=48