device camera video icon
device-camera-video-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- device-camera-video-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Related icons in Octicons
Use the device camera video icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 5.25v13a.75.75 0 0 1-1.136.643L16.5 15.075v2.175A1.75 1.75 0 0 1 14.75 19h-13A1.75 1.75 0 0 1 0 17.25v-11C0 5.284.784 4.5 1.75 4.5h13c.966 0 1.75.784 1.75 1.75v2.175l6.364-3.818A.75.75 0 0 1 24 5.25m-9 1a.25.25 0 0 0-.25-.25h-13a.25.25 0 0 0-.25.25v11c0 .138.112.25.25.25h13a.25.25 0 0 0 .25-.25zm1.5 7.075l6 3.6V6.575l-6 3.6Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonDeviceCameraVideo24(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="M24 5.25v13a.75.75 0 0 1-1.136.643L16.5 15.075v2.175A1.75 1.75 0 0 1 14.75 19h-13A1.75 1.75 0 0 1 0 17.25v-11C0 5.284.784 4.5 1.75 4.5h13c.966 0 1.75.784 1.75 1.75v2.175l6.364-3.818A.75.75 0 0 1 24 5.25m-9 1a.25.25 0 0 0-.25-.25h-13a.25.25 0 0 0-.25.25v11c0 .138.112.25.25.25h13a.25.25 0 0 0 .25-.25zm1.5 7.075l6 3.6V6.575l-6 3.6Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 5.25v13a.75.75 0 0 1-1.136.643L16.5 15.075v2.175A1.75 1.75 0 0 1 14.75 19h-13A1.75 1.75 0 0 1 0 17.25v-11C0 5.284.784 4.5 1.75 4.5h13c.966 0 1.75.784 1.75 1.75v2.175l6.364-3.818A.75.75 0 0 1 24 5.25m-9 1a.25.25 0 0 0-.25-.25h-13a.25.25 0 0 0-.25.25v11c0 .138.112.25.25.25h13a.25.25 0 0 0 .25-.25zm1.5 7.075l6 3.6V6.575l-6 3.6Z"/></svg> </template>
CSS
.icon-device-camera-video-24 {
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%22M24%205.25v13a.75.75%200%200%201-1.136.643L16.5%2015.075v2.175A1.75%201.75%200%200%201%2014.75%2019h-13A1.75%201.75%200%200%201%200%2017.25v-11C0%205.284.784%204.5%201.75%204.5h13c.966%200%201.75.784%201.75%201.75v2.175l6.364-3.818A.75.75%200%200%201%2024%205.25m-9%201a.25.25%200%200%200-.25-.25h-13a.25.25%200%200%200-.25.25v11c0%20.138.112.25.25.25h13a.25.25%200%200%200%20.25-.25zm1.5%207.075l6%203.6V6.575l-6%203.6Z%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%22M24%205.25v13a.75.75%200%200%201-1.136.643L16.5%2015.075v2.175A1.75%201.75%200%200%201%2014.75%2019h-13A1.75%201.75%200%200%201%200%2017.25v-11C0%205.284.784%204.5%201.75%204.5h13c.966%200%201.75.784%201.75%201.75v2.175l6.364-3.818A.75.75%200%200%201%2024%205.25m-9%201a.25.25%200%200%200-.25-.25h-13a.25.25%200%200%200-.25.25v11c0%20.138.112.25.25.25h13a.25.25%200%200%200%20.25-.25zm1.5%207.075l6%203.6V6.575l-6%203.6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/device-camera-video-24.svg?color=%231a73e8&size=48