lock rotation open icon
lock-rotation-open from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- lock-rotation-open
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the lock rotation open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.598 28c0 13.055 10.828 23.906 23.906 23.906c7.875 0 14.953-3.984 19.336-10.008c.797-1.03.539-2.32-.422-2.906c-.984-.586-2.086-.281-2.79.656a19.86 19.86 0 0 1-16.124 8.274C14.44 47.945 5.582 39.039 5.582 28c0-11.062 8.86-19.898 19.922-19.898c9.492 0 17.39 6.515 19.406 15.375h-3.375c-1.664 0-2.11 1.148-1.195 2.414l5.25 7.476c.75 1.078 1.875 1.102 2.625 0l5.25-7.453c.937-1.289.492-2.437-1.195-2.437h-3.305c-2.133-10.97-11.93-19.383-23.461-19.383C12.426 4.094 1.598 14.922 1.598 28m17.789 11.297h12.21c1.618 0 2.391-.797 2.391-2.555v-9.375c0-1.758-.773-2.555-2.39-2.555H21.215v-2.859c0-3.14 1.687-5.062 4.289-5.062c2.555 0 4.125 1.593 4.125 4.101v.516c0 .75.445 1.195 1.125 1.195c.703 0 1.242-.445 1.242-1.195v-.375c0-3.867-2.484-6.61-6.492-6.61c-4.172 0-6.727 3.165-6.727 7.454v2.882c-1.218.188-1.78.985-1.78 2.508v9.375c0 1.758.773 2.555 2.39 2.555"/></svg>
React
import type { SVGProps } from "react";
export function F7LockRotationOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.598 28c0 13.055 10.828 23.906 23.906 23.906c7.875 0 14.953-3.984 19.336-10.008c.797-1.03.539-2.32-.422-2.906c-.984-.586-2.086-.281-2.79.656a19.86 19.86 0 0 1-16.124 8.274C14.44 47.945 5.582 39.039 5.582 28c0-11.062 8.86-19.898 19.922-19.898c9.492 0 17.39 6.515 19.406 15.375h-3.375c-1.664 0-2.11 1.148-1.195 2.414l5.25 7.476c.75 1.078 1.875 1.102 2.625 0l5.25-7.453c.937-1.289.492-2.437-1.195-2.437h-3.305c-2.133-10.97-11.93-19.383-23.461-19.383C12.426 4.094 1.598 14.922 1.598 28m17.789 11.297h12.21c1.618 0 2.391-.797 2.391-2.555v-9.375c0-1.758-.773-2.555-2.39-2.555H21.215v-2.859c0-3.14 1.687-5.062 4.289-5.062c2.555 0 4.125 1.593 4.125 4.101v.516c0 .75.445 1.195 1.125 1.195c.703 0 1.242-.445 1.242-1.195v-.375c0-3.867-2.484-6.61-6.492-6.61c-4.172 0-6.727 3.165-6.727 7.454v2.882c-1.218.188-1.78.985-1.78 2.508v9.375c0 1.758.773 2.555 2.39 2.555"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.598 28c0 13.055 10.828 23.906 23.906 23.906c7.875 0 14.953-3.984 19.336-10.008c.797-1.03.539-2.32-.422-2.906c-.984-.586-2.086-.281-2.79.656a19.86 19.86 0 0 1-16.124 8.274C14.44 47.945 5.582 39.039 5.582 28c0-11.062 8.86-19.898 19.922-19.898c9.492 0 17.39 6.515 19.406 15.375h-3.375c-1.664 0-2.11 1.148-1.195 2.414l5.25 7.476c.75 1.078 1.875 1.102 2.625 0l5.25-7.453c.937-1.289.492-2.437-1.195-2.437h-3.305c-2.133-10.97-11.93-19.383-23.461-19.383C12.426 4.094 1.598 14.922 1.598 28m17.789 11.297h12.21c1.618 0 2.391-.797 2.391-2.555v-9.375c0-1.758-.773-2.555-2.39-2.555H21.215v-2.859c0-3.14 1.687-5.062 4.289-5.062c2.555 0 4.125 1.593 4.125 4.101v.516c0 .75.445 1.195 1.125 1.195c.703 0 1.242-.445 1.242-1.195v-.375c0-3.867-2.484-6.61-6.492-6.61c-4.172 0-6.727 3.165-6.727 7.454v2.882c-1.218.188-1.78.985-1.78 2.508v9.375c0 1.758.773 2.555 2.39 2.555"/></svg> </template>
CSS
.icon-lock-rotation-open {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.598%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906c7.875%200%2014.953-3.984%2019.336-10.008c.797-1.03.539-2.32-.422-2.906c-.984-.586-2.086-.281-2.79.656a19.86%2019.86%200%200%201-16.124%208.274C14.44%2047.945%205.582%2039.039%205.582%2028c0-11.062%208.86-19.898%2019.922-19.898c9.492%200%2017.39%206.515%2019.406%2015.375h-3.375c-1.664%200-2.11%201.148-1.195%202.414l5.25%207.476c.75%201.078%201.875%201.102%202.625%200l5.25-7.453c.937-1.289.492-2.437-1.195-2.437h-3.305c-2.133-10.97-11.93-19.383-23.461-19.383C12.426%204.094%201.598%2014.922%201.598%2028m17.789%2011.297h12.21c1.618%200%202.391-.797%202.391-2.555v-9.375c0-1.758-.773-2.555-2.39-2.555H21.215v-2.859c0-3.14%201.687-5.062%204.289-5.062c2.555%200%204.125%201.593%204.125%204.101v.516c0%20.75.445%201.195%201.125%201.195c.703%200%201.242-.445%201.242-1.195v-.375c0-3.867-2.484-6.61-6.492-6.61c-4.172%200-6.727%203.165-6.727%207.454v2.882c-1.218.188-1.78.985-1.78%202.508v9.375c0%201.758.773%202.555%202.39%202.555%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.598%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906c7.875%200%2014.953-3.984%2019.336-10.008c.797-1.03.539-2.32-.422-2.906c-.984-.586-2.086-.281-2.79.656a19.86%2019.86%200%200%201-16.124%208.274C14.44%2047.945%205.582%2039.039%205.582%2028c0-11.062%208.86-19.898%2019.922-19.898c9.492%200%2017.39%206.515%2019.406%2015.375h-3.375c-1.664%200-2.11%201.148-1.195%202.414l5.25%207.476c.75%201.078%201.875%201.102%202.625%200l5.25-7.453c.937-1.289.492-2.437-1.195-2.437h-3.305c-2.133-10.97-11.93-19.383-23.461-19.383C12.426%204.094%201.598%2014.922%201.598%2028m17.789%2011.297h12.21c1.618%200%202.391-.797%202.391-2.555v-9.375c0-1.758-.773-2.555-2.39-2.555H21.215v-2.859c0-3.14%201.687-5.062%204.289-5.062c2.555%200%204.125%201.593%204.125%204.101v.516c0%20.75.445%201.195%201.125%201.195c.703%200%201.242-.445%201.242-1.195v-.375c0-3.867-2.484-6.61-6.492-6.61c-4.172%200-6.727%203.165-6.727%207.454v2.882c-1.218.188-1.78.985-1.78%202.508v9.375c0%201.758.773%202.555%202.39%202.555%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/lock-rotation-open.svg?color=%231a73e8&size=48