keyframes double icon

keyframes-double from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
keyframes-double
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the keyframes double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M14.002 4.5c.376-.333.696-.5 1.066-.5c.698 0 1.222.594 2.269 1.782l2.575 2.922C21.304 10.284 22 11.074 22 12s-.696 1.715-2.088 3.296l-2.575 2.922C16.29 19.406 15.767 20 15.068 20c-.37 0-.69-.167-1.066-.5"/><path d="M6.71 5.782C7.765 4.594 8.294 4 9 4s1.234.594 2.29 1.782l2.601 2.922C15.297 10.284 16 11.074 16 12s-.703 1.715-2.109 3.296l-2.6 2.922C10.234 19.406 9.705 20 9 20s-1.234-.594-2.29-1.782l-2.601-2.922C2.703 13.716 2 12.926 2 12s.703-1.715 2.109-3.296z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKeyframesDouble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M14.002 4.5c.376-.333.696-.5 1.066-.5c.698 0 1.222.594 2.269 1.782l2.575 2.922C21.304 10.284 22 11.074 22 12s-.696 1.715-2.088 3.296l-2.575 2.922C16.29 19.406 15.767 20 15.068 20c-.37 0-.69-.167-1.066-.5"/><path d="M6.71 5.782C7.765 4.594 8.294 4 9 4s1.234.594 2.29 1.782l2.601 2.922C15.297 10.284 16 11.074 16 12s-.703 1.715-2.109 3.296l-2.6 2.922C10.234 19.406 9.705 20 9 20s-1.234-.594-2.29-1.782l-2.601-2.922C2.703 13.716 2 12.926 2 12s.703-1.715 2.109-3.296z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M14.002 4.5c.376-.333.696-.5 1.066-.5c.698 0 1.222.594 2.269 1.782l2.575 2.922C21.304 10.284 22 11.074 22 12s-.696 1.715-2.088 3.296l-2.575 2.922C16.29 19.406 15.767 20 15.068 20c-.37 0-.69-.167-1.066-.5"/><path d="M6.71 5.782C7.765 4.594 8.294 4 9 4s1.234.594 2.29 1.782l2.601 2.922C15.297 10.284 16 11.074 16 12s-.703 1.715-2.109 3.296l-2.6 2.922C10.234 19.406 9.705 20 9 20s-1.234-.594-2.29-1.782l-2.601-2.922C2.703 13.716 2 12.926 2 12s.703-1.715 2.109-3.296z"/></g></svg>
</template>

CSS

.icon-keyframes-double {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.002%204.5c.376-.333.696-.5%201.066-.5c.698%200%201.222.594%202.269%201.782l2.575%202.922C21.304%2010.284%2022%2011.074%2022%2012s-.696%201.715-2.088%203.296l-2.575%202.922C16.29%2019.406%2015.767%2020%2015.068%2020c-.37%200-.69-.167-1.066-.5%22%2F%3E%3Cpath%20d%3D%22M6.71%205.782C7.765%204.594%208.294%204%209%204s1.234.594%202.29%201.782l2.601%202.922C15.297%2010.284%2016%2011.074%2016%2012s-.703%201.715-2.109%203.296l-2.6%202.922C10.234%2019.406%209.705%2020%209%2020s-1.234-.594-2.29-1.782l-2.601-2.922C2.703%2013.716%202%2012.926%202%2012s.703-1.715%202.109-3.296z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.002%204.5c.376-.333.696-.5%201.066-.5c.698%200%201.222.594%202.269%201.782l2.575%202.922C21.304%2010.284%2022%2011.074%2022%2012s-.696%201.715-2.088%203.296l-2.575%202.922C16.29%2019.406%2015.767%2020%2015.068%2020c-.37%200-.69-.167-1.066-.5%22%2F%3E%3Cpath%20d%3D%22M6.71%205.782C7.765%204.594%208.294%204%209%204s1.234.594%202.29%201.782l2.601%202.922C15.297%2010.284%2016%2011.074%2016%2012s-.703%201.715-2.109%203.296l-2.6%202.922C10.234%2019.406%209.705%2020%209%2020s-1.234-.594-2.29-1.782l-2.601-2.922C2.703%2013.716%202%2012.926%202%2012s.703-1.715%202.109-3.296z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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