camera reverse icon

camera-reverse-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
camera-reverse-sharp
Set
IonIcons
Style
Sharp
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="M456 144h-83c-3 0-6.72-1.94-9.62-5l-27.31-42.79C326 80 320 80 302 80h-92c-18 0-23 0-34.07 16.21L148.62 139c-2.22 2.42-5.34 5-8.62 5v-16a8 8 0 0 0-8-8H92a8 8 0 0 0-8 8v16H56a24 24 0 0 0-24 24v240a24 24 0 0 0 24 24h400a24 24 0 0 0 24-24V168a24 24 0 0 0-24-24M256 368c-47.82 0-87.76-34.23-95-80h-43.63L176 229.37L234.63 288H194a64.07 64.07 0 0 0 102.63 33.49L320 343l-3.68 3.72A96.64 96.64 0 0 1 256 368m80-53.84L277.11 256H318a64.26 64.26 0 0 0-103-33.36L192 200l3.14-2.45A96.2 96.2 0 0 1 255.76 176c47.85 0 87 34.19 94.24 80h44.92Z"/></svg>

React

import type { SVGProps } from "react";

export function IonCameraReverseSharp(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="M456 144h-83c-3 0-6.72-1.94-9.62-5l-27.31-42.79C326 80 320 80 302 80h-92c-18 0-23 0-34.07 16.21L148.62 139c-2.22 2.42-5.34 5-8.62 5v-16a8 8 0 0 0-8-8H92a8 8 0 0 0-8 8v16H56a24 24 0 0 0-24 24v240a24 24 0 0 0 24 24h400a24 24 0 0 0 24-24V168a24 24 0 0 0-24-24M256 368c-47.82 0-87.76-34.23-95-80h-43.63L176 229.37L234.63 288H194a64.07 64.07 0 0 0 102.63 33.49L320 343l-3.68 3.72A96.64 96.64 0 0 1 256 368m80-53.84L277.11 256H318a64.26 64.26 0 0 0-103-33.36L192 200l3.14-2.45A96.2 96.2 0 0 1 255.76 176c47.85 0 87 34.19 94.24 80h44.92Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M456 144h-83c-3 0-6.72-1.94-9.62-5l-27.31-42.79C326 80 320 80 302 80h-92c-18 0-23 0-34.07 16.21L148.62 139c-2.22 2.42-5.34 5-8.62 5v-16a8 8 0 0 0-8-8H92a8 8 0 0 0-8 8v16H56a24 24 0 0 0-24 24v240a24 24 0 0 0 24 24h400a24 24 0 0 0 24-24V168a24 24 0 0 0-24-24M256 368c-47.82 0-87.76-34.23-95-80h-43.63L176 229.37L234.63 288H194a64.07 64.07 0 0 0 102.63 33.49L320 343l-3.68 3.72A96.64 96.64 0 0 1 256 368m80-53.84L277.11 256H318a64.26 64.26 0 0 0-103-33.36L192 200l3.14-2.45A96.2 96.2 0 0 1 255.76 176c47.85 0 87 34.19 94.24 80h44.92Z"/></svg>
</template>

CSS

.icon-camera-reverse-sharp {
  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%22M456%20144h-83c-3%200-6.72-1.94-9.62-5l-27.31-42.79C326%2080%20320%2080%20302%2080h-92c-18%200-23%200-34.07%2016.21L148.62%20139c-2.22%202.42-5.34%205-8.62%205v-16a8%208%200%200%200-8-8H92a8%208%200%200%200-8%208v16H56a24%2024%200%200%200-24%2024v240a24%2024%200%200%200%2024%2024h400a24%2024%200%200%200%2024-24V168a24%2024%200%200%200-24-24M256%20368c-47.82%200-87.76-34.23-95-80h-43.63L176%20229.37L234.63%20288H194a64.07%2064.07%200%200%200%20102.63%2033.49L320%20343l-3.68%203.72A96.64%2096.64%200%200%201%20256%20368m80-53.84L277.11%20256H318a64.26%2064.26%200%200%200-103-33.36L192%20200l3.14-2.45A96.2%2096.2%200%200%201%20255.76%20176c47.85%200%2087%2034.19%2094.24%2080h44.92Z%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%22M456%20144h-83c-3%200-6.72-1.94-9.62-5l-27.31-42.79C326%2080%20320%2080%20302%2080h-92c-18%200-23%200-34.07%2016.21L148.62%20139c-2.22%202.42-5.34%205-8.62%205v-16a8%208%200%200%200-8-8H92a8%208%200%200%200-8%208v16H56a24%2024%200%200%200-24%2024v240a24%2024%200%200%200%2024%2024h400a24%2024%200%200%200%2024-24V168a24%2024%200%200%200-24-24M256%20368c-47.82%200-87.76-34.23-95-80h-43.63L176%20229.37L234.63%20288H194a64.07%2064.07%200%200%200%20102.63%2033.49L320%20343l-3.68%203.72A96.64%2096.64%200%200%201%20256%20368m80-53.84L277.11%20256H318a64.26%2064.26%200%200%200-103-33.36L192%20200l3.14-2.45A96.2%2096.2%200%200%201%20255.76%20176c47.85%200%2087%2034.19%2094.24%2080h44.92Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Camera Reverse sharp icon — IonIcons · IconsDB