keyframe bottom icon

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

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

Related icons in Huge Icons

Use the keyframe bottom 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="M10.69 5.003C11.296 4.334 11.598 4 12 4s.705.334 1.31 1.003l1.485 1.643C15.598 7.536 16 7.98 16 8.5s-.402.965-1.205 1.854l-1.486 1.644C12.705 12.666 12.403 13 12 13s-.705-.334-1.31-1.002l-1.485-1.644C8.402 9.464 8 9.02 8 8.5s.402-.965 1.205-1.854z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 16v4m-9 0h18"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKeyframeBottom(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="M10.69 5.003C11.296 4.334 11.598 4 12 4s.705.334 1.31 1.003l1.485 1.643C15.598 7.536 16 7.98 16 8.5s-.402.965-1.205 1.854l-1.486 1.644C12.705 12.666 12.403 13 12 13s-.705-.334-1.31-1.002l-1.485-1.644C8.402 9.464 8 9.02 8 8.5s.402-.965 1.205-1.854z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 16v4m-9 0h18"/></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="M10.69 5.003C11.296 4.334 11.598 4 12 4s.705.334 1.31 1.003l1.485 1.643C15.598 7.536 16 7.98 16 8.5s-.402.965-1.205 1.854l-1.486 1.644C12.705 12.666 12.403 13 12 13s-.705-.334-1.31-1.002l-1.485-1.644C8.402 9.464 8 9.02 8 8.5s.402-.965 1.205-1.854z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 16v4m-9 0h18"/></g></svg>
</template>

CSS

.icon-keyframe-bottom {
  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%22M10.69%205.003C11.296%204.334%2011.598%204%2012%204s.705.334%201.31%201.003l1.485%201.643C15.598%207.536%2016%207.98%2016%208.5s-.402.965-1.205%201.854l-1.486%201.644C12.705%2012.666%2012.403%2013%2012%2013s-.705-.334-1.31-1.002l-1.485-1.644C8.402%209.464%208%209.02%208%208.5s.402-.965%201.205-1.854z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016v4m-9%200h18%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%22M10.69%205.003C11.296%204.334%2011.598%204%2012%204s.705.334%201.31%201.003l1.485%201.643C15.598%207.536%2016%207.98%2016%208.5s-.402.965-1.205%201.854l-1.486%201.644C12.705%2012.666%2012.403%2013%2012%2013s-.705-.334-1.31-1.002l-1.485-1.644C8.402%209.464%208%209.02%208%208.5s.402-.965%201.205-1.854z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016v4m-9%200h18%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-bottom.svg?color=%231a73e8&size=48