touch-double-2-sharp from Material Symbols Light by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.

Name
touch-double-2-sharp
Set
Material Symbols Light
Style
Sharp
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the touch double 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.244 21l-5.613-7.165L4.666 12.8l3.392 2.079V7.692h1v4.289h2.269V6.019h1v5.962H19V21zm-4.9-11.842q-.056-.237-.065-.473q-.01-.237-.01-.493q0-2.565 1.797-4.379Q7.864 2 10.46 2q2.575 0 4.375 1.814t1.8 4.378q0 .218-.038.551l-.038.334l-.98-.11l.028-.287q.028-.288.028-.488q0-2.154-1.515-3.673T10.46 3Q8.285 3 6.777 4.517T5.269 8.185v.407q0 .2.05.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTouchDouble2Sharp(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="m9.244 21l-5.613-7.165L4.666 12.8l3.392 2.079V7.692h1v4.289h2.269V6.019h1v5.962H19V21zm-4.9-11.842q-.056-.237-.065-.473q-.01-.237-.01-.493q0-2.565 1.797-4.379Q7.864 2 10.46 2q2.575 0 4.375 1.814t1.8 4.378q0 .218-.038.551l-.038.334l-.98-.11l.028-.287q.028-.288.028-.488q0-2.154-1.515-3.673T10.46 3Q8.285 3 6.777 4.517T5.269 8.185v.407q0 .2.05.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.244 21l-5.613-7.165L4.666 12.8l3.392 2.079V7.692h1v4.289h2.269V6.019h1v5.962H19V21zm-4.9-11.842q-.056-.237-.065-.473q-.01-.237-.01-.493q0-2.565 1.797-4.379Q7.864 2 10.46 2q2.575 0 4.375 1.814t1.8 4.378q0 .218-.038.551l-.038.334l-.98-.11l.028-.287q.028-.288.028-.488q0-2.154-1.515-3.673T10.46 3Q8.285 3 6.777 4.517T5.269 8.185v.407q0 .2.05.4z"/></svg>
</template>

CSS

.icon-touch-double-2-sharp {
  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%22m9.244%2021l-5.613-7.165L4.666%2012.8l3.392%202.079V7.692h1v4.289h2.269V6.019h1v5.962H19V21zm-4.9-11.842q-.056-.237-.065-.473q-.01-.237-.01-.493q0-2.565%201.797-4.379Q7.864%202%2010.46%202q2.575%200%204.375%201.814t1.8%204.378q0%20.218-.038.551l-.038.334l-.98-.11l.028-.287q.028-.288.028-.488q0-2.154-1.515-3.673T10.46%203Q8.285%203%206.777%204.517T5.269%208.185v.407q0%20.2.05.4z%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%22m9.244%2021l-5.613-7.165L4.666%2012.8l3.392%202.079V7.692h1v4.289h2.269V6.019h1v5.962H19V21zm-4.9-11.842q-.056-.237-.065-.473q-.01-.237-.01-.493q0-2.565%201.797-4.379Q7.864%202%2010.46%202q2.575%200%204.375%201.814t1.8%204.378q0%20.218-.038.551l-.038.334l-.98-.11l.028-.287q.028-.288.028-.488q0-2.154-1.515-3.673T10.46%203Q8.285%203%206.777%204.517T5.269%208.185v.407q0%20.2.05.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/touch-double-2-sharp.svg?color=%231a73e8&size=48