touch locked 03 icon

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

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

Related icons in Huge Icons

Use the touch locked 03 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="M19.5 12c-.337-.712-.735-1.262-1.435-1.682c-.679-.406-1.643-.551-3.572-.84L11.505 9V3.75a1.75 1.75 0 1 0-3.5 0v9.75l-2.134-1.829a1.74 1.74 0 0 0-2.482 2.417l3.359 4.134C7.785 19.499 8.304 20.137 9 20.515q.187.102.385.183c.64.264 1.348.297 2.615.301"/><path d="M15 19.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C16.098 17 16.565 17 17.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-.549C15 20.902 15 20.435 15 19.5Zm1.5-4a1.5 1.5 0 0 1 3 0V17h-3z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTouchLocked03(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="M19.5 12c-.337-.712-.735-1.262-1.435-1.682c-.679-.406-1.643-.551-3.572-.84L11.505 9V3.75a1.75 1.75 0 1 0-3.5 0v9.75l-2.134-1.829a1.74 1.74 0 0 0-2.482 2.417l3.359 4.134C7.785 19.499 8.304 20.137 9 20.515q.187.102.385.183c.64.264 1.348.297 2.615.301"/><path d="M15 19.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C16.098 17 16.565 17 17.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-.549C15 20.902 15 20.435 15 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="M19.5 12c-.337-.712-.735-1.262-1.435-1.682c-.679-.406-1.643-.551-3.572-.84L11.505 9V3.75a1.75 1.75 0 1 0-3.5 0v9.75l-2.134-1.829a1.74 1.74 0 0 0-2.482 2.417l3.359 4.134C7.785 19.499 8.304 20.137 9 20.515q.187.102.385.183c.64.264 1.348.297 2.615.301"/><path d="M15 19.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C16.098 17 16.565 17 17.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-.549C15 20.902 15 20.435 15 19.5Zm1.5-4a1.5 1.5 0 0 1 3 0V17h-3z"/></g></svg>
</template>

CSS

.icon-touch-locked-03 {
  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%22M19.5%2012c-.337-.712-.735-1.262-1.435-1.682c-.679-.406-1.643-.551-3.572-.84L11.505%209V3.75a1.75%201.75%200%201%200-3.5%200v9.75l-2.134-1.829a1.74%201.74%200%200%200-2.482%202.417l3.359%204.134C7.785%2019.499%208.304%2020.137%209%2020.515q.187.102.385.183c.64.264%201.348.297%202.615.301%22%2F%3E%3Cpath%20d%3D%22M15%2019.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C16.098%2017%2016.565%2017%2017.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-.549C15%2020.902%2015%2020.435%2015%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%22M19.5%2012c-.337-.712-.735-1.262-1.435-1.682c-.679-.406-1.643-.551-3.572-.84L11.505%209V3.75a1.75%201.75%200%201%200-3.5%200v9.75l-2.134-1.829a1.74%201.74%200%200%200-2.482%202.417l3.359%204.134C7.785%2019.499%208.304%2020.137%209%2020.515q.187.102.385.183c.64.264%201.348.297%202.615.301%22%2F%3E%3Cpath%20d%3D%22M15%2019.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C16.098%2017%2016.565%2017%2017.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-.549C15%2020.902%2015%2020.435%2015%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-03.svg?color=%231a73e8&size=48