video clip wand icon
video-clip-wand-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- video-clip-wand-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
video-360-20-filledvideo-360-off-20-filledvideo-add-20-filledvideo-background-effect-16-filledvideo-background-effect-horizontal-16-filledvideo-bluetooth-16-filledvideo-chat-16-filledvideo-clip-16-filledvideo-clip-multiple-16-filledvideo-clip-off-16-filledvideo-clip-optimize-16-filledvideo-link-24-filledvideo-multiple-16-filledvideo-off-16-filledvideo-people-32-filledvideo-person-12-filledvideo-person-call-16-filledvideo-person-clock-16-filledvideo-person-off-20-filledvideo-person-pulse-16-filledvideo-person-sparkle-16-filledvideo-person-sparkle-off-20-filledvideo-person-star-20-filledvideo-person-star-off-20-filled
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="M4.25 2A3.25 3.25 0 0 0 1 5.25v11.5A3.25 3.25 0 0 0 4.25 20h7.275l1.5-1.5H4.25a1.75 1.75 0 0 1-1.75-1.75V5.25c0-.966.784-1.75 1.75-1.75h13.5c.966 0 1.75.784 1.75 1.75v4.064c.396.276.674.712.737 1.222l.139 1.13c.062.503.288.954.624 1.298V5.25A3.25 3.25 0 0 0 17.75 2zM19.5 12.338a3.25 3.25 0 0 0 2.712 2.279l1.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-.14a3.25 3.25 0 0 0 2.829-2.828l.139-1.13a.75.75 0 0 1 1.488 0l.14 1.13q.035.284.116.55M16.774 15.5a4.76 4.76 0 0 1 1.726 1.726a4.76 4.76 0 0 1 1.726-1.726a4.76 4.76 0 0 1-1.726-1.726a4.76 4.76 0 0 1-1.726 1.726m-2.054 2.72a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06zM8 13.75v-5.5a1 1 0 0 1 1.482-.876l5 2.75a1 1 0 0 1 0 1.753l-5 2.75A1 1 0 0 1 8 13.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoClipWand24Regular(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="M4.25 2A3.25 3.25 0 0 0 1 5.25v11.5A3.25 3.25 0 0 0 4.25 20h7.275l1.5-1.5H4.25a1.75 1.75 0 0 1-1.75-1.75V5.25c0-.966.784-1.75 1.75-1.75h13.5c.966 0 1.75.784 1.75 1.75v4.064c.396.276.674.712.737 1.222l.139 1.13c.062.503.288.954.624 1.298V5.25A3.25 3.25 0 0 0 17.75 2zM19.5 12.338a3.25 3.25 0 0 0 2.712 2.279l1.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-.14a3.25 3.25 0 0 0 2.829-2.828l.139-1.13a.75.75 0 0 1 1.488 0l.14 1.13q.035.284.116.55M16.774 15.5a4.76 4.76 0 0 1 1.726 1.726a4.76 4.76 0 0 1 1.726-1.726a4.76 4.76 0 0 1-1.726-1.726a4.76 4.76 0 0 1-1.726 1.726m-2.054 2.72a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06zM8 13.75v-5.5a1 1 0 0 1 1.482-.876l5 2.75a1 1 0 0 1 0 1.753l-5 2.75A1 1 0 0 1 8 13.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 2A3.25 3.25 0 0 0 1 5.25v11.5A3.25 3.25 0 0 0 4.25 20h7.275l1.5-1.5H4.25a1.75 1.75 0 0 1-1.75-1.75V5.25c0-.966.784-1.75 1.75-1.75h13.5c.966 0 1.75.784 1.75 1.75v4.064c.396.276.674.712.737 1.222l.139 1.13c.062.503.288.954.624 1.298V5.25A3.25 3.25 0 0 0 17.75 2zM19.5 12.338a3.25 3.25 0 0 0 2.712 2.279l1.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-.14a3.25 3.25 0 0 0 2.829-2.828l.139-1.13a.75.75 0 0 1 1.488 0l.14 1.13q.035.284.116.55M16.774 15.5a4.76 4.76 0 0 1 1.726 1.726a4.76 4.76 0 0 1 1.726-1.726a4.76 4.76 0 0 1-1.726-1.726a4.76 4.76 0 0 1-1.726 1.726m-2.054 2.72a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06zM8 13.75v-5.5a1 1 0 0 1 1.482-.876l5 2.75a1 1 0 0 1 0 1.753l-5 2.75A1 1 0 0 1 8 13.75"/></svg> </template>
CSS
.icon-video-clip-wand-24-regular {
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%22M4.25%202A3.25%203.25%200%200%200%201%205.25v11.5A3.25%203.25%200%200%200%204.25%2020h7.275l1.5-1.5H4.25a1.75%201.75%200%200%201-1.75-1.75V5.25c0-.966.784-1.75%201.75-1.75h13.5c.966%200%201.75.784%201.75%201.75v4.064c.396.276.674.712.737%201.222l.139%201.13c.062.503.288.954.624%201.298V5.25A3.25%203.25%200%200%200%2017.75%202zM19.5%2012.338a3.25%203.25%200%200%200%202.712%202.279l1.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-.14a3.25%203.25%200%200%200%202.829-2.828l.139-1.13a.75.75%200%200%201%201.488%200l.14%201.13q.035.284.116.55M16.774%2015.5a4.76%204.76%200%200%201%201.726%201.726a4.76%204.76%200%200%201%201.726-1.726a4.76%204.76%200%200%201-1.726-1.726a4.76%204.76%200%200%201-1.726%201.726m-2.054%202.72a.75.75%200%201%201%201.06%201.06l-4.5%204.5a.75.75%200%201%201-1.06-1.06zM8%2013.75v-5.5a1%201%200%200%201%201.482-.876l5%202.75a1%201%200%200%201%200%201.753l-5%202.75A1%201%200%200%201%208%2013.75%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%22M4.25%202A3.25%203.25%200%200%200%201%205.25v11.5A3.25%203.25%200%200%200%204.25%2020h7.275l1.5-1.5H4.25a1.75%201.75%200%200%201-1.75-1.75V5.25c0-.966.784-1.75%201.75-1.75h13.5c.966%200%201.75.784%201.75%201.75v4.064c.396.276.674.712.737%201.222l.139%201.13c.062.503.288.954.624%201.298V5.25A3.25%203.25%200%200%200%2017.75%202zM19.5%2012.338a3.25%203.25%200%200%200%202.712%202.279l1.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-.14a3.25%203.25%200%200%200%202.829-2.828l.139-1.13a.75.75%200%200%201%201.488%200l.14%201.13q.035.284.116.55M16.774%2015.5a4.76%204.76%200%200%201%201.726%201.726a4.76%204.76%200%200%201%201.726-1.726a4.76%204.76%200%200%201-1.726-1.726a4.76%204.76%200%200%201-1.726%201.726m-2.054%202.72a.75.75%200%201%201%201.06%201.06l-4.5%204.5a.75.75%200%201%201-1.06-1.06zM8%2013.75v-5.5a1%201%200%200%201%201.482-.876l5%202.75a1%201%200%200%201%200%201.753l-5%202.75A1%201%200%200%201%208%2013.75%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-regular.svg?color=%231a73e8&size=48