auto hold icon
auto-hold-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- auto-hold-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the auto hold icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M14 8a1 1 0 0 0-1 1v2h-2V9a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0v-2h2v2a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAutoHoldFill(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="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M14 8a1 1 0 0 0-1 1v2h-2V9a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0v-2h2v2a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M14 8a1 1 0 0 0-1 1v2h-2V9a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0v-2h2v2a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-auto-hold-fill {
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%22M12%204a8%208%200%201%201%200%2016a8%208%200%200%201%200-16M3.2%205.4a1%201%200%200%201%201.599%201.2A8.96%208.96%200%200%200%203%2012c0%202.027.67%203.895%201.799%205.4a1%201%200%200%201-1.6%201.2A10.96%2010.96%200%200%201%201%2012c0-2.475.818-4.762%202.2-6.6m16.2-.2a1%201%200%200%201%201.4.2A10.96%2010.96%200%200%201%2023%2012c0%202.475-.818%204.762-2.2%206.6a1%201%200%200%201-1.599-1.2A8.96%208.96%200%200%200%2021%2012c0-2.027-.67-3.895-1.799-5.4a1%201%200%200%201%20.2-1.4M14%208a1%201%200%200%200-1%201v2h-2V9a1%201%200%201%200-2%200v6a1%201%200%201%200%202%200v-2h2v2a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1%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%22M12%204a8%208%200%201%201%200%2016a8%208%200%200%201%200-16M3.2%205.4a1%201%200%200%201%201.599%201.2A8.96%208.96%200%200%200%203%2012c0%202.027.67%203.895%201.799%205.4a1%201%200%200%201-1.6%201.2A10.96%2010.96%200%200%201%201%2012c0-2.475.818-4.762%202.2-6.6m16.2-.2a1%201%200%200%201%201.4.2A10.96%2010.96%200%200%201%2023%2012c0%202.475-.818%204.762-2.2%206.6a1%201%200%200%201-1.599-1.2A8.96%208.96%200%200%200%2021%2012c0-2.027-.67-3.895-1.799-5.4a1%201%200%200%201%20.2-1.4M14%208a1%201%200%200%200-1%201v2h-2V9a1%201%200%201%200-2%200v6a1%201%200%201%200%202%200v-2h2v2a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/auto-hold-fill.svg?color=%231a73e8&size=48