md reverse camera icon
md-reverse-camera from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-reverse-camera
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md reverse camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M440 96h-88l-32-32H192l-32 32H72c-22.1 0-40 17.9-40 40v272c0 22.1 17.9 40 40 40h368c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40zm-72 171h-97.7l44.8-45.1c-14.7-15.4-35.7-25.5-58.8-25.5-46.2 0-84 37.8-84 84s37.8 84 84 84c35.5 0 66.2-21.5 78.2-53.5h29.6c-13.4 47-56.2 81.5-107.8 81.5-62.3 0-112-50.4-112-112s50.4-112 112-112c30.8 0 58.7 12.6 79 32.9l32.8-32.9V267z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdReverseCamera(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M440 96h-88l-32-32H192l-32 32H72c-22.1 0-40 17.9-40 40v272c0 22.1 17.9 40 40 40h368c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40zm-72 171h-97.7l44.8-45.1c-14.7-15.4-35.7-25.5-58.8-25.5-46.2 0-84 37.8-84 84s37.8 84 84 84c35.5 0 66.2-21.5 78.2-53.5h29.6c-13.4 47-56.2 81.5-107.8 81.5-62.3 0-112-50.4-112-112s50.4-112 112-112c30.8 0 58.7 12.6 79 32.9l32.8-32.9V267z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M440 96h-88l-32-32H192l-32 32H72c-22.1 0-40 17.9-40 40v272c0 22.1 17.9 40 40 40h368c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40zm-72 171h-97.7l44.8-45.1c-14.7-15.4-35.7-25.5-58.8-25.5-46.2 0-84 37.8-84 84s37.8 84 84 84c35.5 0 66.2-21.5 78.2-53.5h29.6c-13.4 47-56.2 81.5-107.8 81.5-62.3 0-112-50.4-112-112s50.4-112 112-112c30.8 0 58.7 12.6 79 32.9l32.8-32.9V267z" fill="currentColor"/></svg> </template>
CSS
.icon-md-reverse-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%20512%20512%22%3E%3Cpath%20d%3D%22M440%2096h-88l-32-32H192l-32%2032H72c-22.1%200-40%2017.9-40%2040v272c0%2022.1%2017.9%2040%2040%2040h368c22.1%200%2040-17.9%2040-40V136c0-22.1-17.9-40-40-40zm-72%20171h-97.7l44.8-45.1c-14.7-15.4-35.7-25.5-58.8-25.5-46.2%200-84%2037.8-84%2084s37.8%2084%2084%2084c35.5%200%2066.2-21.5%2078.2-53.5h29.6c-13.4%2047-56.2%2081.5-107.8%2081.5-62.3%200-112-50.4-112-112s50.4-112%20112-112c30.8%200%2058.7%2012.6%2079%2032.9l32.8-32.9V267z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M440%2096h-88l-32-32H192l-32%2032H72c-22.1%200-40%2017.9-40%2040v272c0%2022.1%2017.9%2040%2040%2040h368c22.1%200%2040-17.9%2040-40V136c0-22.1-17.9-40-40-40zm-72%20171h-97.7l44.8-45.1c-14.7-15.4-35.7-25.5-58.8-25.5-46.2%200-84%2037.8-84%2084s37.8%2084%2084%2084c35.5%200%2066.2-21.5%2078.2-53.5h29.6c-13.4%2047-56.2%2081.5-107.8%2081.5-62.3%200-112-50.4-112-112s50.4-112%20112-112c30.8%200%2058.7%2012.6%2079%2032.9l32.8-32.9V267z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-reverse-camera.svg?color=%231a73e8&size=48