touch locked 02 icon

touch-locked-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
touch-locked-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the touch locked 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M6.75 14a.75.75 0 0 0 1.5 0zM11 9.5h-.75a.75.75 0 0 0 .783.75zM6.75 22a.75.75 0 0 0 1.5 0zm-1.575-4.909l-.641.39zM4.124 13.61l.708.246zm3.828-3.01a.75.75 0 0 0-.904-1.2zM17 12.059a.75.75 0 1 0 1-1.118zM6.75 3.75V14h1.5V3.75zm3.5 0V9.5h1.5V3.75zm-2 0a1 1 0 0 1 1-1v-1.5a2.5 2.5 0 0 0-2.5 2.5zm1-1a1 1 0 0 1 1 1h1.5a2.5 2.5 0 0 0-2.5-2.5zm-2.5 18.255V22h1.5v-.995zM4.534 17.48c.147.243.38.555.614.867c.245.326.51.677.761 1.035c.252.36.473.705.629 1.012c.165.327.212.524.212.61h1.5c0-.45-.182-.909-.375-1.288c-.202-.4-.47-.812-.737-1.194c-.268-.384-.552-.759-.79-1.076a11 11 0 0 1-.532-.745zm.298-3.626c.08-.23.282-.55.605-.936c.312-.372.693-.754 1.071-1.104a22 22 0 0 1 1.416-1.195l.022-.017l.006-.004L7.5 10l-.452-.599v.001l-.003.002l-.007.005l-.124.096a23 23 0 0 0-1.424 1.21a14 14 0 0 0-1.203 1.24c-.357.427-.701.917-.872 1.407zm.984 2.847c-.351-.577-.673-1.046-.881-1.553c-.196-.475-.246-.883-.103-1.294l-1.417-.493c-.303.872-.148 1.677.133 2.358c.267.65.694 1.28.986 1.76zm5.217-6.453c1.563-.07 4.089.13 5.967 1.81l1-1.118c-2.324-2.077-5.348-2.265-7.033-2.19z"/><path stroke="currentColor" stroke-width="1.5" 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 HugeiconsTouchLocked02(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"><path fill="currentColor" d="M6.75 14a.75.75 0 0 0 1.5 0zM11 9.5h-.75a.75.75 0 0 0 .783.75zM6.75 22a.75.75 0 0 0 1.5 0zm-1.575-4.909l-.641.39zM4.124 13.61l.708.246zm3.828-3.01a.75.75 0 0 0-.904-1.2zM17 12.059a.75.75 0 1 0 1-1.118zM6.75 3.75V14h1.5V3.75zm3.5 0V9.5h1.5V3.75zm-2 0a1 1 0 0 1 1-1v-1.5a2.5 2.5 0 0 0-2.5 2.5zm1-1a1 1 0 0 1 1 1h1.5a2.5 2.5 0 0 0-2.5-2.5zm-2.5 18.255V22h1.5v-.995zM4.534 17.48c.147.243.38.555.614.867c.245.326.51.677.761 1.035c.252.36.473.705.629 1.012c.165.327.212.524.212.61h1.5c0-.45-.182-.909-.375-1.288c-.202-.4-.47-.812-.737-1.194c-.268-.384-.552-.759-.79-1.076a11 11 0 0 1-.532-.745zm.298-3.626c.08-.23.282-.55.605-.936c.312-.372.693-.754 1.071-1.104a22 22 0 0 1 1.416-1.195l.022-.017l.006-.004L7.5 10l-.452-.599v.001l-.003.002l-.007.005l-.124.096a23 23 0 0 0-1.424 1.21a14 14 0 0 0-1.203 1.24c-.357.427-.701.917-.872 1.407zm.984 2.847c-.351-.577-.673-1.046-.881-1.553c-.196-.475-.246-.883-.103-1.294l-1.417-.493c-.303.872-.148 1.677.133 2.358c.267.65.694 1.28.986 1.76zm5.217-6.453c1.563-.07 4.089.13 5.967 1.81l1-1.118c-2.324-2.077-5.348-2.265-7.033-2.19z"/><path stroke="currentColor" strokeWidth="1.5" 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"><path fill="currentColor" d="M6.75 14a.75.75 0 0 0 1.5 0zM11 9.5h-.75a.75.75 0 0 0 .783.75zM6.75 22a.75.75 0 0 0 1.5 0zm-1.575-4.909l-.641.39zM4.124 13.61l.708.246zm3.828-3.01a.75.75 0 0 0-.904-1.2zM17 12.059a.75.75 0 1 0 1-1.118zM6.75 3.75V14h1.5V3.75zm3.5 0V9.5h1.5V3.75zm-2 0a1 1 0 0 1 1-1v-1.5a2.5 2.5 0 0 0-2.5 2.5zm1-1a1 1 0 0 1 1 1h1.5a2.5 2.5 0 0 0-2.5-2.5zm-2.5 18.255V22h1.5v-.995zM4.534 17.48c.147.243.38.555.614.867c.245.326.51.677.761 1.035c.252.36.473.705.629 1.012c.165.327.212.524.212.61h1.5c0-.45-.182-.909-.375-1.288c-.202-.4-.47-.812-.737-1.194c-.268-.384-.552-.759-.79-1.076a11 11 0 0 1-.532-.745zm.298-3.626c.08-.23.282-.55.605-.936c.312-.372.693-.754 1.071-1.104a22 22 0 0 1 1.416-1.195l.022-.017l.006-.004L7.5 10l-.452-.599v.001l-.003.002l-.007.005l-.124.096a23 23 0 0 0-1.424 1.21a14 14 0 0 0-1.203 1.24c-.357.427-.701.917-.872 1.407zm.984 2.847c-.351-.577-.673-1.046-.881-1.553c-.196-.475-.246-.883-.103-1.294l-1.417-.493c-.303.872-.148 1.677.133 2.358c.267.65.694 1.28.986 1.76zm5.217-6.453c1.563-.07 4.089.13 5.967 1.81l1-1.118c-2.324-2.077-5.348-2.265-7.033-2.19z"/><path stroke="currentColor" stroke-width="1.5" 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-02 {
  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%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%2014a.75.75%200%200%200%201.5%200zM11%209.5h-.75a.75.75%200%200%200%20.783.75zM6.75%2022a.75.75%200%200%200%201.5%200zm-1.575-4.909l-.641.39zM4.124%2013.61l.708.246zm3.828-3.01a.75.75%200%200%200-.904-1.2zM17%2012.059a.75.75%200%201%200%201-1.118zM6.75%203.75V14h1.5V3.75zm3.5%200V9.5h1.5V3.75zm-2%200a1%201%200%200%201%201-1v-1.5a2.5%202.5%200%200%200-2.5%202.5zm1-1a1%201%200%200%201%201%201h1.5a2.5%202.5%200%200%200-2.5-2.5zm-2.5%2018.255V22h1.5v-.995zM4.534%2017.48c.147.243.38.555.614.867c.245.326.51.677.761%201.035c.252.36.473.705.629%201.012c.165.327.212.524.212.61h1.5c0-.45-.182-.909-.375-1.288c-.202-.4-.47-.812-.737-1.194c-.268-.384-.552-.759-.79-1.076a11%2011%200%200%201-.532-.745zm.298-3.626c.08-.23.282-.55.605-.936c.312-.372.693-.754%201.071-1.104a22%2022%200%200%201%201.416-1.195l.022-.017l.006-.004L7.5%2010l-.452-.599v.001l-.003.002l-.007.005l-.124.096a23%2023%200%200%200-1.424%201.21a14%2014%200%200%200-1.203%201.24c-.357.427-.701.917-.872%201.407zm.984%202.847c-.351-.577-.673-1.046-.881-1.553c-.196-.475-.246-.883-.103-1.294l-1.417-.493c-.303.872-.148%201.677.133%202.358c.267.65.694%201.28.986%201.76zm5.217-6.453c1.563-.07%204.089.13%205.967%201.81l1-1.118c-2.324-2.077-5.348-2.265-7.033-2.19z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%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%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%2014a.75.75%200%200%200%201.5%200zM11%209.5h-.75a.75.75%200%200%200%20.783.75zM6.75%2022a.75.75%200%200%200%201.5%200zm-1.575-4.909l-.641.39zM4.124%2013.61l.708.246zm3.828-3.01a.75.75%200%200%200-.904-1.2zM17%2012.059a.75.75%200%201%200%201-1.118zM6.75%203.75V14h1.5V3.75zm3.5%200V9.5h1.5V3.75zm-2%200a1%201%200%200%201%201-1v-1.5a2.5%202.5%200%200%200-2.5%202.5zm1-1a1%201%200%200%201%201%201h1.5a2.5%202.5%200%200%200-2.5-2.5zm-2.5%2018.255V22h1.5v-.995zM4.534%2017.48c.147.243.38.555.614.867c.245.326.51.677.761%201.035c.252.36.473.705.629%201.012c.165.327.212.524.212.61h1.5c0-.45-.182-.909-.375-1.288c-.202-.4-.47-.812-.737-1.194c-.268-.384-.552-.759-.79-1.076a11%2011%200%200%201-.532-.745zm.298-3.626c.08-.23.282-.55.605-.936c.312-.372.693-.754%201.071-1.104a22%2022%200%200%201%201.416-1.195l.022-.017l.006-.004L7.5%2010l-.452-.599v.001l-.003.002l-.007.005l-.124.096a23%2023%200%200%200-1.424%201.21a14%2014%200%200%200-1.203%201.24c-.357.427-.701.917-.872%201.407zm.984%202.847c-.351-.577-.673-1.046-.881-1.553c-.196-.475-.246-.883-.103-1.294l-1.417-.493c-.303.872-.148%201.677.133%202.358c.267.65.694%201.28.986%201.76zm5.217-6.453c1.563-.07%204.089.13%205.967%201.81l1-1.118c-2.324-2.077-5.348-2.265-7.033-2.19z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%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-02.svg?color=%231a73e8&size=48