phone rotate3 icon
phone-rotate3-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- phone-rotate3-filled
- Set
- Reicon
- Style
- Filled
- 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" fill-rule="evenodd" clip-rule="evenodd"><path d="M19 9v5.934c0 .66-.353 1.268-.925 1.595a12.24 12.24 0 0 1-12.15 0A1.84 1.84 0 0 1 5 14.934V9c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 2 9.19 2 12 2s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 4.787 19 6.19 19 9M9 4.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/><path d="M3.627 14.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .267.134.6.547.984c.414.385 1.053.766 1.907 1.102c1.21.477 2.775.833 4.546.998v-.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-1.944-.17-3.7-.558-5.096-1.108c-.956-.377-1.781-.843-2.38-1.4c-.598-.558-1.024-1.261-1.024-2.082c0-.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 ReiconPhoneRotate3Filled(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" fillRule="evenodd" clipRule="evenodd"><path d="M19 9v5.934c0 .66-.353 1.268-.925 1.595a12.24 12.24 0 0 1-12.15 0A1.84 1.84 0 0 1 5 14.934V9c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 2 9.19 2 12 2s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 4.787 19 6.19 19 9M9 4.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/><path d="M3.627 14.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .267.134.6.547.984c.414.385 1.053.766 1.907 1.102c1.21.477 2.775.833 4.546.998v-.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-1.944-.17-3.7-.558-5.096-1.108c-.956-.377-1.781-.843-2.38-1.4c-.598-.558-1.024-1.261-1.024-2.082c0-.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" fill-rule="evenodd" clip-rule="evenodd"><path d="M19 9v5.934c0 .66-.353 1.268-.925 1.595a12.24 12.24 0 0 1-12.15 0A1.84 1.84 0 0 1 5 14.934V9c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 2 9.19 2 12 2s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 4.787 19 6.19 19 9M9 4.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/><path d="M3.627 14.534a.75.75 0 0 1-.122 1.054c-.573.454-.755.855-.755 1.162c0 .267.134.6.547.984c.414.385 1.053.766 1.907 1.102c1.21.477 2.775.833 4.546.998v-.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-1.944-.17-3.7-.558-5.096-1.108c-.956-.377-1.781-.843-2.38-1.4c-.598-.558-1.024-1.261-1.024-2.082c0-.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-filled {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19%209v5.934c0%20.66-.353%201.268-.925%201.595a12.24%2012.24%200%200%201-12.15%200A1.84%201.84%200%200%201%205%2014.934V9c0-2.809%200-4.213.674-5.222a4%204%200%200%201%201.104-1.104C7.787%202%209.19%202%2012%202s4.213%200%205.222.674a4%204%200%200%201%201.104%201.104C19%204.787%2019%206.19%2019%209M9%204.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M3.627%2014.534a.75.75%200%200%201-.122%201.054c-.573.454-.755.855-.755%201.162c0%20.267.134.6.547.984c.414.385%201.053.766%201.907%201.102c1.21.477%202.775.833%204.546.998v-.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-1.944-.17-3.7-.558-5.096-1.108c-.956-.377-1.781-.843-2.38-1.4c-.598-.558-1.024-1.261-1.024-2.082c0-.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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19%209v5.934c0%20.66-.353%201.268-.925%201.595a12.24%2012.24%200%200%201-12.15%200A1.84%201.84%200%200%201%205%2014.934V9c0-2.809%200-4.213.674-5.222a4%204%200%200%201%201.104-1.104C7.787%202%209.19%202%2012%202s4.213%200%205.222.674a4%204%200%200%201%201.104%201.104C19%204.787%2019%206.19%2019%209M9%204.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M3.627%2014.534a.75.75%200%200%201-.122%201.054c-.573.454-.755.855-.755%201.162c0%20.267.134.6.547.984c.414.385%201.053.766%201.907%201.102c1.21.477%202.775.833%204.546.998v-.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-1.944-.17-3.7-.558-5.096-1.108c-.956-.377-1.781-.843-2.38-1.4c-.598-.558-1.024-1.261-1.024-2.082c0-.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-filled.svg?color=%231a73e8&size=48