smartphone rotate 2 icon

smartphone-rotate-2-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.

Name
smartphone-rotate-2-linear
Set
Solar
Style
Linear
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the smartphone rotate 2 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-width="1.5"><path d="M8.94759 5.55618L5.55607 8.9477M4.8778 13.6958C2.95927 11.7772 2 10.818 2 9.62593C2 8.43391 2.95927 7.47464 4.8778 5.55611L5.55611 4.8778C7.47464 2.95927 8.43391 2 9.62593 2C10.818 2 11.7772 2.95927 13.6958 4.8778L19.1222 10.3042C21.0407 12.2228 22 13.182 22 14.3741C22 15.5661 21.0407 16.5254 19.1222 18.4439L18.4439 19.1222C16.5254 21.0407 15.5661 22 14.3741 22C13.182 22 12.2228 21.0407 10.3042 19.1222L4.8778 13.6958ZM16.7482 14.7135C17.3101 15.2754 17.3101 16.1865 16.7482 16.7484C16.1862 17.3103 15.2752 17.3103 14.7132 16.7484C14.1513 16.1865 14.1513 15.2754 14.7132 14.7135C15.2752 14.1516 16.1862 14.1516 16.7482 14.7135Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.5 6.98598L22 8C22 4.98532 19.8377 2.48275 17 2"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.5 17.014L2 16C2 19.0147 4.16229 21.5172 7 22"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSmartphoneRotate2Linear(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" strokeWidth="1.5"><path d="M8.94759 5.55618L5.55607 8.9477M4.8778 13.6958C2.95927 11.7772 2 10.818 2 9.62593C2 8.43391 2.95927 7.47464 4.8778 5.55611L5.55611 4.8778C7.47464 2.95927 8.43391 2 9.62593 2C10.818 2 11.7772 2.95927 13.6958 4.8778L19.1222 10.3042C21.0407 12.2228 22 13.182 22 14.3741C22 15.5661 21.0407 16.5254 19.1222 18.4439L18.4439 19.1222C16.5254 21.0407 15.5661 22 14.3741 22C13.182 22 12.2228 21.0407 10.3042 19.1222L4.8778 13.6958ZM16.7482 14.7135C17.3101 15.2754 17.3101 16.1865 16.7482 16.7484C16.1862 17.3103 15.2752 17.3103 14.7132 16.7484C14.1513 16.1865 14.1513 15.2754 14.7132 14.7135C15.2752 14.1516 16.1862 14.1516 16.7482 14.7135Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M20.5 6.98598L22 8C22 4.98532 19.8377 2.48275 17 2"/><path strokeLinecap="round" strokeLinejoin="round" d="M3.5 17.014L2 16C2 19.0147 4.16229 21.5172 7 22"/></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-width="1.5"><path d="M8.94759 5.55618L5.55607 8.9477M4.8778 13.6958C2.95927 11.7772 2 10.818 2 9.62593C2 8.43391 2.95927 7.47464 4.8778 5.55611L5.55611 4.8778C7.47464 2.95927 8.43391 2 9.62593 2C10.818 2 11.7772 2.95927 13.6958 4.8778L19.1222 10.3042C21.0407 12.2228 22 13.182 22 14.3741C22 15.5661 21.0407 16.5254 19.1222 18.4439L18.4439 19.1222C16.5254 21.0407 15.5661 22 14.3741 22C13.182 22 12.2228 21.0407 10.3042 19.1222L4.8778 13.6958ZM16.7482 14.7135C17.3101 15.2754 17.3101 16.1865 16.7482 16.7484C16.1862 17.3103 15.2752 17.3103 14.7132 16.7484C14.1513 16.1865 14.1513 15.2754 14.7132 14.7135C15.2752 14.1516 16.1862 14.1516 16.7482 14.7135Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.5 6.98598L22 8C22 4.98532 19.8377 2.48275 17 2"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.5 17.014L2 16C2 19.0147 4.16229 21.5172 7 22"/></g></svg>
</template>

CSS

.icon-smartphone-rotate-2-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.94759%205.55618L5.55607%208.9477M4.8778%2013.6958C2.95927%2011.7772%202%2010.818%202%209.62593C2%208.43391%202.95927%207.47464%204.8778%205.55611L5.55611%204.8778C7.47464%202.95927%208.43391%202%209.62593%202C10.818%202%2011.7772%202.95927%2013.6958%204.8778L19.1222%2010.3042C21.0407%2012.2228%2022%2013.182%2022%2014.3741C22%2015.5661%2021.0407%2016.5254%2019.1222%2018.4439L18.4439%2019.1222C16.5254%2021.0407%2015.5661%2022%2014.3741%2022C13.182%2022%2012.2228%2021.0407%2010.3042%2019.1222L4.8778%2013.6958ZM16.7482%2014.7135C17.3101%2015.2754%2017.3101%2016.1865%2016.7482%2016.7484C16.1862%2017.3103%2015.2752%2017.3103%2014.7132%2016.7484C14.1513%2016.1865%2014.1513%2015.2754%2014.7132%2014.7135C15.2752%2014.1516%2016.1862%2014.1516%2016.7482%2014.7135Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.5%206.98598L22%208C22%204.98532%2019.8377%202.48275%2017%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%2017.014L2%2016C2%2019.0147%204.16229%2021.5172%207%2022%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.94759%205.55618L5.55607%208.9477M4.8778%2013.6958C2.95927%2011.7772%202%2010.818%202%209.62593C2%208.43391%202.95927%207.47464%204.8778%205.55611L5.55611%204.8778C7.47464%202.95927%208.43391%202%209.62593%202C10.818%202%2011.7772%202.95927%2013.6958%204.8778L19.1222%2010.3042C21.0407%2012.2228%2022%2013.182%2022%2014.3741C22%2015.5661%2021.0407%2016.5254%2019.1222%2018.4439L18.4439%2019.1222C16.5254%2021.0407%2015.5661%2022%2014.3741%2022C13.182%2022%2012.2228%2021.0407%2010.3042%2019.1222L4.8778%2013.6958ZM16.7482%2014.7135C17.3101%2015.2754%2017.3101%2016.1865%2016.7482%2016.7484C16.1862%2017.3103%2015.2752%2017.3103%2014.7132%2016.7484C14.1513%2016.1865%2014.1513%2015.2754%2014.7132%2014.7135C15.2752%2014.1516%2016.1862%2014.1516%2016.7482%2014.7135Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.5%206.98598L22%208C22%204.98532%2019.8377%202.48275%2017%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%2017.014L2%2016C2%2019.0147%204.16229%2021.5172%207%2022%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/smartphone-rotate-2-linear.svg?color=%231a73e8&size=48