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

Name
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 camera emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M4 5s0-1 1-1h6s1 0 1 1v2H4z"/><path fill="#31373d" d="M0 10s0-4 4-4h28s4 0 4 4v18s0 4-4 4H4s-4 0-4-4z"/><circle cx="21" cy="19" r="10" fill="#ccd6dd"/><circle cx="21" cy="19" r="8" fill="#31373d"/><circle cx="21" cy="19" r="5" fill="#3b88c3"/><circle cx="32.5" cy="9.5" r="1.5" fill="#fff"/><path fill="#f5f8fa" d="M12 9.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 1 1 0-3h5A1.5 1.5 0 0 1 12 9.5"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiCamera(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M4 5s0-1 1-1h6s1 0 1 1v2H4z"/><path fill="#31373d" d="M0 10s0-4 4-4h28s4 0 4 4v18s0 4-4 4H4s-4 0-4-4z"/><circle cx="21" cy="19" r="10" fill="#ccd6dd"/><circle cx="21" cy="19" r="8" fill="#31373d"/><circle cx="21" cy="19" r="5" fill="#3b88c3"/><circle cx="32.5" cy="9.5" r="1.5" fill="#fff"/><path fill="#f5f8fa" d="M12 9.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 1 1 0-3h5A1.5 1.5 0 0 1 12 9.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M4 5s0-1 1-1h6s1 0 1 1v2H4z"/><path fill="#31373d" d="M0 10s0-4 4-4h28s4 0 4 4v18s0 4-4 4H4s-4 0-4-4z"/><circle cx="21" cy="19" r="10" fill="#ccd6dd"/><circle cx="21" cy="19" r="8" fill="#31373d"/><circle cx="21" cy="19" r="5" fill="#3b88c3"/><circle cx="32.5" cy="9.5" r="1.5" fill="#fff"/><path fill="#f5f8fa" d="M12 9.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 1 1 0-3h5A1.5 1.5 0 0 1 12 9.5"/></svg>
</template>

CSS

.icon-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%2366757f%22%20d%3D%22M4%205s0-1%201-1h6s1%200%201%201v2H4z%22%2F%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M0%2010s0-4%204-4h28s4%200%204%204v18s0%204-4%204H4s-4%200-4-4z%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2219%22%20r%3D%2210%22%20fill%3D%22%23ccd6dd%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2219%22%20r%3D%228%22%20fill%3D%22%2331373d%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2219%22%20r%3D%225%22%20fill%3D%22%233b88c3%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M12%209.5a1.5%201.5%200%200%201-1.5%201.5h-5a1.5%201.5%200%201%201%200-3h5A1.5%201.5%200%200%201%2012%209.5%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%2366757f%22%20d%3D%22M4%205s0-1%201-1h6s1%200%201%201v2H4z%22%2F%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M0%2010s0-4%204-4h28s4%200%204%204v18s0%204-4%204H4s-4%200-4-4z%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2219%22%20r%3D%2210%22%20fill%3D%22%23ccd6dd%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2219%22%20r%3D%228%22%20fill%3D%22%2331373d%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2219%22%20r%3D%225%22%20fill%3D%22%233b88c3%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M12%209.5a1.5%201.5%200%200%201-1.5%201.5h-5a1.5%201.5%200%201%201%200-3h5A1.5%201.5%200%200%201%2012%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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