backward 5 seconds icon
backward-5-seconds-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- backward-5-seconds-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the backward 5 seconds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.38 16.92h-2.29c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.29a.781.781 0 0 0 0-1.56h-2.29c-.24 0-.47-.12-.61-.31a.75.75 0 0 1-.1-.68l.76-2.29c.1-.31.39-.51.71-.51h3.06c.41 0 .75.34.75.75s-.34.75-.75.75h-2.52l-.26.79h1.25a2.279 2.279 0 1 1 0 4.56"/><path d="M12.002 3.48c-.08 0-.16.01-.24.01l.82-1.02c.26-.32.21-.8-.12-1.05a.747.747 0 0 0-1.05.12L9.442 4c-.01.01-.01.02-.02.04c-.03.04-.05.09-.07.13c-.02.05-.04.09-.05.13c-.01.05-.01.09-.01.14v.2c.01.03.03.05.04.08c.02.05.04.09.06.14c.03.04.06.08.1.11c.02.03.03.06.06.08c.02.01.03.02.05.03a.3.3 0 0 0 .08.04c.05.03.11.05.17.06c.03.02.06.02.09.02s.05.01.08.01s.05-.01.07-.02c.03 0 .06.01.09 0c.64-.15 1.24-.22 1.81-.22c4.49 0 8.14 3.65 8.14 8.14s-3.65 8.14-8.14 8.14s-8.14-3.65-8.14-8.14c0-1.74.57-3.42 1.65-4.86a.75.75 0 0 0-1.2-.9c-1.28 1.7-1.95 3.69-1.95 5.76c0 5.31 4.32 9.64 9.64 9.64s9.64-4.32 9.64-9.64s-4.32-9.63-9.63-9.63"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBackward5SecondsFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.38 16.92h-2.29c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.29a.781.781 0 0 0 0-1.56h-2.29c-.24 0-.47-.12-.61-.31a.75.75 0 0 1-.1-.68l.76-2.29c.1-.31.39-.51.71-.51h3.06c.41 0 .75.34.75.75s-.34.75-.75.75h-2.52l-.26.79h1.25a2.279 2.279 0 1 1 0 4.56"/><path d="M12.002 3.48c-.08 0-.16.01-.24.01l.82-1.02c.26-.32.21-.8-.12-1.05a.747.747 0 0 0-1.05.12L9.442 4c-.01.01-.01.02-.02.04c-.03.04-.05.09-.07.13c-.02.05-.04.09-.05.13c-.01.05-.01.09-.01.14v.2c.01.03.03.05.04.08c.02.05.04.09.06.14c.03.04.06.08.1.11c.02.03.03.06.06.08c.02.01.03.02.05.03a.3.3 0 0 0 .08.04c.05.03.11.05.17.06c.03.02.06.02.09.02s.05.01.08.01s.05-.01.07-.02c.03 0 .06.01.09 0c.64-.15 1.24-.22 1.81-.22c4.49 0 8.14 3.65 8.14 8.14s-3.65 8.14-8.14 8.14s-8.14-3.65-8.14-8.14c0-1.74.57-3.42 1.65-4.86a.75.75 0 0 0-1.2-.9c-1.28 1.7-1.95 3.69-1.95 5.76c0 5.31 4.32 9.64 9.64 9.64s9.64-4.32 9.64-9.64s-4.32-9.63-9.63-9.63"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.38 16.92h-2.29c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.29a.781.781 0 0 0 0-1.56h-2.29c-.24 0-.47-.12-.61-.31a.75.75 0 0 1-.1-.68l.76-2.29c.1-.31.39-.51.71-.51h3.06c.41 0 .75.34.75.75s-.34.75-.75.75h-2.52l-.26.79h1.25a2.279 2.279 0 1 1 0 4.56"/><path d="M12.002 3.48c-.08 0-.16.01-.24.01l.82-1.02c.26-.32.21-.8-.12-1.05a.747.747 0 0 0-1.05.12L9.442 4c-.01.01-.01.02-.02.04c-.03.04-.05.09-.07.13c-.02.05-.04.09-.05.13c-.01.05-.01.09-.01.14v.2c.01.03.03.05.04.08c.02.05.04.09.06.14c.03.04.06.08.1.11c.02.03.03.06.06.08c.02.01.03.02.05.03a.3.3 0 0 0 .08.04c.05.03.11.05.17.06c.03.02.06.02.09.02s.05.01.08.01s.05-.01.07-.02c.03 0 .06.01.09 0c.64-.15 1.24-.22 1.81-.22c4.49 0 8.14 3.65 8.14 8.14s-3.65 8.14-8.14 8.14s-8.14-3.65-8.14-8.14c0-1.74.57-3.42 1.65-4.86a.75.75 0 0 0-1.2-.9c-1.28 1.7-1.95 3.69-1.95 5.76c0 5.31 4.32 9.64 9.64 9.64s9.64-4.32 9.64-9.64s-4.32-9.63-9.63-9.63"/></g></svg> </template>
CSS
.icon-backward-5-seconds-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.38%2016.92h-2.29c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.29a.781.781%200%200%200%200-1.56h-2.29c-.24%200-.47-.12-.61-.31a.75.75%200%200%201-.1-.68l.76-2.29c.1-.31.39-.51.71-.51h3.06c.41%200%20.75.34.75.75s-.34.75-.75.75h-2.52l-.26.79h1.25a2.279%202.279%200%201%201%200%204.56%22%2F%3E%3Cpath%20d%3D%22M12.002%203.48c-.08%200-.16.01-.24.01l.82-1.02c.26-.32.21-.8-.12-1.05a.747.747%200%200%200-1.05.12L9.442%204c-.01.01-.01.02-.02.04c-.03.04-.05.09-.07.13c-.02.05-.04.09-.05.13c-.01.05-.01.09-.01.14v.2c.01.03.03.05.04.08c.02.05.04.09.06.14c.03.04.06.08.1.11c.02.03.03.06.06.08c.02.01.03.02.05.03a.3.3%200%200%200%20.08.04c.05.03.11.05.17.06c.03.02.06.02.09.02s.05.01.08.01s.05-.01.07-.02c.03%200%20.06.01.09%200c.64-.15%201.24-.22%201.81-.22c4.49%200%208.14%203.65%208.14%208.14s-3.65%208.14-8.14%208.14s-8.14-3.65-8.14-8.14c0-1.74.57-3.42%201.65-4.86a.75.75%200%200%200-1.2-.9c-1.28%201.7-1.95%203.69-1.95%205.76c0%205.31%204.32%209.64%209.64%209.64s9.64-4.32%209.64-9.64s-4.32-9.63-9.63-9.63%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%22currentColor%22%3E%3Cpath%20d%3D%22M12.38%2016.92h-2.29c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.29a.781.781%200%200%200%200-1.56h-2.29c-.24%200-.47-.12-.61-.31a.75.75%200%200%201-.1-.68l.76-2.29c.1-.31.39-.51.71-.51h3.06c.41%200%20.75.34.75.75s-.34.75-.75.75h-2.52l-.26.79h1.25a2.279%202.279%200%201%201%200%204.56%22%2F%3E%3Cpath%20d%3D%22M12.002%203.48c-.08%200-.16.01-.24.01l.82-1.02c.26-.32.21-.8-.12-1.05a.747.747%200%200%200-1.05.12L9.442%204c-.01.01-.01.02-.02.04c-.03.04-.05.09-.07.13c-.02.05-.04.09-.05.13c-.01.05-.01.09-.01.14v.2c.01.03.03.05.04.08c.02.05.04.09.06.14c.03.04.06.08.1.11c.02.03.03.06.06.08c.02.01.03.02.05.03a.3.3%200%200%200%20.08.04c.05.03.11.05.17.06c.03.02.06.02.09.02s.05.01.08.01s.05-.01.07-.02c.03%200%20.06.01.09%200c.64-.15%201.24-.22%201.81-.22c4.49%200%208.14%203.65%208.14%208.14s-3.65%208.14-8.14%208.14s-8.14-3.65-8.14-8.14c0-1.74.57-3.42%201.65-4.86a.75.75%200%200%200-1.2-.9c-1.28%201.7-1.95%203.69-1.95%205.76c0%205.31%204.32%209.64%209.64%209.64s9.64-4.32%209.64-9.64s-4.32-9.63-9.63-9.63%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/backward-5-seconds-filled.svg?color=%231a73e8&size=48