touch double 2 icon

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

Name
touch-double-2-rounded
Set
Material Symbols
Style
Rounded
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="M10.45 22q-.7 0-1.3-.262t-1.025-.813L3.2 14.65q-.225-.3-.2-.687t.3-.663q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v4H11V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12h4q1.25 0 2.125.875T20 15v3q0 1.675-1.175 2.838T16 22zm.05-19q-1.05 0-1.962.4T6.95 4.475Q6.3 5.125 5.913 6t-.438 1.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55 3.05q.95-.95 2.225-1.5T10.5 1t2.725.55t2.225 1.5q1.025 1.025 1.525 2.275t.5 2.675q0 .425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45 3.4T10.5 3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchDouble2Rounded(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="M10.45 22q-.7 0-1.3-.262t-1.025-.813L3.2 14.65q-.225-.3-.2-.687t.3-.663q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v4H11V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12h4q1.25 0 2.125.875T20 15v3q0 1.675-1.175 2.838T16 22zm.05-19q-1.05 0-1.962.4T6.95 4.475Q6.3 5.125 5.913 6t-.438 1.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55 3.05q.95-.95 2.225-1.5T10.5 1t2.725.55t2.225 1.5q1.025 1.025 1.525 2.275t.5 2.675q0 .425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45 3.4T10.5 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 22q-.7 0-1.3-.262t-1.025-.813L3.2 14.65q-.225-.3-.2-.687t.3-.663q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v4H11V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12h4q1.25 0 2.125.875T20 15v3q0 1.675-1.175 2.838T16 22zm.05-19q-1.05 0-1.962.4T6.95 4.475Q6.3 5.125 5.913 6t-.438 1.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55 3.05q.95-.95 2.225-1.5T10.5 1t2.725.55t2.225 1.5q1.025 1.025 1.525 2.275t.5 2.675q0 .425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45 3.4T10.5 3"/></svg>
</template>

CSS

.icon-touch-double-2-rounded {
  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%22M10.45%2022q-.7%200-1.3-.262t-1.025-.813L3.2%2014.65q-.225-.3-.2-.687t.3-.663q.425-.425%201.063-.5t1.187.25l1.95%201.175V8q0-.425.288-.712T8.5%207t.713.288T9.5%208v4H11V6.25q0-.425.288-.712T12%205.25t.713.288t.287.712V12h4q1.25%200%202.125.875T20%2015v3q0%201.675-1.175%202.838T16%2022zm.05-19q-1.05%200-1.962.4T6.95%204.475Q6.3%205.125%205.913%206t-.438%201.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55%203.05q.95-.95%202.225-1.5T10.5%201t2.725.55t2.225%201.5q1.025%201.025%201.525%202.275t.5%202.675q0%20.425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45%203.4T10.5%203%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%22M10.45%2022q-.7%200-1.3-.262t-1.025-.813L3.2%2014.65q-.225-.3-.2-.687t.3-.663q.425-.425%201.063-.5t1.187.25l1.95%201.175V8q0-.425.288-.712T8.5%207t.713.288T9.5%208v4H11V6.25q0-.425.288-.712T12%205.25t.713.288t.287.712V12h4q1.25%200%202.125.875T20%2015v3q0%201.675-1.175%202.838T16%2022zm.05-19q-1.05%200-1.962.4T6.95%204.475Q6.3%205.125%205.913%206t-.438%201.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55%203.05q.95-.95%202.225-1.5T10.5%201t2.725.55t2.225%201.5q1.025%201.025%201.525%202.275t.5%202.675q0%20.425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45%203.4T10.5%203%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-rounded.svg?color=%231a73e8&size=48