touch locked 04 icon
touch-locked-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- touch-locked-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the touch locked 04 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M6.916 13.495V9.996m0 0V3.75a1.75 1.75 0 0 1 3.5 0v5.248l3.077.477c1.929.29 2.893.434 3.572.84c.7.42 1.098.97 1.435 1.682m-11.584-2L5.73 11.352c-.953 1.088-1.43 1.633-1.614 2.278a3 3 0 0 0-.115.895c.016.67.34 1.317.986 2.61c.798 1.596 1.197 2.394 1.84 2.93c.29.241.613.44.959.592c.99.433 2.154.333 3.214.333"/><path d="M14 19.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C15.098 17 15.565 17 16.5 17h1c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201h-1c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C14 20.902 14 20.435 14 19.5Zm1.5-4a1.5 1.5 0 0 1 3 0V17h-3z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTouchLocked04(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M6.916 13.495V9.996m0 0V3.75a1.75 1.75 0 0 1 3.5 0v5.248l3.077.477c1.929.29 2.893.434 3.572.84c.7.42 1.098.97 1.435 1.682m-11.584-2L5.73 11.352c-.953 1.088-1.43 1.633-1.614 2.278a3 3 0 0 0-.115.895c.016.67.34 1.317.986 2.61c.798 1.596 1.197 2.394 1.84 2.93c.29.241.613.44.959.592c.99.433 2.154.333 3.214.333"/><path d="M14 19.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C15.098 17 15.565 17 16.5 17h1c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201h-1c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C14 20.902 14 20.435 14 19.5Zm1.5-4a1.5 1.5 0 0 1 3 0V17h-3z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M6.916 13.495V9.996m0 0V3.75a1.75 1.75 0 0 1 3.5 0v5.248l3.077.477c1.929.29 2.893.434 3.572.84c.7.42 1.098.97 1.435 1.682m-11.584-2L5.73 11.352c-.953 1.088-1.43 1.633-1.614 2.278a3 3 0 0 0-.115.895c.016.67.34 1.317.986 2.61c.798 1.596 1.197 2.394 1.84 2.93c.29.241.613.44.959.592c.99.433 2.154.333 3.214.333"/><path d="M14 19.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C15.098 17 15.565 17 16.5 17h1c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201h-1c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C14 20.902 14 20.435 14 19.5Zm1.5-4a1.5 1.5 0 0 1 3 0V17h-3z"/></g></svg> </template>
CSS
.icon-touch-locked-04 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.916%2013.495V9.996m0%200V3.75a1.75%201.75%200%200%201%203.5%200v5.248l3.077.477c1.929.29%202.893.434%203.572.84c.7.42%201.098.97%201.435%201.682m-11.584-2L5.73%2011.352c-.953%201.088-1.43%201.633-1.614%202.278a3%203%200%200%200-.115.895c.016.67.34%201.317.986%202.61c.798%201.596%201.197%202.394%201.84%202.93c.29.241.613.44.959.592c.99.433%202.154.333%203.214.333%22%2F%3E%3Cpath%20d%3D%22M14%2019.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C15.098%2017%2015.565%2017%2016.5%2017h1c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201h-1c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C14%2020.902%2014%2020.435%2014%2019.5Zm1.5-4a1.5%201.5%200%200%201%203%200V17h-3z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.916%2013.495V9.996m0%200V3.75a1.75%201.75%200%200%201%203.5%200v5.248l3.077.477c1.929.29%202.893.434%203.572.84c.7.42%201.098.97%201.435%201.682m-11.584-2L5.73%2011.352c-.953%201.088-1.43%201.633-1.614%202.278a3%203%200%200%200-.115.895c.016.67.34%201.317.986%202.61c.798%201.596%201.197%202.394%201.84%202.93c.29.241.613.44.959.592c.99.433%202.154.333%203.214.333%22%2F%3E%3Cpath%20d%3D%22M14%2019.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C15.098%2017%2015.565%2017%2016.5%2017h1c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201h-1c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C14%2020.902%2014%2020.435%2014%2019.5Zm1.5-4a1.5%201.5%200%200%201%203%200V17h-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/touch-locked-04.svg?color=%231a73e8&size=48