keyframe icon
keyframe from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- keyframe
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the keyframe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M9.382 5.005C10.59 3.668 11.194 3 12 3s1.41.668 2.618 2.005l2.972 3.288C19.197 10.07 20 10.959 20 12s-.803 1.93-2.41 3.707l-2.972 3.288C13.41 20.332 12.806 21 12 21s-1.41-.668-2.618-2.005L6.41 15.707C4.803 13.93 4 13.042 4 12s.803-1.93 2.41-3.707z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsKeyframe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M9.382 5.005C10.59 3.668 11.194 3 12 3s1.41.668 2.618 2.005l2.972 3.288C19.197 10.07 20 10.959 20 12s-.803 1.93-2.41 3.707l-2.972 3.288C13.41 20.332 12.806 21 12 21s-1.41-.668-2.618-2.005L6.41 15.707C4.803 13.93 4 13.042 4 12s.803-1.93 2.41-3.707z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M9.382 5.005C10.59 3.668 11.194 3 12 3s1.41.668 2.618 2.005l2.972 3.288C19.197 10.07 20 10.959 20 12s-.803 1.93-2.41 3.707l-2.972 3.288C13.41 20.332 12.806 21 12 21s-1.41-.668-2.618-2.005L6.41 15.707C4.803 13.93 4 13.042 4 12s.803-1.93 2.41-3.707z"/></svg> </template>
CSS
.icon-keyframe {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M9.382%205.005C10.59%203.668%2011.194%203%2012%203s1.41.668%202.618%202.005l2.972%203.288C19.197%2010.07%2020%2010.959%2020%2012s-.803%201.93-2.41%203.707l-2.972%203.288C13.41%2020.332%2012.806%2021%2012%2021s-1.41-.668-2.618-2.005L6.41%2015.707C4.803%2013.93%204%2013.042%204%2012s.803-1.93%202.41-3.707z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M9.382%205.005C10.59%203.668%2011.194%203%2012%203s1.41.668%202.618%202.005l2.972%203.288C19.197%2010.07%2020%2010.959%2020%2012s-.803%201.93-2.41%203.707l-2.972%203.288C13.41%2020.332%2012.806%2021%2012%2021s-1.41-.668-2.618-2.005L6.41%2015.707C4.803%2013.93%204%2013.042%204%2012s.803-1.93%202.41-3.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/keyframe.svg?color=%231a73e8&size=48