backward 10 seconds icon
backward-10-seconds from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- backward-10-seconds
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the backward 10 seconds 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.54 15.92v-5.34l-1.5 1.67m1.98-7.78L12 2"/><path d="M4.91 7.8c-1.11 1.48-1.8 3.31-1.8 5.31A8.89 8.89 0 0 0 12 22a8.89 8.89 0 0 0 8.89-8.89A8.89 8.89 0 0 0 12 4.22c-.68 0-1.34.09-1.98.24"/><path d="M14 10.58c1.1 0 2 .9 2 2v1.35c0 1.1-.9 2-2 2s-2-.9-2-2v-1.35a2 2 0 0 1 2-2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBackward10Seconds(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.54 15.92v-5.34l-1.5 1.67m1.98-7.78L12 2"/><path d="M4.91 7.8c-1.11 1.48-1.8 3.31-1.8 5.31A8.89 8.89 0 0 0 12 22a8.89 8.89 0 0 0 8.89-8.89A8.89 8.89 0 0 0 12 4.22c-.68 0-1.34.09-1.98.24"/><path d="M14 10.58c1.1 0 2 .9 2 2v1.35c0 1.1-.9 2-2 2s-2-.9-2-2v-1.35a2 2 0 0 1 2-2"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.54 15.92v-5.34l-1.5 1.67m1.98-7.78L12 2"/><path d="M4.91 7.8c-1.11 1.48-1.8 3.31-1.8 5.31A8.89 8.89 0 0 0 12 22a8.89 8.89 0 0 0 8.89-8.89A8.89 8.89 0 0 0 12 4.22c-.68 0-1.34.09-1.98.24"/><path d="M14 10.58c1.1 0 2 .9 2 2v1.35c0 1.1-.9 2-2 2s-2-.9-2-2v-1.35a2 2 0 0 1 2-2"/></g></svg> </template>
CSS
.icon-backward-10-seconds {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.54%2015.92v-5.34l-1.5%201.67m1.98-7.78L12%202%22%2F%3E%3Cpath%20d%3D%22M4.91%207.8c-1.11%201.48-1.8%203.31-1.8%205.31A8.89%208.89%200%200%200%2012%2022a8.89%208.89%200%200%200%208.89-8.89A8.89%208.89%200%200%200%2012%204.22c-.68%200-1.34.09-1.98.24%22%2F%3E%3Cpath%20d%3D%22M14%2010.58c1.1%200%202%20.9%202%202v1.35c0%201.1-.9%202-2%202s-2-.9-2-2v-1.35a2%202%200%200%201%202-2%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.54%2015.92v-5.34l-1.5%201.67m1.98-7.78L12%202%22%2F%3E%3Cpath%20d%3D%22M4.91%207.8c-1.11%201.48-1.8%203.31-1.8%205.31A8.89%208.89%200%200%200%2012%2022a8.89%208.89%200%200%200%208.89-8.89A8.89%208.89%200%200%200%2012%204.22c-.68%200-1.34.09-1.98.24%22%2F%3E%3Cpath%20d%3D%22M14%2010.58c1.1%200%202%20.9%202%202v1.35c0%201.1-.9%202-2%202s-2-.9-2-2v-1.35a2%202%200%200%201%202-2%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-10-seconds.svg?color=%231a73e8&size=48