video icon
video-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- video-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
videoAkar IconsvideoBoxIcons v2videoBoxIcons v2 SolidvideoCarbonvideoCatppuccin Iconsvideo-fillEva IconsvideoFont Awesome 6 SolidvideoFont Awesome SolidvideoFeather Iconsvideo-16-filledFluent UI System Iconsvideo-16Fluent UI System Color IconsvideoHealth IconsvideoIconParkvideoIconPark OutlinevideoIconPark SolidvideoIconPark TwoTonevideoLine AwesomevideoLucidevideoMage IconsvideoMajesticonsvideoMaterial Icon ThemevideoMaterial Design Iconsvideo-fillMingCute IconvideoMyna UI Icons
Use the 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-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M8 5.5C8 6.8807 6.8807 8 5.5 8C4.1193 8 3 6.8807 3 5.5C3 4.1193 4.1193 3 5.5 3C6.8807 3 8 4.1193 8 5.5ZM17 5.5C17 6.8807 15.8807 8 14.5 8C13.1193 8 12 6.8807 12 5.5C12 4.1193 13.1193 3 14.5 3C15.8807 3 17 4.1193 17 5.5Z"/><path fill="currentColor" fill-rule="evenodd" d="M2 11L16 11C16.5523 11 17 11.4477 17 12L17 13.382L21.5528 11.1056C21.6916 11.0361 21.8448 11 22 11C22.5523 11 23 11.4477 23 12L23 21C23 21.5523 22.5523 22 22 22C21.8448 22 21.6916 21.9639 21.5528 21.8944L17 19.618L17 21C17 21.5523 16.5523 22 16 22L2 22C1.4477 22 1 21.5523 1 21L1 12C1 11.4477 1.4477 11 2 11Z" clip-rule="evenodd" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsVideoSharpDuotone(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="2"><path strokeOpacity=".4" d="M8 5.5C8 6.8807 6.8807 8 5.5 8C4.1193 8 3 6.8807 3 5.5C3 4.1193 4.1193 3 5.5 3C6.8807 3 8 4.1193 8 5.5ZM17 5.5C17 6.8807 15.8807 8 14.5 8C13.1193 8 12 6.8807 12 5.5C12 4.1193 13.1193 3 14.5 3C15.8807 3 17 4.1193 17 5.5Z"/><path fill="currentColor" fillRule="evenodd" d="M2 11L16 11C16.5523 11 17 11.4477 17 12L17 13.382L21.5528 11.1056C21.6916 11.0361 21.8448 11 22 11C22.5523 11 23 11.4477 23 12L23 21C23 21.5523 22.5523 22 22 22C21.8448 22 21.6916 21.9639 21.5528 21.8944L17 19.618L17 21C17 21.5523 16.5523 22 16 22L2 22C1.4477 22 1 21.5523 1 21L1 12C1 11.4477 1.4477 11 2 11Z" clipRule="evenodd" stroke="none"/></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="2"><path stroke-opacity=".4" d="M8 5.5C8 6.8807 6.8807 8 5.5 8C4.1193 8 3 6.8807 3 5.5C3 4.1193 4.1193 3 5.5 3C6.8807 3 8 4.1193 8 5.5ZM17 5.5C17 6.8807 15.8807 8 14.5 8C13.1193 8 12 6.8807 12 5.5C12 4.1193 13.1193 3 14.5 3C15.8807 3 17 4.1193 17 5.5Z"/><path fill="currentColor" fill-rule="evenodd" d="M2 11L16 11C16.5523 11 17 11.4477 17 12L17 13.382L21.5528 11.1056C21.6916 11.0361 21.8448 11 22 11C22.5523 11 23 11.4477 23 12L23 21C23 21.5523 22.5523 22 22 22C21.8448 22 21.6916 21.9639 21.5528 21.8944L17 19.618L17 21C17 21.5523 16.5523 22 16 22L2 22C1.4477 22 1 21.5523 1 21L1 12C1 11.4477 1.4477 11 2 11Z" clip-rule="evenodd" stroke="none"/></g></svg> </template>
CSS
.icon-video-sharp-duotone {
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%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M8%205.5C8%206.8807%206.8807%208%205.5%208C4.1193%208%203%206.8807%203%205.5C3%204.1193%204.1193%203%205.5%203C6.8807%203%208%204.1193%208%205.5ZM17%205.5C17%206.8807%2015.8807%208%2014.5%208C13.1193%208%2012%206.8807%2012%205.5C12%204.1193%2013.1193%203%2014.5%203C15.8807%203%2017%204.1193%2017%205.5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2011L16%2011C16.5523%2011%2017%2011.4477%2017%2012L17%2013.382L21.5528%2011.1056C21.6916%2011.0361%2021.8448%2011%2022%2011C22.5523%2011%2023%2011.4477%2023%2012L23%2021C23%2021.5523%2022.5523%2022%2022%2022C21.8448%2022%2021.6916%2021.9639%2021.5528%2021.8944L17%2019.618L17%2021C17%2021.5523%2016.5523%2022%2016%2022L2%2022C1.4477%2022%201%2021.5523%201%2021L1%2012C1%2011.4477%201.4477%2011%202%2011Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%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%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M8%205.5C8%206.8807%206.8807%208%205.5%208C4.1193%208%203%206.8807%203%205.5C3%204.1193%204.1193%203%205.5%203C6.8807%203%208%204.1193%208%205.5ZM17%205.5C17%206.8807%2015.8807%208%2014.5%208C13.1193%208%2012%206.8807%2012%205.5C12%204.1193%2013.1193%203%2014.5%203C15.8807%203%2017%204.1193%2017%205.5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2011L16%2011C16.5523%2011%2017%2011.4477%2017%2012L17%2013.382L21.5528%2011.1056C21.6916%2011.0361%2021.8448%2011%2022%2011C22.5523%2011%2023%2011.4477%2023%2012L23%2021C23%2021.5523%2022.5523%2022%2022%2022C21.8448%2022%2021.6916%2021.9639%2021.5528%2021.8944L17%2019.618L17%2021C17%2021.5523%2016.5523%2022%2016%2022L2%2022C1.4477%2022%201%2021.5523%201%2021L1%2012C1%2011.4477%201.4477%2011%202%2011Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/video-sharp-duotone.svg?color=%231a73e8&size=48