camera icon
camera-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- camera-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
2 other variants in Ant Design Icons
The same icon in other sets
cameraAkar IconscameraBootstrap IconscameraBoxIcons v2cameraBoxIcons v2 SolidcameraCarboncameraEmoji One (Colored)cameraElement Pluscamera-fillEva IconscameraFramework7 IconscameraFont Awesome 6 SolidcameraFont Awesome RegularcameraFont Awesome SolidcameraFeather Iconscamera-16-filledFluent UI System Iconscamera-16Fluent UI System Color IconscameraFluent EmojicameraFluent Emoji FlatcameraFluent Emoji High ContrastcameraFirefox OS Emojicameracss.ggcameraHeroIconscameraHumbleiconscameraIconParkcameraIconPark Outline
Use the camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M864 320H677.2l-17.1-47.8l-22.9-64.2H386.7l-22.9 64.2l-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8M512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160s160 71.6 160 160s-71.6 160-160 160"/><path fill="currentColor" d="M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160s160-71.6 160-160s-71.6-160-160-160m0 256c-53 0-96-43-96-96s43-96 96-96s96 43 96 96s-43 96-96 96"/><path fill="currentColor" d="M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80m8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8l22.9-64.2h250.5l22.9 64.2l17.1 47.8H864c4.4 0 8 3.6 8 8z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCameraTwotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="M864 320H677.2l-17.1-47.8l-22.9-64.2H386.7l-22.9 64.2l-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8M512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160s160 71.6 160 160s-71.6 160-160 160"/><path fill="currentColor" d="M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160s160-71.6 160-160s-71.6-160-160-160m0 256c-53 0-96-43-96-96s43-96 96-96s96 43 96 96s-43 96-96 96"/><path fill="currentColor" d="M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80m8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8l22.9-64.2h250.5l22.9 64.2l17.1 47.8H864c4.4 0 8 3.6 8 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M864 320H677.2l-17.1-47.8l-22.9-64.2H386.7l-22.9 64.2l-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8M512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160s160 71.6 160 160s-71.6 160-160 160"/><path fill="currentColor" d="M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160s160-71.6 160-160s-71.6-160-160-160m0 256c-53 0-96-43-96-96s43-96 96-96s96 43 96 96s-43 96-96 96"/><path fill="currentColor" d="M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80m8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8l22.9-64.2h250.5l22.9 64.2l17.1 47.8H864c4.4 0 8 3.6 8 8z"/></svg> </template>
CSS
.icon-camera-twotone {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M864%20320H677.2l-17.1-47.8l-22.9-64.2H386.7l-22.9%2064.2l-17.1%2047.8H160c-4.4%200-8%203.6-8%208v456c0%204.4%203.6%208%208%208h704c4.4%200%208-3.6%208-8V328c0-4.4-3.6-8-8-8M512%20704c-88.4%200-160-71.6-160-160s71.6-160%20160-160s160%2071.6%20160%20160s-71.6%20160-160%20160%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20384c-88.4%200-160%2071.6-160%20160s71.6%20160%20160%20160s160-71.6%20160-160s-71.6-160-160-160m0%20256c-53%200-96-43-96-96s43-96%2096-96s96%2043%2096%2096s-43%2096-96%2096%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M864%20248H728l-32.4-90.8a32.07%2032.07%200%200%200-30.2-21.2H358.6c-13.5%200-25.6%208.5-30.1%2021.2L296%20248H160c-44.2%200-80%2035.8-80%2080v456c0%2044.2%2035.8%2080%2080%2080h704c44.2%200%2080-35.8%2080-80V328c0-44.2-35.8-80-80-80m8%20536c0%204.4-3.6%208-8%208H160c-4.4%200-8-3.6-8-8V328c0-4.4%203.6-8%208-8h186.7l17.1-47.8l22.9-64.2h250.5l22.9%2064.2l17.1%2047.8H864c4.4%200%208%203.6%208%208z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M864%20320H677.2l-17.1-47.8l-22.9-64.2H386.7l-22.9%2064.2l-17.1%2047.8H160c-4.4%200-8%203.6-8%208v456c0%204.4%203.6%208%208%208h704c4.4%200%208-3.6%208-8V328c0-4.4-3.6-8-8-8M512%20704c-88.4%200-160-71.6-160-160s71.6-160%20160-160s160%2071.6%20160%20160s-71.6%20160-160%20160%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20384c-88.4%200-160%2071.6-160%20160s71.6%20160%20160%20160s160-71.6%20160-160s-71.6-160-160-160m0%20256c-53%200-96-43-96-96s43-96%2096-96s96%2043%2096%2096s-43%2096-96%2096%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M864%20248H728l-32.4-90.8a32.07%2032.07%200%200%200-30.2-21.2H358.6c-13.5%200-25.6%208.5-30.1%2021.2L296%20248H160c-44.2%200-80%2035.8-80%2080v456c0%2044.2%2035.8%2080%2080%2080h704c44.2%200%2080-35.8%2080-80V328c0-44.2-35.8-80-80-80m8%20536c0%204.4-3.6%208-8%208H160c-4.4%200-8-3.6-8-8V328c0-4.4%203.6-8%208-8h186.7l17.1-47.8l22.9-64.2h250.5l22.9%2064.2l17.1%2047.8H864c4.4%200%208%203.6%208%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/camera-twotone.svg?color=%231a73e8&size=48