video-clip-wand-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
video-clip-wand-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video clip wand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.5A2.5 2.5 0 0 1 3.5 2h7A2.5 2.5 0 0 1 13 4.5v1.586a1.5 1.5 0 0 0-1.989 1.231l-.09.734a1 1 0 0 1-.87.87l-.734.09a1.5 1.5 0 0 0-.344 2.894L8.878 12H3.5A2.5 2.5 0 0 1 1 9.5zm4.5.32v4.36c0 .25.274.403.487.272l3.259-1.991a.54.54 0 0 0 0-.922l-3.26-1.991a.32.32 0 0 0-.486.273m7.496 2.619a.5.5 0 0 0-.992 0l-.09.734a2 2 0 0 1-1.741 1.74l-.734.09a.5.5 0 0 0 0 .993l.734.09a2 2 0 0 1 1.74 1.741l.09.734a.5.5 0 0 0 .993 0l.09-.734a2 2 0 0 1 1.741-1.74l.734-.09a.5.5 0 0 0 0-.993l-.734-.09a2 2 0 0 1-1.74-1.741zm-1.522 3.06c.42-.253.773-.606 1.026-1.026c.253.42.606.773 1.026 1.026c-.42.253-.773.606-1.026 1.026a3 3 0 0 0-1.026-1.026m-.62 2.354a.5.5 0 0 0-.707-.708l-3 2.997a.5.5 0 1 0 .706.707z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoClipWand16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.5A2.5 2.5 0 0 1 3.5 2h7A2.5 2.5 0 0 1 13 4.5v1.586a1.5 1.5 0 0 0-1.989 1.231l-.09.734a1 1 0 0 1-.87.87l-.734.09a1.5 1.5 0 0 0-.344 2.894L8.878 12H3.5A2.5 2.5 0 0 1 1 9.5zm4.5.32v4.36c0 .25.274.403.487.272l3.259-1.991a.54.54 0 0 0 0-.922l-3.26-1.991a.32.32 0 0 0-.486.273m7.496 2.619a.5.5 0 0 0-.992 0l-.09.734a2 2 0 0 1-1.741 1.74l-.734.09a.5.5 0 0 0 0 .993l.734.09a2 2 0 0 1 1.74 1.741l.09.734a.5.5 0 0 0 .993 0l.09-.734a2 2 0 0 1 1.741-1.74l.734-.09a.5.5 0 0 0 0-.993l-.734-.09a2 2 0 0 1-1.74-1.741zm-1.522 3.06c.42-.253.773-.606 1.026-1.026c.253.42.606.773 1.026 1.026c-.42.253-.773.606-1.026 1.026a3 3 0 0 0-1.026-1.026m-.62 2.354a.5.5 0 0 0-.707-.708l-3 2.997a.5.5 0 1 0 .706.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.5A2.5 2.5 0 0 1 3.5 2h7A2.5 2.5 0 0 1 13 4.5v1.586a1.5 1.5 0 0 0-1.989 1.231l-.09.734a1 1 0 0 1-.87.87l-.734.09a1.5 1.5 0 0 0-.344 2.894L8.878 12H3.5A2.5 2.5 0 0 1 1 9.5zm4.5.32v4.36c0 .25.274.403.487.272l3.259-1.991a.54.54 0 0 0 0-.922l-3.26-1.991a.32.32 0 0 0-.486.273m7.496 2.619a.5.5 0 0 0-.992 0l-.09.734a2 2 0 0 1-1.741 1.74l-.734.09a.5.5 0 0 0 0 .993l.734.09a2 2 0 0 1 1.74 1.741l.09.734a.5.5 0 0 0 .993 0l.09-.734a2 2 0 0 1 1.741-1.74l.734-.09a.5.5 0 0 0 0-.993l-.734-.09a2 2 0 0 1-1.74-1.741zm-1.522 3.06c.42-.253.773-.606 1.026-1.026c.253.42.606.773 1.026 1.026c-.42.253-.773.606-1.026 1.026a3 3 0 0 0-1.026-1.026m-.62 2.354a.5.5 0 0 0-.707-.708l-3 2.997a.5.5 0 1 0 .706.707z"/></svg>
</template>

CSS

.icon-video-clip-wand-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.5A2.5%202.5%200%200%201%203.5%202h7A2.5%202.5%200%200%201%2013%204.5v1.586a1.5%201.5%200%200%200-1.989%201.231l-.09.734a1%201%200%200%201-.87.87l-.734.09a1.5%201.5%200%200%200-.344%202.894L8.878%2012H3.5A2.5%202.5%200%200%201%201%209.5zm4.5.32v4.36c0%20.25.274.403.487.272l3.259-1.991a.54.54%200%200%200%200-.922l-3.26-1.991a.32.32%200%200%200-.486.273m7.496%202.619a.5.5%200%200%200-.992%200l-.09.734a2%202%200%200%201-1.741%201.74l-.734.09a.5.5%200%200%200%200%20.993l.734.09a2%202%200%200%201%201.74%201.741l.09.734a.5.5%200%200%200%20.993%200l.09-.734a2%202%200%200%201%201.741-1.74l.734-.09a.5.5%200%200%200%200-.993l-.734-.09a2%202%200%200%201-1.74-1.741zm-1.522%203.06c.42-.253.773-.606%201.026-1.026c.253.42.606.773%201.026%201.026c-.42.253-.773.606-1.026%201.026a3%203%200%200%200-1.026-1.026m-.62%202.354a.5.5%200%200%200-.707-.708l-3%202.997a.5.5%200%201%200%20.706.707z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.5A2.5%202.5%200%200%201%203.5%202h7A2.5%202.5%200%200%201%2013%204.5v1.586a1.5%201.5%200%200%200-1.989%201.231l-.09.734a1%201%200%200%201-.87.87l-.734.09a1.5%201.5%200%200%200-.344%202.894L8.878%2012H3.5A2.5%202.5%200%200%201%201%209.5zm4.5.32v4.36c0%20.25.274.403.487.272l3.259-1.991a.54.54%200%200%200%200-.922l-3.26-1.991a.32.32%200%200%200-.486.273m7.496%202.619a.5.5%200%200%200-.992%200l-.09.734a2%202%200%200%201-1.741%201.74l-.734.09a.5.5%200%200%200%200%20.993l.734.09a2%202%200%200%201%201.74%201.741l.09.734a.5.5%200%200%200%20.993%200l.09-.734a2%202%200%200%201%201.741-1.74l.734-.09a.5.5%200%200%200%200-.993l-.734-.09a2%202%200%200%201-1.74-1.741zm-1.522%203.06c.42-.253.773-.606%201.026-1.026c.253.42.606.773%201.026%201.026c-.42.253-.773.606-1.026%201.026a3%203%200%200%200-1.026-1.026m-.62%202.354a.5.5%200%200%200-.707-.708l-3%202.997a.5.5%200%201%200%20.706.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-clip-wand-16-filled.svg?color=%231a73e8&size=48