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

Name
video-clip-wand-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M1 5.25A3.25 3.25 0 0 1 4.25 2h13.5A3.25 3.25 0 0 1 21 5.25v7.714a2.25 2.25 0 0 1-.624-1.298l-.14-1.13a1.75 1.75 0 0 0-3.473 0l-.139 1.13a2.25 2.25 0 0 1-1.958 1.958l-1.13.14a1.75 1.75 0 0 0 0 3.473l.7.086q-.117.085-.223.19L11.525 20H4.25A3.25 3.25 0 0 1 1 16.75zm8.482 2.124A1 1 0 0 0 8 8.251v5.5a1 1 0 0 0 1.482.875l5-2.75a1 1 0 0 0 0-1.752zM15 18.043a.75.75 0 0 1 .78 1.237l-4.5 4.5a.75.75 0 1 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 .28-.177m4.383-6.255a3.25 3.25 0 0 0 2.829 2.829l1.13.139a.75.75 0 0 1 0 1.488l-1.13.14a3.25 3.25 0 0 0-2.829 2.828l-.139 1.13a.75.75 0 0 1-1.488 0l-.14-1.13a3.25 3.25 0 0 0-2.828-2.829l-1.13-.139a.75.75 0 0 1 0-1.488l1.13-.14q.107-.013.212-.033a3.25 3.25 0 0 0 2.617-2.795l.139-1.13a.75.75 0 0 1 1.488 0zM18.36 14a4.76 4.76 0 0 1-1.585 1.5a4.76 4.76 0 0 1 1.725 1.726a4.76 4.76 0 0 1 1.726-1.726a4.76 4.76 0 0 1-1.726-1.726a5 5 0 0 1-.14.226"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoClipWand24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 5.25A3.25 3.25 0 0 1 4.25 2h13.5A3.25 3.25 0 0 1 21 5.25v7.714a2.25 2.25 0 0 1-.624-1.298l-.14-1.13a1.75 1.75 0 0 0-3.473 0l-.139 1.13a2.25 2.25 0 0 1-1.958 1.958l-1.13.14a1.75 1.75 0 0 0 0 3.473l.7.086q-.117.085-.223.19L11.525 20H4.25A3.25 3.25 0 0 1 1 16.75zm8.482 2.124A1 1 0 0 0 8 8.251v5.5a1 1 0 0 0 1.482.875l5-2.75a1 1 0 0 0 0-1.752zM15 18.043a.75.75 0 0 1 .78 1.237l-4.5 4.5a.75.75 0 1 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 .28-.177m4.383-6.255a3.25 3.25 0 0 0 2.829 2.829l1.13.139a.75.75 0 0 1 0 1.488l-1.13.14a3.25 3.25 0 0 0-2.829 2.828l-.139 1.13a.75.75 0 0 1-1.488 0l-.14-1.13a3.25 3.25 0 0 0-2.828-2.829l-1.13-.139a.75.75 0 0 1 0-1.488l1.13-.14q.107-.013.212-.033a3.25 3.25 0 0 0 2.617-2.795l.139-1.13a.75.75 0 0 1 1.488 0zM18.36 14a4.76 4.76 0 0 1-1.585 1.5a4.76 4.76 0 0 1 1.725 1.726a4.76 4.76 0 0 1 1.726-1.726a4.76 4.76 0 0 1-1.726-1.726a5 5 0 0 1-.14.226"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 5.25A3.25 3.25 0 0 1 4.25 2h13.5A3.25 3.25 0 0 1 21 5.25v7.714a2.25 2.25 0 0 1-.624-1.298l-.14-1.13a1.75 1.75 0 0 0-3.473 0l-.139 1.13a2.25 2.25 0 0 1-1.958 1.958l-1.13.14a1.75 1.75 0 0 0 0 3.473l.7.086q-.117.085-.223.19L11.525 20H4.25A3.25 3.25 0 0 1 1 16.75zm8.482 2.124A1 1 0 0 0 8 8.251v5.5a1 1 0 0 0 1.482.875l5-2.75a1 1 0 0 0 0-1.752zM15 18.043a.75.75 0 0 1 .78 1.237l-4.5 4.5a.75.75 0 1 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 .28-.177m4.383-6.255a3.25 3.25 0 0 0 2.829 2.829l1.13.139a.75.75 0 0 1 0 1.488l-1.13.14a3.25 3.25 0 0 0-2.829 2.828l-.139 1.13a.75.75 0 0 1-1.488 0l-.14-1.13a3.25 3.25 0 0 0-2.828-2.829l-1.13-.139a.75.75 0 0 1 0-1.488l1.13-.14q.107-.013.212-.033a3.25 3.25 0 0 0 2.617-2.795l.139-1.13a.75.75 0 0 1 1.488 0zM18.36 14a4.76 4.76 0 0 1-1.585 1.5a4.76 4.76 0 0 1 1.725 1.726a4.76 4.76 0 0 1 1.726-1.726a4.76 4.76 0 0 1-1.726-1.726a5 5 0 0 1-.14.226"/></svg>
</template>

