touch double 2 icon

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

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

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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="M8.975 22L2.65 13.95L4.3 12.3l3.2 1.925V7h2v10.825l-2.45-1.5L9.95 20H18v-7h-3.5v-2H20v11zM11 13V5.25h2V13zM3.575 9.1Q3.5 8.825 3.5 8.55V8q0-2.9 2.038-4.95T10.5 1q2.9 0 4.95 2.05T17.5 8q0 .275-.038.638L17.426 9l-2-.225l.038-.288Q15.5 8.2 15.5 8q0-2.075-1.463-3.537T10.5 3Q8.4 3 6.95 4.463T5.5 8v.4q0 .2.05.4zm8.95 6.9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchDouble2OutlineSharp(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="M8.975 22L2.65 13.95L4.3 12.3l3.2 1.925V7h2v10.825l-2.45-1.5L9.95 20H18v-7h-3.5v-2H20v11zM11 13V5.25h2V13zM3.575 9.1Q3.5 8.825 3.5 8.55V8q0-2.9 2.038-4.95T10.5 1q2.9 0 4.95 2.05T17.5 8q0 .275-.038.638L17.426 9l-2-.225l.038-.288Q15.5 8.2 15.5 8q0-2.075-1.463-3.537T10.5 3Q8.4 3 6.95 4.463T5.5 8v.4q0 .2.05.4zm8.95 6.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.975 22L2.65 13.95L4.3 12.3l3.2 1.925V7h2v10.825l-2.45-1.5L9.95 20H18v-7h-3.5v-2H20v11zM11 13V5.25h2V13zM3.575 9.1Q3.5 8.825 3.5 8.55V8q0-2.9 2.038-4.95T10.5 1q2.9 0 4.95 2.05T17.5 8q0 .275-.038.638L17.426 9l-2-.225l.038-.288Q15.5 8.2 15.5 8q0-2.075-1.463-3.537T10.5 3Q8.4 3 6.95 4.463T5.5 8v.4q0 .2.05.4zm8.95 6.9"/></svg>
</template>

CSS

.icon-touch-double-2-outline-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%22M8.975%2022L2.65%2013.95L4.3%2012.3l3.2%201.925V7h2v10.825l-2.45-1.5L9.95%2020H18v-7h-3.5v-2H20v11zM11%2013V5.25h2V13zM3.575%209.1Q3.5%208.825%203.5%208.55V8q0-2.9%202.038-4.95T10.5%201q2.9%200%204.95%202.05T17.5%208q0%20.275-.038.638L17.426%209l-2-.225l.038-.288Q15.5%208.2%2015.5%208q0-2.075-1.463-3.537T10.5%203Q8.4%203%206.95%204.463T5.5%208v.4q0%20.2.05.4zm8.95%206.9%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%22M8.975%2022L2.65%2013.95L4.3%2012.3l3.2%201.925V7h2v10.825l-2.45-1.5L9.95%2020H18v-7h-3.5v-2H20v11zM11%2013V5.25h2V13zM3.575%209.1Q3.5%208.825%203.5%208.55V8q0-2.9%202.038-4.95T10.5%201q2.9%200%204.95%202.05T17.5%208q0%20.275-.038.638L17.426%209l-2-.225l.038-.288Q15.5%208.2%2015.5%208q0-2.075-1.463-3.537T10.5%203Q8.4%203%206.95%204.463T5.5%208v.4q0%20.2.05.4zm8.95%206.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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