switch camera icon

switch-camera from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
switch-camera
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the switch camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 8.5h-2c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C7 10.4 7 11.1 7 12.5s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C8.9 16.5 9.6 16.5 11 16.5h2c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C17 14.6 17 13.9 17 12.5s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C15.1 8.5 14.4 8.5 13 8.5m-3 0l.224-.447a1 1 0 0 1 .894-.553h1.764a1 1 0 0 1 .894.553L14 8.5M12.2 4l-2-1.8q.97-.198 2-.2c4.838 0 8.874 3.436 9.8 8M11.8 20l2 1.8q-.97.198-2 .2c-4.838 0-8.873-3.436-9.8-8"/><path d="M12 12v.5m1 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSwitchCamera(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M13 8.5h-2c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C7 10.4 7 11.1 7 12.5s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C8.9 16.5 9.6 16.5 11 16.5h2c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C17 14.6 17 13.9 17 12.5s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C15.1 8.5 14.4 8.5 13 8.5m-3 0l.224-.447a1 1 0 0 1 .894-.553h1.764a1 1 0 0 1 .894.553L14 8.5M12.2 4l-2-1.8q.97-.198 2-.2c4.838 0 8.874 3.436 9.8 8M11.8 20l2 1.8q-.97.198-2 .2c-4.838 0-8.873-3.436-9.8-8"/><path d="M12 12v.5m1 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 8.5h-2c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C7 10.4 7 11.1 7 12.5s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C8.9 16.5 9.6 16.5 11 16.5h2c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C17 14.6 17 13.9 17 12.5s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C15.1 8.5 14.4 8.5 13 8.5m-3 0l.224-.447a1 1 0 0 1 .894-.553h1.764a1 1 0 0 1 .894.553L14 8.5M12.2 4l-2-1.8q.97-.198 2-.2c4.838 0 8.874 3.436 9.8 8M11.8 20l2 1.8q-.97.198-2 .2c-4.838 0-8.873-3.436-9.8-8"/><path d="M12 12v.5m1 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
</template>

CSS

.icon-switch-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%208.5h-2c-1.4%200-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C7%2010.4%207%2011.1%207%2012.5s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C8.9%2016.5%209.6%2016.5%2011%2016.5h2c1.4%200%202.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C17%2014.6%2017%2013.9%2017%2012.5s0-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C15.1%208.5%2014.4%208.5%2013%208.5m-3%200l.224-.447a1%201%200%200%201%20.894-.553h1.764a1%201%200%200%201%20.894.553L14%208.5M12.2%204l-2-1.8q.97-.198%202-.2c4.838%200%208.874%203.436%209.8%208M11.8%2020l2%201.8q-.97.198-2%20.2c-4.838%200-8.873-3.436-9.8-8%22%2F%3E%3Cpath%20d%3D%22M12%2012v.5m1%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%208.5h-2c-1.4%200-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C7%2010.4%207%2011.1%207%2012.5s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C8.9%2016.5%209.6%2016.5%2011%2016.5h2c1.4%200%202.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C17%2014.6%2017%2013.9%2017%2012.5s0-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C15.1%208.5%2014.4%208.5%2013%208.5m-3%200l.224-.447a1%201%200%200%201%20.894-.553h1.764a1%201%200%200%201%20.894.553L14%208.5M12.2%204l-2-1.8q.97-.198%202-.2c4.838%200%208.874%203.436%209.8%208M11.8%2020l2%201.8q-.97.198-2%20.2c-4.838%200-8.873-3.436-9.8-8%22%2F%3E%3Cpath%20d%3D%22M12%2012v.5m1%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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