keyframe align center icon
keyframe-align-center-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- keyframe-align-center-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the keyframe align center icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a1 1 0 0 1 .993.883L13 20v2a1 1 0 0 1-1.993.117L11 22v-2a1 1 0 0 1 1-1m0-13c-.629 0-1.214.301-1.606.807l-2.908 3.748a2.395 2.395 0 0 0-.011 2.876l2.919 3.762c.39.505.977.807 1.606.807s1.214-.301 1.606-.807l2.908-3.748a2.395 2.395 0 0 0 .011-2.876l-2.919-3.762A2.03 2.03 0 0 0 12 6m0-5a1 1 0 0 1 .993.883L13 2v2a1 1 0 0 1-1.993.117L11 4V2a1 1 0 0 1 1-1M5 11a1 1 0 0 1 .117 1.993L5 13H3a1 1 0 0 1-.117-1.993L3 11zm16 0a1 1 0 0 1 .117 1.993L21 13h-2a1 1 0 0 1-.117-1.993L19 11z"/></svg>
React
import type { SVGProps } from "react";
export function TablerKeyframeAlignCenterFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a1 1 0 0 1 .993.883L13 20v2a1 1 0 0 1-1.993.117L11 22v-2a1 1 0 0 1 1-1m0-13c-.629 0-1.214.301-1.606.807l-2.908 3.748a2.395 2.395 0 0 0-.011 2.876l2.919 3.762c.39.505.977.807 1.606.807s1.214-.301 1.606-.807l2.908-3.748a2.395 2.395 0 0 0 .011-2.876l-2.919-3.762A2.03 2.03 0 0 0 12 6m0-5a1 1 0 0 1 .993.883L13 2v2a1 1 0 0 1-1.993.117L11 4V2a1 1 0 0 1 1-1M5 11a1 1 0 0 1 .117 1.993L5 13H3a1 1 0 0 1-.117-1.993L3 11zm16 0a1 1 0 0 1 .117 1.993L21 13h-2a1 1 0 0 1-.117-1.993L19 11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a1 1 0 0 1 .993.883L13 20v2a1 1 0 0 1-1.993.117L11 22v-2a1 1 0 0 1 1-1m0-13c-.629 0-1.214.301-1.606.807l-2.908 3.748a2.395 2.395 0 0 0-.011 2.876l2.919 3.762c.39.505.977.807 1.606.807s1.214-.301 1.606-.807l2.908-3.748a2.395 2.395 0 0 0 .011-2.876l-2.919-3.762A2.03 2.03 0 0 0 12 6m0-5a1 1 0 0 1 .993.883L13 2v2a1 1 0 0 1-1.993.117L11 4V2a1 1 0 0 1 1-1M5 11a1 1 0 0 1 .117 1.993L5 13H3a1 1 0 0 1-.117-1.993L3 11zm16 0a1 1 0 0 1 .117 1.993L21 13h-2a1 1 0 0 1-.117-1.993L19 11z"/></svg> </template>
CSS
.icon-keyframe-align-center-filled {
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%22currentColor%22%20d%3D%22M12%2019a1%201%200%200%201%20.993.883L13%2020v2a1%201%200%200%201-1.993.117L11%2022v-2a1%201%200%200%201%201-1m0-13c-.629%200-1.214.301-1.606.807l-2.908%203.748a2.395%202.395%200%200%200-.011%202.876l2.919%203.762c.39.505.977.807%201.606.807s1.214-.301%201.606-.807l2.908-3.748a2.395%202.395%200%200%200%20.011-2.876l-2.919-3.762A2.03%202.03%200%200%200%2012%206m0-5a1%201%200%200%201%20.993.883L13%202v2a1%201%200%200%201-1.993.117L11%204V2a1%201%200%200%201%201-1M5%2011a1%201%200%200%201%20.117%201.993L5%2013H3a1%201%200%200%201-.117-1.993L3%2011zm16%200a1%201%200%200%201%20.117%201.993L21%2013h-2a1%201%200%200%201-.117-1.993L19%2011z%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%22currentColor%22%20d%3D%22M12%2019a1%201%200%200%201%20.993.883L13%2020v2a1%201%200%200%201-1.993.117L11%2022v-2a1%201%200%200%201%201-1m0-13c-.629%200-1.214.301-1.606.807l-2.908%203.748a2.395%202.395%200%200%200-.011%202.876l2.919%203.762c.39.505.977.807%201.606.807s1.214-.301%201.606-.807l2.908-3.748a2.395%202.395%200%200%200%20.011-2.876l-2.919-3.762A2.03%202.03%200%200%200%2012%206m0-5a1%201%200%200%201%20.993.883L13%202v2a1%201%200%200%201-1.993.117L11%204V2a1%201%200%200%201%201-1M5%2011a1%201%200%200%201%20.117%201.993L5%2013H3a1%201%200%200%201-.117-1.993L3%2011zm16%200a1%201%200%200%201%20.117%201.993L21%2013h-2a1%201%200%200%201-.117-1.993L19%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/keyframe-align-center-filled.svg?color=%231a73e8&size=48