phone rotate icon
phone-rotate from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- phone-rotate
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the phone rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.26 1.874a.75.75 0 0 1 .866-.613c3.2.544 5.624 3.36 5.624 6.74a.75.75 0 0 1-1.17.62l-1.5-1.014a.75.75 0 1 1 .84-1.242l.1.067c-.577-1.91-2.18-3.358-4.146-3.693a.75.75 0 0 1-.613-.865M7.946 1.25h1.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v8.11c0 1.368 0 2.47-.117 3.337c-.12.9-.38 1.658-.981 2.26c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-1.11c-1.367 0-2.47 0-3.337-.116c-.9-.121-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337v-8.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.601 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.808 2.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4C2.752 5.563 2.75 6.564 2.75 8v8c0 1.436.002 2.437.103 3.192c.099.734.28 1.122.556 1.4c.277.276.665.456 1.4.555c.754.102 1.756.103 3.191.103h1c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192V8c0-1.435-.002-2.436-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103M5.25 5A.75.75 0 0 1 6 4.25h5a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 5m11.5 4.996a.75.75 0 0 1 .76-.74c1.808.027 3.187.138 4.142 1.092c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.11c0 1.368 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.955.954-2.334 1.065-4.141 1.092a.75.75 0 1 1-.022-1.5c1.912-.028 2.642-.193 3.102-.653c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192c0-1.435-.002-2.436-.103-3.192c-.099-.733-.28-1.122-.556-1.399c-.46-.46-1.19-.625-3.102-.652a.75.75 0 0 1-.739-.761M19 13.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0v-4a.75.75 0 0 1 .75-.75m-10.5 3.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPhoneRotate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M16.26 1.874a.75.75 0 0 1 .866-.613c3.2.544 5.624 3.36 5.624 6.74a.75.75 0 0 1-1.17.62l-1.5-1.014a.75.75 0 1 1 .84-1.242l.1.067c-.577-1.91-2.18-3.358-4.146-3.693a.75.75 0 0 1-.613-.865M7.946 1.25h1.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v8.11c0 1.368 0 2.47-.117 3.337c-.12.9-.38 1.658-.981 2.26c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-1.11c-1.367 0-2.47 0-3.337-.116c-.9-.121-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337v-8.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.601 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.808 2.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4C2.752 5.563 2.75 6.564 2.75 8v8c0 1.436.002 2.437.103 3.192c.099.734.28 1.122.556 1.4c.277.276.665.456 1.4.555c.754.102 1.756.103 3.191.103h1c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192V8c0-1.435-.002-2.436-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103M5.25 5A.75.75 0 0 1 6 4.25h5a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 5m11.5 4.996a.75.75 0 0 1 .76-.74c1.808.027 3.187.138 4.142 1.092c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.11c0 1.368 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.955.954-2.334 1.065-4.141 1.092a.75.75 0 1 1-.022-1.5c1.912-.028 2.642-.193 3.102-.653c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192c0-1.435-.002-2.436-.103-3.192c-.099-.733-.28-1.122-.556-1.399c-.46-.46-1.19-.625-3.102-.652a.75.75 0 0 1-.739-.761M19 13.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0v-4a.75.75 0 0 1 .75-.75m-10.5 3.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.26 1.874a.75.75 0 0 1 .866-.613c3.2.544 5.624 3.36 5.624 6.74a.75.75 0 0 1-1.17.62l-1.5-1.014a.75.75 0 1 1 .84-1.242l.1.067c-.577-1.91-2.18-3.358-4.146-3.693a.75.75 0 0 1-.613-.865M7.946 1.25h1.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v8.11c0 1.368 0 2.47-.117 3.337c-.12.9-.38 1.658-.981 2.26c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-1.11c-1.367 0-2.47 0-3.337-.116c-.9-.121-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337v-8.11c0-1.367 0-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.601 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.808 2.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4C2.752 5.563 2.75 6.564 2.75 8v8c0 1.436.002 2.437.103 3.192c.099.734.28 1.122.556 1.4c.277.276.665.456 1.4.555c.754.102 1.756.103 3.191.103h1c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192V8c0-1.435-.002-2.436-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103M5.25 5A.75.75 0 0 1 6 4.25h5a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 5m11.5 4.996a.75.75 0 0 1 .76-.74c1.808.027 3.187.138 4.142 1.092c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.11c0 1.368 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26c-.955.954-2.334 1.065-4.141 1.092a.75.75 0 1 1-.022-1.5c1.912-.028 2.642-.193 3.102-.653c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192c0-1.435-.002-2.436-.103-3.192c-.099-.733-.28-1.122-.556-1.399c-.46-.46-1.19-.625-3.102-.652a.75.75 0 0 1-.739-.761M19 13.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0v-4a.75.75 0 0 1 .75-.75m-10.5 3.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-phone-rotate {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.26%201.874a.75.75%200%200%201%20.866-.613c3.2.544%205.624%203.36%205.624%206.74a.75.75%200%200%201-1.17.62l-1.5-1.014a.75.75%200%201%201%20.84-1.242l.1.067c-.577-1.91-2.18-3.358-4.146-3.693a.75.75%200%200%201-.613-.865M7.946%201.25h1.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v8.11c0%201.368%200%202.47-.117%203.337c-.12.9-.38%201.658-.981%202.26c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-1.11c-1.367%200-2.47%200-3.337-.116c-.9-.121-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337v-8.11c0-1.367%200-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.601%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117M4.808%202.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556%201.4C2.752%205.563%202.75%206.564%202.75%208v8c0%201.436.002%202.437.103%203.192c.099.734.28%201.122.556%201.4c.277.276.665.456%201.4.555c.754.102%201.756.103%203.191.103h1c1.435%200%202.437-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192V8c0-1.435-.002-2.436-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435%200-2.437.002-3.192.103M5.25%205A.75.75%200%200%201%206%204.25h5a.75.75%200%200%201%200%201.5H6A.75.75%200%200%201%205.25%205m11.5%204.996a.75.75%200%200%201%20.76-.74c1.808.027%203.187.138%204.142%201.092c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v.11c0%201.368%200%202.47-.116%203.337c-.122.9-.38%201.658-.982%202.26c-.955.954-2.334%201.065-4.141%201.092a.75.75%200%201%201-.022-1.5c1.912-.028%202.642-.193%203.102-.653c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192c0-1.435-.002-2.436-.103-3.192c-.099-.733-.28-1.122-.556-1.399c-.46-.46-1.19-.625-3.102-.652a.75.75%200%200%201-.739-.761M19%2013.25a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-1.5%200v-4a.75.75%200%200%201%20.75-.75m-10.5%203.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.26%201.874a.75.75%200%200%201%20.866-.613c3.2.544%205.624%203.36%205.624%206.74a.75.75%200%200%201-1.17.62l-1.5-1.014a.75.75%200%201%201%20.84-1.242l.1.067c-.577-1.91-2.18-3.358-4.146-3.693a.75.75%200%200%201-.613-.865M7.946%201.25h1.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v8.11c0%201.368%200%202.47-.117%203.337c-.12.9-.38%201.658-.981%202.26c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-1.11c-1.367%200-2.47%200-3.337-.116c-.9-.121-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337v-8.11c0-1.367%200-2.47.117-3.337c.12-.9.38-1.658.981-2.26c.602-.601%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117M4.808%202.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556%201.4C2.752%205.563%202.75%206.564%202.75%208v8c0%201.436.002%202.437.103%203.192c.099.734.28%201.122.556%201.4c.277.276.665.456%201.4.555c.754.102%201.756.103%203.191.103h1c1.435%200%202.437-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192V8c0-1.435-.002-2.436-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435%200-2.437.002-3.192.103M5.25%205A.75.75%200%200%201%206%204.25h5a.75.75%200%200%201%200%201.5H6A.75.75%200%200%201%205.25%205m11.5%204.996a.75.75%200%200%201%20.76-.74c1.808.027%203.187.138%204.142%201.092c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v.11c0%201.368%200%202.47-.116%203.337c-.122.9-.38%201.658-.982%202.26c-.955.954-2.334%201.065-4.141%201.092a.75.75%200%201%201-.022-1.5c1.912-.028%202.642-.193%203.102-.653c.277-.277.457-.665.556-1.399c.101-.755.103-1.756.103-3.192c0-1.435-.002-2.436-.103-3.192c-.099-.733-.28-1.122-.556-1.399c-.46-.46-1.19-.625-3.102-.652a.75.75%200%200%201-.739-.761M19%2013.25a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-1.5%200v-4a.75.75%200%200%201%20.75-.75m-10.5%203.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/phone-rotate.svg?color=%231a73e8&size=48