lock rotation icon
lock-rotation from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- lock-rotation
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the lock rotation 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 28M19.41 39.297h12.188c1.617 0 2.39-.797 2.39-2.555v-9.375c0-1.547-.586-2.344-1.828-2.531v-2.79c0-4.57-2.765-7.522-6.656-7.522s-6.656 2.953-6.656 7.523v2.812c-1.243.188-1.852.985-1.852 2.508v9.375c0 1.758.774 2.555 2.414 2.555m1.875-17.508c0-2.953 1.688-4.898 4.219-4.898s4.219 1.945 4.219 4.898v3.023h-8.438Z"/></svg>
React
import type { SVGProps } from "react";
export function F7LockRotation(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 28M19.41 39.297h12.188c1.617 0 2.39-.797 2.39-2.555v-9.375c0-1.547-.586-2.344-1.828-2.531v-2.79c0-4.57-2.765-7.522-6.656-7.522s-6.656 2.953-6.656 7.523v2.812c-1.243.188-1.852.985-1.852 2.508v9.375c0 1.758.774 2.555 2.414 2.555m1.875-17.508c0-2.953 1.688-4.898 4.219-4.898s4.219 1.945 4.219 4.898v3.023h-8.438Z"/></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 28M19.41 39.297h12.188c1.617 0 2.39-.797 2.39-2.555v-9.375c0-1.547-.586-2.344-1.828-2.531v-2.79c0-4.57-2.765-7.522-6.656-7.522s-6.656 2.953-6.656 7.523v2.812c-1.243.188-1.852.985-1.852 2.508v9.375c0 1.758.774 2.555 2.414 2.555m1.875-17.508c0-2.953 1.688-4.898 4.219-4.898s4.219 1.945 4.219 4.898v3.023h-8.438Z"/></svg> </template>
CSS
.icon-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%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%2028M19.41%2039.297h12.188c1.617%200%202.39-.797%202.39-2.555v-9.375c0-1.547-.586-2.344-1.828-2.531v-2.79c0-4.57-2.765-7.522-6.656-7.522s-6.656%202.953-6.656%207.523v2.812c-1.243.188-1.852.985-1.852%202.508v9.375c0%201.758.774%202.555%202.414%202.555m1.875-17.508c0-2.953%201.688-4.898%204.219-4.898s4.219%201.945%204.219%204.898v3.023h-8.438Z%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%2028M19.41%2039.297h12.188c1.617%200%202.39-.797%202.39-2.555v-9.375c0-1.547-.586-2.344-1.828-2.531v-2.79c0-4.57-2.765-7.522-6.656-7.522s-6.656%202.953-6.656%207.523v2.812c-1.243.188-1.852.985-1.852%202.508v9.375c0%201.758.774%202.555%202.414%202.555m1.875-17.508c0-2.953%201.688-4.898%204.219-4.898s4.219%201.945%204.219%204.898v3.023h-8.438Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/lock-rotation.svg?color=%231a73e8&size=48