round lock reset icon
round-lock-reset from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-lock-reset
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round lock reset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.26 3A9.003 9.003 0 0 0 4 12H2.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.8-2.79c.3-.31.08-.85-.37-.85H6c0-3.89 3.2-7.06 7.1-7c3.71.05 6.84 3.18 6.9 6.9c.06 3.91-3.1 7.1-7 7.1c-1.59 0-3.05-.53-4.23-1.43c-.4-.3-.96-.27-1.31.09c-.43.43-.39 1.14.09 1.5A8.97 8.97 0 0 0 13 21c5.06 0 9.14-4.17 9-9.25c-.13-4.7-4.05-8.62-8.74-8.75M15 11v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundLockReset(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="M13.26 3A9.003 9.003 0 0 0 4 12H2.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.8-2.79c.3-.31.08-.85-.37-.85H6c0-3.89 3.2-7.06 7.1-7c3.71.05 6.84 3.18 6.9 6.9c.06 3.91-3.1 7.1-7 7.1c-1.59 0-3.05-.53-4.23-1.43c-.4-.3-.96-.27-1.31.09c-.43.43-.39 1.14.09 1.5A8.97 8.97 0 0 0 13 21c5.06 0 9.14-4.17 9-9.25c-.13-4.7-4.05-8.62-8.74-8.75M15 11v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.26 3A9.003 9.003 0 0 0 4 12H2.21c-.45 0-.67.54-.35.85l2.79 2.79c.2.2.51.2.71 0l2.8-2.79c.3-.31.08-.85-.37-.85H6c0-3.89 3.2-7.06 7.1-7c3.71.05 6.84 3.18 6.9 6.9c.06 3.91-3.1 7.1-7 7.1c-1.59 0-3.05-.53-4.23-1.43c-.4-.3-.96-.27-1.31.09c-.43.43-.39 1.14.09 1.5A8.97 8.97 0 0 0 13 21c5.06 0 9.14-4.17 9-9.25c-.13-4.7-4.05-8.62-8.74-8.75M15 11v-1c0-1.1-.9-2-2-2s-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1m-1 0h-2v-1c0-.55.45-1 1-1s1 .45 1 1z"/></svg> </template>
CSS
.icon-round-lock-reset {
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%22M13.26%203A9.003%209.003%200%200%200%204%2012H2.21c-.45%200-.67.54-.35.85l2.79%202.79c.2.2.51.2.71%200l2.8-2.79c.3-.31.08-.85-.37-.85H6c0-3.89%203.2-7.06%207.1-7c3.71.05%206.84%203.18%206.9%206.9c.06%203.91-3.1%207.1-7%207.1c-1.59%200-3.05-.53-4.23-1.43c-.4-.3-.96-.27-1.31.09c-.43.43-.39%201.14.09%201.5A8.97%208.97%200%200%200%2013%2021c5.06%200%209.14-4.17%209-9.25c-.13-4.7-4.05-8.62-8.74-8.75M15%2011v-1c0-1.1-.9-2-2-2s-2%20.9-2%202v1c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-3c0-.55-.45-1-1-1m-1%200h-2v-1c0-.55.45-1%201-1s1%20.45%201%201z%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%22M13.26%203A9.003%209.003%200%200%200%204%2012H2.21c-.45%200-.67.54-.35.85l2.79%202.79c.2.2.51.2.71%200l2.8-2.79c.3-.31.08-.85-.37-.85H6c0-3.89%203.2-7.06%207.1-7c3.71.05%206.84%203.18%206.9%206.9c.06%203.91-3.1%207.1-7%207.1c-1.59%200-3.05-.53-4.23-1.43c-.4-.3-.96-.27-1.31.09c-.43.43-.39%201.14.09%201.5A8.97%208.97%200%200%200%2013%2021c5.06%200%209.14-4.17%209-9.25c-.13-4.7-4.05-8.62-8.74-8.75M15%2011v-1c0-1.1-.9-2-2-2s-2%20.9-2%202v1c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-3c0-.55-.45-1-1-1m-1%200h-2v-1c0-.55.45-1%201-1s1%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-lock-reset.svg?color=%231a73e8&size=48