phone rotate3 icon
phone-rotate3 from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- phone-rotate3
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the phone rotate3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.445 1.25c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86 1.36-.981 2.26c-.117.867-.117 1.97-.117 3.337v8.056q0 .532.002 1.003a.75.75 0 1 0 1.5-.008Q6.25 16.533 6.25 16V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 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.4c.101.754.103 1.756.103 3.191v8q0 .532-.002.996a.75.75 0 0 0 1.5.008q.003-.471.002-1.002V7.945c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981c-.867-.117-1.97-.117-3.337-.117z"/><path d="M8.25 5A.75.75 0 0 1 9 4.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 5m-4.623 9.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .243.11.538.44.88c.334.345.856.695 1.566 1.017c1.254.569 2.988 1 4.994 1.187v-.459a.75.75 0 0 1 1.244-.564l1.5 1.312a.75.75 0 0 1 0 1.129l-1.5 1.312A.75.75 0 0 1 9.75 22v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738 1.324-2.338a.75.75 0 0 1 1.053.122m16.746 0a.75.75 0 0 1 1.053-.122c.757.6 1.324 1.388 1.324 2.338c0 1.378-1.168 2.41-2.547 3.101c-1.441.723-3.412 1.234-5.627 1.459a.75.75 0 1 1-.152-1.493c2.098-.212 3.877-.69 5.107-1.307c1.294-.648 1.719-1.303 1.719-1.76c0-.307-.182-.708-.755-1.162a.75.75 0 0 1-.122-1.054"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPhoneRotate3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.445 1.25c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86 1.36-.981 2.26c-.117.867-.117 1.97-.117 3.337v8.056q0 .532.002 1.003a.75.75 0 1 0 1.5-.008Q6.25 16.533 6.25 16V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 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.4c.101.754.103 1.756.103 3.191v8q0 .532-.002.996a.75.75 0 0 0 1.5.008q.003-.471.002-1.002V7.945c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981c-.867-.117-1.97-.117-3.337-.117z"/><path d="M8.25 5A.75.75 0 0 1 9 4.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 5m-4.623 9.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .243.11.538.44.88c.334.345.856.695 1.566 1.017c1.254.569 2.988 1 4.994 1.187v-.459a.75.75 0 0 1 1.244-.564l1.5 1.312a.75.75 0 0 1 0 1.129l-1.5 1.312A.75.75 0 0 1 9.75 22v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738 1.324-2.338a.75.75 0 0 1 1.053.122m16.746 0a.75.75 0 0 1 1.053-.122c.757.6 1.324 1.388 1.324 2.338c0 1.378-1.168 2.41-2.547 3.101c-1.441.723-3.412 1.234-5.627 1.459a.75.75 0 1 1-.152-1.493c2.098-.212 3.877-.69 5.107-1.307c1.294-.648 1.719-1.303 1.719-1.76c0-.307-.182-.708-.755-1.162a.75.75 0 0 1-.122-1.054"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.445 1.25c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86 1.36-.981 2.26c-.117.867-.117 1.97-.117 3.337v8.056q0 .532.002 1.003a.75.75 0 1 0 1.5-.008Q6.25 16.533 6.25 16V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 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.4c.101.754.103 1.756.103 3.191v8q0 .532-.002.996a.75.75 0 0 0 1.5.008q.003-.471.002-1.002V7.945c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981c-.867-.117-1.97-.117-3.337-.117z"/><path d="M8.25 5A.75.75 0 0 1 9 4.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 5m-4.623 9.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .243.11.538.44.88c.334.345.856.695 1.566 1.017c1.254.569 2.988 1 4.994 1.187v-.459a.75.75 0 0 1 1.244-.564l1.5 1.312a.75.75 0 0 1 0 1.129l-1.5 1.312A.75.75 0 0 1 9.75 22v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738 1.324-2.338a.75.75 0 0 1 1.053.122m16.746 0a.75.75 0 0 1 1.053-.122c.757.6 1.324 1.388 1.324 2.338c0 1.378-1.168 2.41-2.547 3.101c-1.441.723-3.412 1.234-5.627 1.459a.75.75 0 1 1-.152-1.493c2.098-.212 3.877-.69 5.107-1.307c1.294-.648 1.719-1.303 1.719-1.76c0-.307-.182-.708-.755-1.162a.75.75 0 0 1-.122-1.054"/></g></svg> </template>
CSS
.icon-phone-rotate3 {
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%22currentColor%22%3E%3Cpath%20d%3D%22M11.445%201.25c-1.367%200-2.47%200-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86%201.36-.981%202.26c-.117.867-.117%201.97-.117%203.337v8.056q0%20.532.002%201.003a.75.75%200%201%200%201.5-.008Q6.25%2016.533%206.25%2016V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457%201.4-.556c.754-.101%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%201.4c.101.754.103%201.756.103%203.191v8q0%20.532-.002.996a.75.75%200%200%200%201.5.008q.003-.471.002-1.002V7.945c0-1.367%200-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981c-.867-.117-1.97-.117-3.337-.117z%22%2F%3E%3Cpath%20d%3D%22M8.25%205A.75.75%200%200%201%209%204.25h6a.75.75%200%200%201%200%201.5H9A.75.75%200%200%201%208.25%205m-4.623%209.534a.75.75%200%200%201-.122%201.054c-.573.454-.755.855-.755%201.162c0%20.243.11.538.44.88c.334.345.856.695%201.566%201.017c1.254.569%202.988%201%204.994%201.187v-.459a.75.75%200%200%201%201.244-.564l1.5%201.312a.75.75%200%200%201%200%201.129l-1.5%201.312A.75.75%200%200%201%209.75%2022v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738%201.324-2.338a.75.75%200%200%201%201.053.122m16.746%200a.75.75%200%200%201%201.053-.122c.757.6%201.324%201.388%201.324%202.338c0%201.378-1.168%202.41-2.547%203.101c-1.441.723-3.412%201.234-5.627%201.459a.75.75%200%201%201-.152-1.493c2.098-.212%203.877-.69%205.107-1.307c1.294-.648%201.719-1.303%201.719-1.76c0-.307-.182-.708-.755-1.162a.75.75%200%200%201-.122-1.054%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%22currentColor%22%3E%3Cpath%20d%3D%22M11.445%201.25c-1.367%200-2.47%200-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86%201.36-.981%202.26c-.117.867-.117%201.97-.117%203.337v8.056q0%20.532.002%201.003a.75.75%200%201%200%201.5-.008Q6.25%2016.533%206.25%2016V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457%201.4-.556c.754-.101%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%201.4c.101.754.103%201.756.103%203.191v8q0%20.532-.002.996a.75.75%200%200%200%201.5.008q.003-.471.002-1.002V7.945c0-1.367%200-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26s-1.36-.86-2.26-.981c-.867-.117-1.97-.117-3.337-.117z%22%2F%3E%3Cpath%20d%3D%22M8.25%205A.75.75%200%200%201%209%204.25h6a.75.75%200%200%201%200%201.5H9A.75.75%200%200%201%208.25%205m-4.623%209.534a.75.75%200%200%201-.122%201.054c-.573.454-.755.855-.755%201.162c0%20.243.11.538.44.88c.334.345.856.695%201.566%201.017c1.254.569%202.988%201%204.994%201.187v-.459a.75.75%200%200%201%201.244-.564l1.5%201.312a.75.75%200%200%201%200%201.129l-1.5%201.312A.75.75%200%200%201%209.75%2022v-.66c-2.185-.191-4.14-.659-5.614-1.327c-.814-.369-1.515-.815-2.024-1.34c-.511-.53-.862-1.179-.862-1.923c0-.95.567-1.738%201.324-2.338a.75.75%200%200%201%201.053.122m16.746%200a.75.75%200%200%201%201.053-.122c.757.6%201.324%201.388%201.324%202.338c0%201.378-1.168%202.41-2.547%203.101c-1.441.723-3.412%201.234-5.627%201.459a.75.75%200%201%201-.152-1.493c2.098-.212%203.877-.69%205.107-1.307c1.294-.648%201.719-1.303%201.719-1.76c0-.307-.182-.708-.755-1.162a.75.75%200%200%201-.122-1.054%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/phone-rotate3.svg?color=%231a73e8&size=48