baseline screen lock rotation icon
baseline-screen-lock-rotation from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-screen-lock-rotation
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- screen-lock-rotation
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 baseline screen lock rotation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.25 12.77l-2.57-2.57l-1.41 1.41l2.22 2.22l-5.66 5.66L4.51 8.17l5.66-5.66l2.1 2.1l1.41-1.41L11.23.75a1.49 1.49 0 0 0-2.12 0L2.75 7.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.12M8.47 20.48A10.49 10.49 0 0 1 2.5 12H1c.51 6.16 5.66 11 11.95 11l.66-.03l-3.81-3.82zM16 9h5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1v-.5a2.5 2.5 0 0 0-5 0V3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1m.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4z"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineScreenLockRotation(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="m23.25 12.77l-2.57-2.57l-1.41 1.41l2.22 2.22l-5.66 5.66L4.51 8.17l5.66-5.66l2.1 2.1l1.41-1.41L11.23.75a1.49 1.49 0 0 0-2.12 0L2.75 7.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.12M8.47 20.48A10.49 10.49 0 0 1 2.5 12H1c.51 6.16 5.66 11 11.95 11l.66-.03l-3.81-3.82zM16 9h5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1v-.5a2.5 2.5 0 0 0-5 0V3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1m.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.25 12.77l-2.57-2.57l-1.41 1.41l2.22 2.22l-5.66 5.66L4.51 8.17l5.66-5.66l2.1 2.1l1.41-1.41L11.23.75a1.49 1.49 0 0 0-2.12 0L2.75 7.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.12M8.47 20.48A10.49 10.49 0 0 1 2.5 12H1c.51 6.16 5.66 11 11.95 11l.66-.03l-3.81-3.82zM16 9h5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1v-.5a2.5 2.5 0 0 0-5 0V3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1m.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4z"/></svg> </template>
CSS
.icon-baseline-screen-lock-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%22m23.25%2012.77l-2.57-2.57l-1.41%201.41l2.22%202.22l-5.66%205.66L4.51%208.17l5.66-5.66l2.1%202.1l1.41-1.41L11.23.75a1.49%201.49%200%200%200-2.12%200L2.75%207.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.12M8.47%2020.48A10.49%2010.49%200%200%201%202.5%2012H1c.51%206.16%205.66%2011%2011.95%2011l.66-.03l-3.81-3.82zM16%209h5c.55%200%201-.45%201-1V4c0-.55-.45-1-1-1v-.5a2.5%202.5%200%200%200-5%200V3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201m.8-6.5c0-.94.76-1.7%201.7-1.7s1.7.76%201.7%201.7V3h-3.4z%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%22m23.25%2012.77l-2.57-2.57l-1.41%201.41l2.22%202.22l-5.66%205.66L4.51%208.17l5.66-5.66l2.1%202.1l1.41-1.41L11.23.75a1.49%201.49%200%200%200-2.12%200L2.75%207.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.12M8.47%2020.48A10.49%2010.49%200%200%201%202.5%2012H1c.51%206.16%205.66%2011%2011.95%2011l.66-.03l-3.81-3.82zM16%209h5c.55%200%201-.45%201-1V4c0-.55-.45-1-1-1v-.5a2.5%202.5%200%200%200-5%200V3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201m.8-6.5c0-.94.76-1.7%201.7-1.7s1.7.76%201.7%201.7V3h-3.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-screen-lock-rotation.svg?color=%231a73e8&size=48