CSS

.icon-video-clip-wand-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%205.25A3.25%203.25%200%200%201%204.25%202h13.5A3.25%203.25%200%200%201%2021%205.25v7.714a2.25%202.25%200%200%201-.624-1.298l-.14-1.13a1.75%201.75%200%200%200-3.473%200l-.139%201.13a2.25%202.25%200%200%201-1.958%201.958l-1.13.14a1.75%201.75%200%200%200%200%203.473l.7.086q-.117.085-.223.19L11.525%2020H4.25A3.25%203.25%200%200%201%201%2016.75zm8.482%202.124A1%201%200%200%200%208%208.251v5.5a1%201%200%200%200%201.482.875l5-2.75a1%201%200%200%200%200-1.752zM15%2018.043a.75.75%200%200%201%20.78%201.237l-4.5%204.5a.75.75%200%201%201-1.06-1.06l4.5-4.5a.75.75%200%200%201%20.28-.177m4.383-6.255a3.25%203.25%200%200%200%202.829%202.829l1.13.139a.75.75%200%200%201%200%201.488l-1.13.14a3.25%203.25%200%200%200-2.829%202.828l-.139%201.13a.75.75%200%200%201-1.488%200l-.14-1.13a3.25%203.25%200%200%200-2.828-2.829l-1.13-.139a.75.75%200%200%201%200-1.488l1.13-.14q.107-.013.212-.033a3.25%203.25%200%200%200%202.617-2.795l.139-1.13a.75.75%200%200%201%201.488%200zM18.36%2014a4.76%204.76%200%200%201-1.585%201.5a4.76%204.76%200%200%201%201.725%201.726a4.76%204.76%200%200%201%201.726-1.726a4.76%204.76%200%200%201-1.726-1.726a5%205%200%200%201-.14.226%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%205.25A3.25%203.25%200%200%201%204.25%202h13.5A3.25%203.25%200%200%201%2021%205.25v7.714a2.25%202.25%200%200%201-.624-1.298l-.14-1.13a1.75%201.75%200%200%200-3.473%200l-.139%201.13a2.25%202.25%200%200%201-1.958%201.958l-1.13.14a1.75%201.75%200%200%200%200%203.473l.7.086q-.117.085-.223.19L11.525%2020H4.25A3.25%203.25%200%200%201%201%2016.75zm8.482%202.124A1%201%200%200%200%208%208.251v5.5a1%201%200%200%200%201.482.875l5-2.75a1%201%200%200%200%200-1.752zM15%2018.043a.75.75%200%200%201%20.78%201.237l-4.5%204.5a.75.75%200%201%201-1.06-1.06l4.5-4.5a.75.75%200%200%201%20.28-.177m4.383-6.255a3.25%203.25%200%200%200%202.829%202.829l1.13.139a.75.75%200%200%201%200%201.488l-1.13.14a3.25%203.25%200%200%200-2.829%202.828l-.139%201.13a.75.75%200%200%201-1.488%200l-.14-1.13a3.25%203.25%200%200%200-2.828-2.829l-1.13-.139a.75.75%200%200%201%200-1.488l1.13-.14q.107-.013.212-.033a3.25%203.25%200%200%200%202.617-2.795l.139-1.13a.75.75%200%200%201%201.488%200zM18.36%2014a4.76%204.76%200%200%201-1.585%201.5a4.76%204.76%200%200%201%201.725%201.726a4.76%204.76%200%200%201%201.726-1.726a4.76%204.76%200%200%201-1.726-1.726a5%205%200%200%201-.14.226%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-24-filled.svg?color=%231a73e8&size=48