keyframes double add icon

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

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

Related icons in Huge Icons

Use the keyframes double add 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-linecap="round" stroke-width="1.5"><path 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="M7 5.44C7.862 4.48 8.354 4 8.989 4c.706 0 1.235.594 2.294 1.782l2.605 2.922C15.295 10.284 16 11.074 16 12s-.704 1.715-2.112 3.296l-2.605 2.922C10.224 19.406 9.695 20 8.99 20c-.635 0-1.127-.48-1.989-1.44M5.5 15.5v-7M2 12h7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKeyframesDoubleAdd(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" strokeLinecap="round" strokeWidth="1.5"><path 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="M7 5.44C7.862 4.48 8.354 4 8.989 4c.706 0 1.235.594 2.294 1.782l2.605 2.922C15.295 10.284 16 11.074 16 12s-.704 1.715-2.112 3.296l-2.605 2.922C10.224 19.406 9.695 20 8.99 20c-.635 0-1.127-.48-1.989-1.44M5.5 15.5v-7M2 12h7"/></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-linecap="round" stroke-width="1.5"><path 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="M7 5.44C7.862 4.48 8.354 4 8.989 4c.706 0 1.235.594 2.294 1.782l2.605 2.922C15.295 10.284 16 11.074 16 12s-.704 1.715-2.112 3.296l-2.605 2.922C10.224 19.406 9.695 20 8.99 20c-.635 0-1.127-.48-1.989-1.44M5.5 15.5v-7M2 12h7"/></g></svg>
</template>

CSS

.icon-keyframes-double-add {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%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%22M7%205.44C7.862%204.48%208.354%204%208.989%204c.706%200%201.235.594%202.294%201.782l2.605%202.922C15.295%2010.284%2016%2011.074%2016%2012s-.704%201.715-2.112%203.296l-2.605%202.922C10.224%2019.406%209.695%2020%208.99%2020c-.635%200-1.127-.48-1.989-1.44M5.5%2015.5v-7M2%2012h7%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%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%22M7%205.44C7.862%204.48%208.354%204%208.989%204c.706%200%201.235.594%202.294%201.782l2.605%202.922C15.295%2010.284%2016%2011.074%2016%2012s-.704%201.715-2.112%203.296l-2.605%202.922C10.224%2019.406%209.695%2020%208.99%2020c-.635%200-1.127-.48-1.989-1.44M5.5%2015.5v-7M2%2012h7%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-add.svg?color=%231a73e8&size=48