round screen rotation icon
round-screen-rotation from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-screen-rotation
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round screen rotation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.23 1.75a1.49 1.49 0 0 0-2.12 0L1.75 8.11a1.49 1.49 0 0 0 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12zm3.89 18.73L3.52 9.88a.996.996 0 0 1 0-1.41l4.95-4.95a.996.996 0 0 1 1.41 0l10.61 10.61c.39.39.39 1.02 0 1.41l-4.95 4.95c-.39.38-1.03.38-1.42-.01M17.61 1.4C16.04.57 14.06-.03 11.81.02c-.18 0-.26.22-.14.35l3.48 3.48l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M8.85 20.16l-1.33 1.33a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.57.83 3.55 1.43 5.8 1.38c.18 0 .26-.22.14-.35z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundScreenRotation(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" d="M10.23 1.75a1.49 1.49 0 0 0-2.12 0L1.75 8.11a1.49 1.49 0 0 0 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12zm3.89 18.73L3.52 9.88a.996.996 0 0 1 0-1.41l4.95-4.95a.996.996 0 0 1 1.41 0l10.61 10.61c.39.39.39 1.02 0 1.41l-4.95 4.95c-.39.38-1.03.38-1.42-.01M17.61 1.4C16.04.57 14.06-.03 11.81.02c-.18 0-.26.22-.14.35l3.48 3.48l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M8.85 20.16l-1.33 1.33a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.57.83 3.55 1.43 5.8 1.38c.18 0 .26-.22.14-.35z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.23 1.75a1.49 1.49 0 0 0-2.12 0L1.75 8.11a1.49 1.49 0 0 0 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12zm3.89 18.73L3.52 9.88a.996.996 0 0 1 0-1.41l4.95-4.95a.996.996 0 0 1 1.41 0l10.61 10.61c.39.39.39 1.02 0 1.41l-4.95 4.95c-.39.38-1.03.38-1.42-.01M17.61 1.4C16.04.57 14.06-.03 11.81.02c-.18 0-.26.22-.14.35l3.48 3.48l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M8.85 20.16l-1.33 1.33a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.57.83 3.55 1.43 5.8 1.38c.18 0 .26-.22.14-.35z"/></svg> </template>
CSS
.icon-round-screen-rotation {
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%20d%3D%22M10.23%201.75a1.49%201.49%200%200%200-2.12%200L1.75%208.11a1.49%201.49%200%200%200%200%202.12l12.02%2012.02c.59.59%201.54.59%202.12%200l6.36-6.36c.59-.59.59-1.54%200-2.12zm3.89%2018.73L3.52%209.88a.996.996%200%200%201%200-1.41l4.95-4.95a.996.996%200%200%201%201.41%200l10.61%2010.61c.39.39.39%201.02%200%201.41l-4.95%204.95c-.39.38-1.03.38-1.42-.01M17.61%201.4C16.04.57%2014.06-.03%2011.81.02c-.18%200-.26.22-.14.35l3.48%203.48l1.33-1.33c3.09%201.46%205.34%204.37%205.89%207.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M8.85%2020.16l-1.33%201.33a10.5%2010.5%200%200%201-5.89-7.86a.737.737%200%200%200-.86-.62c-.41.06-.69.45-.62.86c.6%203.81%202.96%207.01%206.24%208.75c1.57.83%203.55%201.43%205.8%201.38c.18%200%20.26-.22.14-.35z%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%20d%3D%22M10.23%201.75a1.49%201.49%200%200%200-2.12%200L1.75%208.11a1.49%201.49%200%200%200%200%202.12l12.02%2012.02c.59.59%201.54.59%202.12%200l6.36-6.36c.59-.59.59-1.54%200-2.12zm3.89%2018.73L3.52%209.88a.996.996%200%200%201%200-1.41l4.95-4.95a.996.996%200%200%201%201.41%200l10.61%2010.61c.39.39.39%201.02%200%201.41l-4.95%204.95c-.39.38-1.03.38-1.42-.01M17.61%201.4C16.04.57%2014.06-.03%2011.81.02c-.18%200-.26.22-.14.35l3.48%203.48l1.33-1.33c3.09%201.46%205.34%204.37%205.89%207.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.8-2.96-7-6.24-8.74M8.85%2020.16l-1.33%201.33a10.5%2010.5%200%200%201-5.89-7.86a.737.737%200%200%200-.86-.62c-.41.06-.69.45-.62.86c.6%203.81%202.96%207.01%206.24%208.75c1.57.83%203.55%201.43%205.8%201.38c.18%200%20.26-.22.14-.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-screen-rotation.svg?color=%231a73e8&size=48