keyframes multiple remove icon
keyframes-multiple-remove from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- keyframes-multiple-remove
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the keyframes multiple 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.5 6.156C7.165 5.386 7.585 5 8.1 5c.633 0 1.122.582 2.1 1.747l2.268 2.7C13.489 10.663 14 11.272 14 12s-.51 1.337-1.532 2.553l-2.268 2.7C9.222 18.418 8.733 19 8.1 19c-.515 0-.935-.386-1.6-1.156"/><path d="M2 12h6"/><path stroke-linejoin="round" d="m13 19l3.512-4.397C17.504 13.361 18 12.74 18 12s-.496-1.361-1.488-2.603L13 5"/><path stroke-linejoin="round" d="m17 19l3.512-4.397C21.504 13.361 22 12.74 22 12s-.496-1.361-1.488-2.603L17 5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsKeyframesMultipleRemove(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 strokeLinejoin="round" d="M6.5 6.156C7.165 5.386 7.585 5 8.1 5c.633 0 1.122.582 2.1 1.747l2.268 2.7C13.489 10.663 14 11.272 14 12s-.51 1.337-1.532 2.553l-2.268 2.7C9.222 18.418 8.733 19 8.1 19c-.515 0-.935-.386-1.6-1.156"/><path d="M2 12h6"/><path strokeLinejoin="round" d="m13 19l3.512-4.397C17.504 13.361 18 12.74 18 12s-.496-1.361-1.488-2.603L13 5"/><path strokeLinejoin="round" d="m17 19l3.512-4.397C21.504 13.361 22 12.74 22 12s-.496-1.361-1.488-2.603L17 5"/></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 stroke-linejoin="round" d="M6.5 6.156C7.165 5.386 7.585 5 8.1 5c.633 0 1.122.582 2.1 1.747l2.268 2.7C13.489 10.663 14 11.272 14 12s-.51 1.337-1.532 2.553l-2.268 2.7C9.222 18.418 8.733 19 8.1 19c-.515 0-.935-.386-1.6-1.156"/><path d="M2 12h6"/><path stroke-linejoin="round" d="m13 19l3.512-4.397C17.504 13.361 18 12.74 18 12s-.496-1.361-1.488-2.603L13 5"/><path stroke-linejoin="round" d="m17 19l3.512-4.397C21.504 13.361 22 12.74 22 12s-.496-1.361-1.488-2.603L17 5"/></g></svg> </template>
CSS
.icon-keyframes-multiple-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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%206.156C7.165%205.386%207.585%205%208.1%205c.633%200%201.122.582%202.1%201.747l2.268%202.7C13.489%2010.663%2014%2011.272%2014%2012s-.51%201.337-1.532%202.553l-2.268%202.7C9.222%2018.418%208.733%2019%208.1%2019c-.515%200-.935-.386-1.6-1.156%22%2F%3E%3Cpath%20d%3D%22M2%2012h6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m13%2019l3.512-4.397C17.504%2013.361%2018%2012.74%2018%2012s-.496-1.361-1.488-2.603L13%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m17%2019l3.512-4.397C21.504%2013.361%2022%2012.74%2022%2012s-.496-1.361-1.488-2.603L17%205%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%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%206.156C7.165%205.386%207.585%205%208.1%205c.633%200%201.122.582%202.1%201.747l2.268%202.7C13.489%2010.663%2014%2011.272%2014%2012s-.51%201.337-1.532%202.553l-2.268%202.7C9.222%2018.418%208.733%2019%208.1%2019c-.515%200-.935-.386-1.6-1.156%22%2F%3E%3Cpath%20d%3D%22M2%2012h6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m13%2019l3.512-4.397C17.504%2013.361%2018%2012.74%2018%2012s-.496-1.361-1.488-2.603L13%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m17%2019l3.512-4.397C21.504%2013.361%2022%2012.74%2022%2012s-.496-1.361-1.488-2.603L17%205%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-multiple-remove.svg?color=%231a73e8&size=48