image to video icon

image-to-video from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
image-to-video
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the image to video 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="m2 13l3.47-3.47a1.81 1.81 0 0 1 2.56 0l.97.97"/><path d="M9 18c-2.809 0-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C2 15.213 2 13.81 2 11v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2h1c2.809 0 4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C18 4.787 18 6.19 18 9"/><path d="M21.598 13.5C22 14.196 22 15.13 22 17s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 22 18.87 22 17 22s-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C12 19.804 12 18.87 12 17s0-2.804.402-3.5a3 3 0 0 1 1.098-1.098C14.196 12 15.13 12 17 12s2.804 0 3.5.402a3 3 0 0 1 1.098 1.098"/><path d="M16.564 17h1.128M16 15.855v2.29c0 .276.287.446.512.304l1.824-1.145a.363.363 0 0 0 0-.608l-1.824-1.145c-.225-.142-.512.028-.512.304M13.5 7a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsImageToVideo(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="m2 13l3.47-3.47a1.81 1.81 0 0 1 2.56 0l.97.97"/><path d="M9 18c-2.809 0-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C2 15.213 2 13.81 2 11v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2h1c2.809 0 4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C18 4.787 18 6.19 18 9"/><path d="M21.598 13.5C22 14.196 22 15.13 22 17s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 22 18.87 22 17 22s-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C12 19.804 12 18.87 12 17s0-2.804.402-3.5a3 3 0 0 1 1.098-1.098C14.196 12 15.13 12 17 12s2.804 0 3.5.402a3 3 0 0 1 1.098 1.098"/><path d="M16.564 17h1.128M16 15.855v2.29c0 .276.287.446.512.304l1.824-1.145a.363.363 0 0 0 0-.608l-1.824-1.145c-.225-.142-.512.028-.512.304M13.5 7a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V6"/></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="m2 13l3.47-3.47a1.81 1.81 0 0 1 2.56 0l.97.97"/><path d="M9 18c-2.809 0-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C2 15.213 2 13.81 2 11v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2h1c2.809 0 4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C18 4.787 18 6.19 18 9"/><path d="M21.598 13.5C22 14.196 22 15.13 22 17s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 22 18.87 22 17 22s-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C12 19.804 12 18.87 12 17s0-2.804.402-3.5a3 3 0 0 1 1.098-1.098C14.196 12 15.13 12 17 12s2.804 0 3.5.402a3 3 0 0 1 1.098 1.098"/><path d="M16.564 17h1.128M16 15.855v2.29c0 .276.287.446.512.304l1.824-1.145a.363.363 0 0 0 0-.608l-1.824-1.145c-.225-.142-.512.028-.512.304M13.5 7a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V6"/></g></svg>
</template>

CSS

.icon-image-to-video {
  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%22m2%2013l3.47-3.47a1.81%201.81%200%200%201%202.56%200l.97.97%22%2F%3E%3Cpath%20d%3D%22M9%2018c-2.809%200-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104C2%2015.213%202%2013.81%202%2011v-1c0-3.771%200-5.657%201.172-6.828S6.229%202%2010%202h1c2.809%200%204.213%200%205.222.674a4%204%200%200%201%201.104%201.104C18%204.787%2018%206.19%2018%209%22%2F%3E%3Cpath%20d%3D%22M21.598%2013.5C22%2014.196%2022%2015.13%2022%2017s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C19.804%2022%2018.87%2022%2017%2022s-2.804%200-3.5-.402a3%203%200%200%201-1.098-1.098C12%2019.804%2012%2018.87%2012%2017s0-2.804.402-3.5a3%203%200%200%201%201.098-1.098C14.196%2012%2015.13%2012%2017%2012s2.804%200%203.5.402a3%203%200%200%201%201.098%201.098%22%2F%3E%3Cpath%20d%3D%22M16.564%2017h1.128M16%2015.855v2.29c0%20.276.287.446.512.304l1.824-1.145a.363.363%200%200%200%200-.608l-1.824-1.145c-.225-.142-.512.028-.512.304M13.5%207a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V6%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%22m2%2013l3.47-3.47a1.81%201.81%200%200%201%202.56%200l.97.97%22%2F%3E%3Cpath%20d%3D%22M9%2018c-2.809%200-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104C2%2015.213%202%2013.81%202%2011v-1c0-3.771%200-5.657%201.172-6.828S6.229%202%2010%202h1c2.809%200%204.213%200%205.222.674a4%204%200%200%201%201.104%201.104C18%204.787%2018%206.19%2018%209%22%2F%3E%3Cpath%20d%3D%22M21.598%2013.5C22%2014.196%2022%2015.13%2022%2017s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C19.804%2022%2018.87%2022%2017%2022s-2.804%200-3.5-.402a3%203%200%200%201-1.098-1.098C12%2019.804%2012%2018.87%2012%2017s0-2.804.402-3.5a3%203%200%200%201%201.098-1.098C14.196%2012%2015.13%2012%2017%2012s2.804%200%203.5.402a3%203%200%200%201%201.098%201.098%22%2F%3E%3Cpath%20d%3D%22M16.564%2017h1.128M16%2015.855v2.29c0%20.276.287.446.512.304l1.824-1.145a.363.363%200%200%200%200-.608l-1.824-1.145c-.225-.142-.512.028-.512.304M13.5%207a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V6%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/image-to-video.svg?color=%231a73e8&size=48