keyframe top icon
keyframe-top from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- keyframe-top
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the keyframe top 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="M13.31 18.998C12.704 19.665 12.402 20 12 20s-.705-.334-1.31-1.003l-1.485-1.643C8.402 16.464 8 16.02 8 15.5s.402-.965 1.205-1.854l1.486-1.644C11.295 11.335 11.597 11 12 11s.705.334 1.31 1.002l1.485 1.644C15.598 14.536 16 14.98 16 15.5s-.402.965-1.205 1.854z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8V4m9 0H3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsKeyframeTop(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="M13.31 18.998C12.704 19.665 12.402 20 12 20s-.705-.334-1.31-1.003l-1.485-1.643C8.402 16.464 8 16.02 8 15.5s.402-.965 1.205-1.854l1.486-1.644C11.295 11.335 11.597 11 12 11s.705.334 1.31 1.002l1.485 1.644C15.598 14.536 16 14.98 16 15.5s-.402.965-1.205 1.854z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 8V4m9 0H3"/></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="M13.31 18.998C12.704 19.665 12.402 20 12 20s-.705-.334-1.31-1.003l-1.485-1.643C8.402 16.464 8 16.02 8 15.5s.402-.965 1.205-1.854l1.486-1.644C11.295 11.335 11.597 11 12 11s.705.334 1.31 1.002l1.485 1.644C15.598 14.536 16 14.98 16 15.5s-.402.965-1.205 1.854z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8V4m9 0H3"/></g></svg> </template>
CSS
.icon-keyframe-top {
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%22M13.31%2018.998C12.704%2019.665%2012.402%2020%2012%2020s-.705-.334-1.31-1.003l-1.485-1.643C8.402%2016.464%208%2016.02%208%2015.5s.402-.965%201.205-1.854l1.486-1.644C11.295%2011.335%2011.597%2011%2012%2011s.705.334%201.31%201.002l1.485%201.644C15.598%2014.536%2016%2014.98%2016%2015.5s-.402.965-1.205%201.854z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208V4m9%200H3%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%22M13.31%2018.998C12.704%2019.665%2012.402%2020%2012%2020s-.705-.334-1.31-1.003l-1.485-1.643C8.402%2016.464%208%2016.02%208%2015.5s.402-.965%201.205-1.854l1.486-1.644C11.295%2011.335%2011.597%2011%2012%2011s.705.334%201.31%201.002l1.485%201.644C15.598%2014.536%2016%2014.98%2016%2015.5s-.402.965-1.205%201.854z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208V4m9%200H3%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-top.svg?color=%231a73e8&size=48