video camera emoji

video-camera from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
video-camera
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the video camera emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M29 18H16c-3.668 0-5-2.99-5-5v-2H7c-3 0-3 3-3 3s-2-1-3-1s-1 1-1 1v10s0 1 1 1s3-1 3-1v7c0 4 4 4 4 4h18c4 0 4-4 4-4V17.894A5 5 0 0 1 29 18"/><path fill="#66757f" d="M35 6c-.559 0-2.05.934-3.26 1.76C31.413 6.934 30.674 6 29 6H18s-5 0-5 5v2s0 3 3 3h13s2.075-.006 2.771-1.739C32.976 15.082 34.446 16 35 16c1 0 1-1 1-1V7s0-1-1-1M9 35v-9s0-3 2.75-3H22s3 0 3 3v9h-2v-9s0-1-1-1H12s-1 0-1 1v9z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiVideoCamera(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M29 18H16c-3.668 0-5-2.99-5-5v-2H7c-3 0-3 3-3 3s-2-1-3-1s-1 1-1 1v10s0 1 1 1s3-1 3-1v7c0 4 4 4 4 4h18c4 0 4-4 4-4V17.894A5 5 0 0 1 29 18"/><path fill="#66757f" d="M35 6c-.559 0-2.05.934-3.26 1.76C31.413 6.934 30.674 6 29 6H18s-5 0-5 5v2s0 3 3 3h13s2.075-.006 2.771-1.739C32.976 15.082 34.446 16 35 16c1 0 1-1 1-1V7s0-1-1-1M9 35v-9s0-3 2.75-3H22s3 0 3 3v9h-2v-9s0-1-1-1H12s-1 0-1 1v9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M29 18H16c-3.668 0-5-2.99-5-5v-2H7c-3 0-3 3-3 3s-2-1-3-1s-1 1-1 1v10s0 1 1 1s3-1 3-1v7c0 4 4 4 4 4h18c4 0 4-4 4-4V17.894A5 5 0 0 1 29 18"/><path fill="#66757f" d="M35 6c-.559 0-2.05.934-3.26 1.76C31.413 6.934 30.674 6 29 6H18s-5 0-5 5v2s0 3 3 3h13s2.075-.006 2.771-1.739C32.976 15.082 34.446 16 35 16c1 0 1-1 1-1V7s0-1-1-1M9 35v-9s0-3 2.75-3H22s3 0 3 3v9h-2v-9s0-1-1-1H12s-1 0-1 1v9z"/></svg>
</template>

CSS

.icon-video-camera {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M29%2018H16c-3.668%200-5-2.99-5-5v-2H7c-3%200-3%203-3%203s-2-1-3-1s-1%201-1%201v10s0%201%201%201s3-1%203-1v7c0%204%204%204%204%204h18c4%200%204-4%204-4V17.894A5%205%200%200%201%2029%2018%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M35%206c-.559%200-2.05.934-3.26%201.76C31.413%206.934%2030.674%206%2029%206H18s-5%200-5%205v2s0%203%203%203h13s2.075-.006%202.771-1.739C32.976%2015.082%2034.446%2016%2035%2016c1%200%201-1%201-1V7s0-1-1-1M9%2035v-9s0-3%202.75-3H22s3%200%203%203v9h-2v-9s0-1-1-1H12s-1%200-1%201v9z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M29%2018H16c-3.668%200-5-2.99-5-5v-2H7c-3%200-3%203-3%203s-2-1-3-1s-1%201-1%201v10s0%201%201%201s3-1%203-1v7c0%204%204%204%204%204h18c4%200%204-4%204-4V17.894A5%205%200%200%201%2029%2018%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M35%206c-.559%200-2.05.934-3.26%201.76C31.413%206.934%2030.674%206%2029%206H18s-5%200-5%205v2s0%203%203%203h13s2.075-.006%202.771-1.739C32.976%2015.082%2034.446%2016%2035%2016c1%200%201-1%201-1V7s0-1-1-1M9%2035v-9s0-3%202.75-3H22s3%200%203%203v9h-2v-9s0-1-1-1H12s-1%200-1%201v9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/video-camera.svg?color=%231a73e8&size=48