camera rotate icon

camera-rotate-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.

Name
camera-rotate-broken
Set
Solar
Style
Broken
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the camera rotate 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-width="1.5"><path stroke-linejoin="round" d="M14.5197 10.6799L14.2397 10.4C13.0026 9.16288 10.9969 9.16288 9.75984 10.4C8.52276 11.637 8.52276 13.6427 9.75984 14.8798C10.9969 16.1169 13.0026 16.1169 14.2397 14.8798C14.7665 14.353 15.069 13.6868 15.1471 13M14.5197 9V10.6799L13 11"/><path d="M2 13.3636C2 10.2994 2 8.76721 2.74902 7.6666C3.07328 7.19014 3.48995 6.78104 3.97524 6.46268C4.69555 5.99013 5.59733 5.82123 6.978 5.76086C7.63685 5.76086 8.20412 5.27068 8.33333 4.63636C8.52715 3.68489 9.37805 3 10.3663 3H13.6337C14.6219 3 15.4728 3.68489 15.6667 4.63636C15.7959 5.27068 16.3631 5.76086 17.022 5.76086C18.4027 5.82123 19.3044 5.99013 20.0248 6.46268C20.51 6.78104 20.9267 7.19014 21.251 7.6666C22 8.76721 22 10.2994 22 13.3636C22 16.4279 22 17.9601 21.251 19.0607C20.9267 19.5371 20.51 19.9462 20.0248 20.2646C18.9038 21 17.3433 21 14.2222 21H9.77778C6.65675 21 5.09624 21 3.97524 20.2646C3.48995 19.9462 3.07328 19.5371 2.74902 19.0607C2.53746 18.7498 2.38566 18.4045 2.27673 18"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCameraRotateBroken(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M14.5197 10.6799L14.2397 10.4C13.0026 9.16288 10.9969 9.16288 9.75984 10.4C8.52276 11.637 8.52276 13.6427 9.75984 14.8798C10.9969 16.1169 13.0026 16.1169 14.2397 14.8798C14.7665 14.353 15.069 13.6868 15.1471 13M14.5197 9V10.6799L13 11"/><path d="M2 13.3636C2 10.2994 2 8.76721 2.74902 7.6666C3.07328 7.19014 3.48995 6.78104 3.97524 6.46268C4.69555 5.99013 5.59733 5.82123 6.978 5.76086C7.63685 5.76086 8.20412 5.27068 8.33333 4.63636C8.52715 3.68489 9.37805 3 10.3663 3H13.6337C14.6219 3 15.4728 3.68489 15.6667 4.63636C15.7959 5.27068 16.3631 5.76086 17.022 5.76086C18.4027 5.82123 19.3044 5.99013 20.0248 6.46268C20.51 6.78104 20.9267 7.19014 21.251 7.6666C22 8.76721 22 10.2994 22 13.3636C22 16.4279 22 17.9601 21.251 19.0607C20.9267 19.5371 20.51 19.9462 20.0248 20.2646C18.9038 21 17.3433 21 14.2222 21H9.77778C6.65675 21 5.09624 21 3.97524 20.2646C3.48995 19.9462 3.07328 19.5371 2.74902 19.0607C2.53746 18.7498 2.38566 18.4045 2.27673 18"/></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-width="1.5"><path stroke-linejoin="round" d="M14.5197 10.6799L14.2397 10.4C13.0026 9.16288 10.9969 9.16288 9.75984 10.4C8.52276 11.637 8.52276 13.6427 9.75984 14.8798C10.9969 16.1169 13.0026 16.1169 14.2397 14.8798C14.7665 14.353 15.069 13.6868 15.1471 13M14.5197 9V10.6799L13 11"/><path d="M2 13.3636C2 10.2994 2 8.76721 2.74902 7.6666C3.07328 7.19014 3.48995 6.78104 3.97524 6.46268C4.69555 5.99013 5.59733 5.82123 6.978 5.76086C7.63685 5.76086 8.20412 5.27068 8.33333 4.63636C8.52715 3.68489 9.37805 3 10.3663 3H13.6337C14.6219 3 15.4728 3.68489 15.6667 4.63636C15.7959 5.27068 16.3631 5.76086 17.022 5.76086C18.4027 5.82123 19.3044 5.99013 20.0248 6.46268C20.51 6.78104 20.9267 7.19014 21.251 7.6666C22 8.76721 22 10.2994 22 13.3636C22 16.4279 22 17.9601 21.251 19.0607C20.9267 19.5371 20.51 19.9462 20.0248 20.2646C18.9038 21 17.3433 21 14.2222 21H9.77778C6.65675 21 5.09624 21 3.97524 20.2646C3.48995 19.9462 3.07328 19.5371 2.74902 19.0607C2.53746 18.7498 2.38566 18.4045 2.27673 18"/></g></svg>
</template>

CSS

.icon-camera-rotate-broken {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5197%2010.6799L14.2397%2010.4C13.0026%209.16288%2010.9969%209.16288%209.75984%2010.4C8.52276%2011.637%208.52276%2013.6427%209.75984%2014.8798C10.9969%2016.1169%2013.0026%2016.1169%2014.2397%2014.8798C14.7665%2014.353%2015.069%2013.6868%2015.1471%2013M14.5197%209V10.6799L13%2011%22%2F%3E%3Cpath%20d%3D%22M2%2013.3636C2%2010.2994%202%208.76721%202.74902%207.6666C3.07328%207.19014%203.48995%206.78104%203.97524%206.46268C4.69555%205.99013%205.59733%205.82123%206.978%205.76086C7.63685%205.76086%208.20412%205.27068%208.33333%204.63636C8.52715%203.68489%209.37805%203%2010.3663%203H13.6337C14.6219%203%2015.4728%203.68489%2015.6667%204.63636C15.7959%205.27068%2016.3631%205.76086%2017.022%205.76086C18.4027%205.82123%2019.3044%205.99013%2020.0248%206.46268C20.51%206.78104%2020.9267%207.19014%2021.251%207.6666C22%208.76721%2022%2010.2994%2022%2013.3636C22%2016.4279%2022%2017.9601%2021.251%2019.0607C20.9267%2019.5371%2020.51%2019.9462%2020.0248%2020.2646C18.9038%2021%2017.3433%2021%2014.2222%2021H9.77778C6.65675%2021%205.09624%2021%203.97524%2020.2646C3.48995%2019.9462%203.07328%2019.5371%202.74902%2019.0607C2.53746%2018.7498%202.38566%2018.4045%202.27673%2018%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5197%2010.6799L14.2397%2010.4C13.0026%209.16288%2010.9969%209.16288%209.75984%2010.4C8.52276%2011.637%208.52276%2013.6427%209.75984%2014.8798C10.9969%2016.1169%2013.0026%2016.1169%2014.2397%2014.8798C14.7665%2014.353%2015.069%2013.6868%2015.1471%2013M14.5197%209V10.6799L13%2011%22%2F%3E%3Cpath%20d%3D%22M2%2013.3636C2%2010.2994%202%208.76721%202.74902%207.6666C3.07328%207.19014%203.48995%206.78104%203.97524%206.46268C4.69555%205.99013%205.59733%205.82123%206.978%205.76086C7.63685%205.76086%208.20412%205.27068%208.33333%204.63636C8.52715%203.68489%209.37805%203%2010.3663%203H13.6337C14.6219%203%2015.4728%203.68489%2015.6667%204.63636C15.7959%205.27068%2016.3631%205.76086%2017.022%205.76086C18.4027%205.82123%2019.3044%205.99013%2020.0248%206.46268C20.51%206.78104%2020.9267%207.19014%2021.251%207.6666C22%208.76721%2022%2010.2994%2022%2013.3636C22%2016.4279%2022%2017.9601%2021.251%2019.0607C20.9267%2019.5371%2020.51%2019.9462%2020.0248%2020.2646C18.9038%2021%2017.3433%2021%2014.2222%2021H9.77778C6.65675%2021%205.09624%2021%203.97524%2020.2646C3.48995%2019.9462%203.07328%2019.5371%202.74902%2019.0607C2.53746%2018.7498%202.38566%2018.4045%202.27673%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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