keyframe remove icon

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

Name
keyframe-remove
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the keyframe remove 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 d="M6.71 7.782C7.765 6.594 8.294 6 9 6s1.234.594 2.29 1.782l2.601 2.922C15.297 12.284 16 13.074 16 14s-.703 1.715-2.109 3.296l-2.6 2.922C10.234 21.406 9.705 22 9 22s-1.234-.594-2.29-1.782l-2.601-2.922C2.703 15.716 2 14.926 2 14s.703-1.715 2.109-3.296z"/><path stroke-linecap="round" d="M15 5h7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKeyframeRemove(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 d="M6.71 7.782C7.765 6.594 8.294 6 9 6s1.234.594 2.29 1.782l2.601 2.922C15.297 12.284 16 13.074 16 14s-.703 1.715-2.109 3.296l-2.6 2.922C10.234 21.406 9.705 22 9 22s-1.234-.594-2.29-1.782l-2.601-2.922C2.703 15.716 2 14.926 2 14s.703-1.715 2.109-3.296z"/><path strokeLinecap="round" d="M15 5h7"/></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 d="M6.71 7.782C7.765 6.594 8.294 6 9 6s1.234.594 2.29 1.782l2.601 2.922C15.297 12.284 16 13.074 16 14s-.703 1.715-2.109 3.296l-2.6 2.922C10.234 21.406 9.705 22 9 22s-1.234-.594-2.29-1.782l-2.601-2.922C2.703 15.716 2 14.926 2 14s.703-1.715 2.109-3.296z"/><path stroke-linecap="round" d="M15 5h7"/></g></svg>
</template>

CSS

.icon-keyframe-remove {
  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%20d%3D%22M6.71%207.782C7.765%206.594%208.294%206%209%206s1.234.594%202.29%201.782l2.601%202.922C15.297%2012.284%2016%2013.074%2016%2014s-.703%201.715-2.109%203.296l-2.6%202.922C10.234%2021.406%209.705%2022%209%2022s-1.234-.594-2.29-1.782l-2.601-2.922C2.703%2015.716%202%2014.926%202%2014s.703-1.715%202.109-3.296z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205h7%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%20d%3D%22M6.71%207.782C7.765%206.594%208.294%206%209%206s1.234.594%202.29%201.782l2.601%202.922C15.297%2012.284%2016%2013.074%2016%2014s-.703%201.715-2.109%203.296l-2.6%202.922C10.234%2021.406%209.705%2022%209%2022s-1.234-.594-2.29-1.782l-2.601-2.922C2.703%2015.716%202%2014.926%202%2014s.703-1.715%202.109-3.296z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205h7%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/keyframe-remove.svg?color=%231a73e8&size=48