video replay icon
video-replay from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- video-replay
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the video replay 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M17.7 21.335c-1.172.165-2.7.165-4.75.165h-1.9c-4.03 0-6.046 0-7.298-1.252S2.5 16.98 2.5 12.95v-1.9c0-4.03 0-6.046 1.252-7.298S7.02 2.5 11.05 2.5h1.9c4.03 0 6.046 0 7.298 1.252S21.5 7.019 21.5 11.05v1.9c0 1.208 0 2.235-.034 3.115c-.027.705-.04 1.057-.307 1.19c-.267.13-.566-.08-1.163-.503L18.65 15.8"/><path d="M14.945 12.395c-.176.627-1.012 1.07-2.682 1.955c-1.615.856-2.422 1.285-3.073 1.113a1.66 1.66 0 0 1-.712-.393C8 14.62 8 13.746 8 12s0-2.62.478-3.07c.198-.186.443-.321.712-.392c.65-.173 1.458.256 3.073 1.112c1.67.886 2.506 1.329 2.682 1.955c.073.259.073.531 0 .79Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsVideoReplay(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M17.7 21.335c-1.172.165-2.7.165-4.75.165h-1.9c-4.03 0-6.046 0-7.298-1.252S2.5 16.98 2.5 12.95v-1.9c0-4.03 0-6.046 1.252-7.298S7.02 2.5 11.05 2.5h1.9c4.03 0 6.046 0 7.298 1.252S21.5 7.019 21.5 11.05v1.9c0 1.208 0 2.235-.034 3.115c-.027.705-.04 1.057-.307 1.19c-.267.13-.566-.08-1.163-.503L18.65 15.8"/><path d="M14.945 12.395c-.176.627-1.012 1.07-2.682 1.955c-1.615.856-2.422 1.285-3.073 1.113a1.66 1.66 0 0 1-.712-.393C8 14.62 8 13.746 8 12s0-2.62.478-3.07c.198-.186.443-.321.712-.392c.65-.173 1.458.256 3.073 1.112c1.67.886 2.506 1.329 2.682 1.955c.073.259.073.531 0 .79Z"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M17.7 21.335c-1.172.165-2.7.165-4.75.165h-1.9c-4.03 0-6.046 0-7.298-1.252S2.5 16.98 2.5 12.95v-1.9c0-4.03 0-6.046 1.252-7.298S7.02 2.5 11.05 2.5h1.9c4.03 0 6.046 0 7.298 1.252S21.5 7.019 21.5 11.05v1.9c0 1.208 0 2.235-.034 3.115c-.027.705-.04 1.057-.307 1.19c-.267.13-.566-.08-1.163-.503L18.65 15.8"/><path d="M14.945 12.395c-.176.627-1.012 1.07-2.682 1.955c-1.615.856-2.422 1.285-3.073 1.113a1.66 1.66 0 0 1-.712-.393C8 14.62 8 13.746 8 12s0-2.62.478-3.07c.198-.186.443-.321.712-.392c.65-.173 1.458.256 3.073 1.112c1.67.886 2.506 1.329 2.682 1.955c.073.259.073.531 0 .79Z"/></g></svg> </template>
CSS
.icon-video-replay {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.7%2021.335c-1.172.165-2.7.165-4.75.165h-1.9c-4.03%200-6.046%200-7.298-1.252S2.5%2016.98%202.5%2012.95v-1.9c0-4.03%200-6.046%201.252-7.298S7.02%202.5%2011.05%202.5h1.9c4.03%200%206.046%200%207.298%201.252S21.5%207.019%2021.5%2011.05v1.9c0%201.208%200%202.235-.034%203.115c-.027.705-.04%201.057-.307%201.19c-.267.13-.566-.08-1.163-.503L18.65%2015.8%22%2F%3E%3Cpath%20d%3D%22M14.945%2012.395c-.176.627-1.012%201.07-2.682%201.955c-1.615.856-2.422%201.285-3.073%201.113a1.66%201.66%200%200%201-.712-.393C8%2014.62%208%2013.746%208%2012s0-2.62.478-3.07c.198-.186.443-.321.712-.392c.65-.173%201.458.256%203.073%201.112c1.67.886%202.506%201.329%202.682%201.955c.073.259.073.531%200%20.79Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.7%2021.335c-1.172.165-2.7.165-4.75.165h-1.9c-4.03%200-6.046%200-7.298-1.252S2.5%2016.98%202.5%2012.95v-1.9c0-4.03%200-6.046%201.252-7.298S7.02%202.5%2011.05%202.5h1.9c4.03%200%206.046%200%207.298%201.252S21.5%207.019%2021.5%2011.05v1.9c0%201.208%200%202.235-.034%203.115c-.027.705-.04%201.057-.307%201.19c-.267.13-.566-.08-1.163-.503L18.65%2015.8%22%2F%3E%3Cpath%20d%3D%22M14.945%2012.395c-.176.627-1.012%201.07-2.682%201.955c-1.615.856-2.422%201.285-3.073%201.113a1.66%201.66%200%200%201-.712-.393C8%2014.62%208%2013.746%208%2012s0-2.62.478-3.07c.198-.186.443-.321.712-.392c.65-.173%201.458.256%203.073%201.112c1.67.886%202.506%201.329%202.682%201.955c.073.259.073.531%200%20.79Z%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/video-replay.svg?color=%231a73e8&size=48