camera reverse icon
camera-reverse from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- camera-reverse
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Use the camera reverse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M432 144h-59c-3 0-6.72-1.94-9.62-5l-25.94-40.94a15.5 15.5 0 0 0-1.37-1.85C327.11 85.76 315 80 302 80h-92c-13 0-25.11 5.76-34.07 16.21a15.5 15.5 0 0 0-1.37 1.85l-25.94 41c-2.22 2.42-5.34 5-8.62 5v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v8h-4a48.05 48.05 0 0 0-48 48V384a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V192a48.05 48.05 0 0 0-48-48M316.84 346.3a96.06 96.06 0 0 1-155.66-59.18a16 16 0 0 1-16.49-26.43l20-20a16 16 0 0 1 22.62 0l20 20A16 16 0 0 1 196 288a17 17 0 0 1-2-.14a64.07 64.07 0 0 0 102.66 33.63a16 16 0 1 1 20.21 24.81Zm50.47-63l-20 20a16 16 0 0 1-22.62 0l-20-20a16 16 0 0 1 13.09-27.2A64 64 0 0 0 215 222.64A16 16 0 1 1 194.61 198a96 96 0 0 1 156 59a16 16 0 0 1 16.72 26.35Z"/></svg>
React
import type { SVGProps } from "react";
export function IonCameraReverse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M432 144h-59c-3 0-6.72-1.94-9.62-5l-25.94-40.94a15.5 15.5 0 0 0-1.37-1.85C327.11 85.76 315 80 302 80h-92c-13 0-25.11 5.76-34.07 16.21a15.5 15.5 0 0 0-1.37 1.85l-25.94 41c-2.22 2.42-5.34 5-8.62 5v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v8h-4a48.05 48.05 0 0 0-48 48V384a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V192a48.05 48.05 0 0 0-48-48M316.84 346.3a96.06 96.06 0 0 1-155.66-59.18a16 16 0 0 1-16.49-26.43l20-20a16 16 0 0 1 22.62 0l20 20A16 16 0 0 1 196 288a17 17 0 0 1-2-.14a64.07 64.07 0 0 0 102.66 33.63a16 16 0 1 1 20.21 24.81Zm50.47-63l-20 20a16 16 0 0 1-22.62 0l-20-20a16 16 0 0 1 13.09-27.2A64 64 0 0 0 215 222.64A16 16 0 1 1 194.61 198a96 96 0 0 1 156 59a16 16 0 0 1 16.72 26.35Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M432 144h-59c-3 0-6.72-1.94-9.62-5l-25.94-40.94a15.5 15.5 0 0 0-1.37-1.85C327.11 85.76 315 80 302 80h-92c-13 0-25.11 5.76-34.07 16.21a15.5 15.5 0 0 0-1.37 1.85l-25.94 41c-2.22 2.42-5.34 5-8.62 5v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v8h-4a48.05 48.05 0 0 0-48 48V384a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V192a48.05 48.05 0 0 0-48-48M316.84 346.3a96.06 96.06 0 0 1-155.66-59.18a16 16 0 0 1-16.49-26.43l20-20a16 16 0 0 1 22.62 0l20 20A16 16 0 0 1 196 288a17 17 0 0 1-2-.14a64.07 64.07 0 0 0 102.66 33.63a16 16 0 1 1 20.21 24.81Zm50.47-63l-20 20a16 16 0 0 1-22.62 0l-20-20a16 16 0 0 1 13.09-27.2A64 64 0 0 0 215 222.64A16 16 0 1 1 194.61 198a96 96 0 0 1 156 59a16 16 0 0 1 16.72 26.35Z"/></svg> </template>
CSS
.icon-camera-reverse {
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%20fill%3D%22currentColor%22%20d%3D%22M432%20144h-59c-3%200-6.72-1.94-9.62-5l-25.94-40.94a15.5%2015.5%200%200%200-1.37-1.85C327.11%2085.76%20315%2080%20302%2080h-92c-13%200-25.11%205.76-34.07%2016.21a15.5%2015.5%200%200%200-1.37%201.85l-25.94%2041c-2.22%202.42-5.34%205-8.62%205v-8a16%2016%200%200%200-16-16h-24a16%2016%200%200%200-16%2016v8h-4a48.05%2048.05%200%200%200-48%2048V384a48.05%2048.05%200%200%200%2048%2048h352a48.05%2048.05%200%200%200%2048-48V192a48.05%2048.05%200%200%200-48-48M316.84%20346.3a96.06%2096.06%200%200%201-155.66-59.18a16%2016%200%200%201-16.49-26.43l20-20a16%2016%200%200%201%2022.62%200l20%2020A16%2016%200%200%201%20196%20288a17%2017%200%200%201-2-.14a64.07%2064.07%200%200%200%20102.66%2033.63a16%2016%200%201%201%2020.21%2024.81Zm50.47-63l-20%2020a16%2016%200%200%201-22.62%200l-20-20a16%2016%200%200%201%2013.09-27.2A64%2064%200%200%200%20215%20222.64A16%2016%200%201%201%20194.61%20198a96%2096%200%200%201%20156%2059a16%2016%200%200%201%2016.72%2026.35Z%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%20fill%3D%22currentColor%22%20d%3D%22M432%20144h-59c-3%200-6.72-1.94-9.62-5l-25.94-40.94a15.5%2015.5%200%200%200-1.37-1.85C327.11%2085.76%20315%2080%20302%2080h-92c-13%200-25.11%205.76-34.07%2016.21a15.5%2015.5%200%200%200-1.37%201.85l-25.94%2041c-2.22%202.42-5.34%205-8.62%205v-8a16%2016%200%200%200-16-16h-24a16%2016%200%200%200-16%2016v8h-4a48.05%2048.05%200%200%200-48%2048V384a48.05%2048.05%200%200%200%2048%2048h352a48.05%2048.05%200%200%200%2048-48V192a48.05%2048.05%200%200%200-48-48M316.84%20346.3a96.06%2096.06%200%200%201-155.66-59.18a16%2016%200%200%201-16.49-26.43l20-20a16%2016%200%200%201%2022.62%200l20%2020A16%2016%200%200%201%20196%20288a17%2017%200%200%201-2-.14a64.07%2064.07%200%200%200%20102.66%2033.63a16%2016%200%201%201%2020.21%2024.81Zm50.47-63l-20%2020a16%2016%200%200%201-22.62%200l-20-20a16%2016%200%200%201%2013.09-27.2A64%2064%200%200%200%20215%20222.64A16%2016%200%201%201%20194.61%20198a96%2096%200%200%201%20156%2059a16%2016%200%200%201%2016.72%2026.35Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/camera-reverse.svg?color=%231a73e8&size=48