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

Name
touch-double-sharp
Set
Material Symbols
Style
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.975 3.4l1-1.75q1.175.65 1.85 1.825T17.5 6q0 .675-.175 1.313t-.5 1.187l-1.725-1q.2-.35.3-.712T15.5 6q0-.8-.413-1.5t-1.112-1.1M20 22H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V5h2.025v6H20zM4.175 8.5q-.325-.55-.5-1.187T3.5 6q0-2.075 1.463-3.537T8.5 1t3.538 1.463T13.5 6q0 .675-.175 1.313t-.5 1.187l-1.725-1q.2-.35.3-.712T11.5 6q0-1.25-.875-2.125T8.5 3t-2.125.875T5.5 6q0 .425.1.788t.3.712z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchDoubleSharp(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="m13.975 3.4l1-1.75q1.175.65 1.85 1.825T17.5 6q0 .675-.175 1.313t-.5 1.187l-1.725-1q.2-.35.3-.712T15.5 6q0-.8-.413-1.5t-1.112-1.1M20 22H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V5h2.025v6H20zM4.175 8.5q-.325-.55-.5-1.187T3.5 6q0-2.075 1.463-3.537T8.5 1t3.538 1.463T13.5 6q0 .675-.175 1.313t-.5 1.187l-1.725-1q.2-.35.3-.712T11.5 6q0-1.25-.875-2.125T8.5 3t-2.125.875T5.5 6q0 .425.1.788t.3.712z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.975 3.4l1-1.75q1.175.65 1.85 1.825T17.5 6q0 .675-.175 1.313t-.5 1.187l-1.725-1q.2-.35.3-.712T15.5 6q0-.8-.413-1.5t-1.112-1.1M20 22H9.025l-6.35-8.075l1.6-1.675L7.5 14.2V5h2.025v6H20zM4.175 8.5q-.325-.55-.5-1.187T3.5 6q0-2.075 1.463-3.537T8.5 1t3.538 1.463T13.5 6q0 .675-.175 1.313t-.5 1.187l-1.725-1q.2-.35.3-.712T11.5 6q0-1.25-.875-2.125T8.5 3t-2.125.875T5.5 6q0 .425.1.788t.3.712z"/></svg>
</template>

CSS

.icon-touch-double-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%22m13.975%203.4l1-1.75q1.175.65%201.85%201.825T17.5%206q0%20.675-.175%201.313t-.5%201.187l-1.725-1q.2-.35.3-.712T15.5%206q0-.8-.413-1.5t-1.112-1.1M20%2022H9.025l-6.35-8.075l1.6-1.675L7.5%2014.2V5h2.025v6H20zM4.175%208.5q-.325-.55-.5-1.187T3.5%206q0-2.075%201.463-3.537T8.5%201t3.538%201.463T13.5%206q0%20.675-.175%201.313t-.5%201.187l-1.725-1q.2-.35.3-.712T11.5%206q0-1.25-.875-2.125T8.5%203t-2.125.875T5.5%206q0%20.425.1.788t.3.712z%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%22m13.975%203.4l1-1.75q1.175.65%201.85%201.825T17.5%206q0%20.675-.175%201.313t-.5%201.187l-1.725-1q.2-.35.3-.712T15.5%206q0-.8-.413-1.5t-1.112-1.1M20%2022H9.025l-6.35-8.075l1.6-1.675L7.5%2014.2V5h2.025v6H20zM4.175%208.5q-.325-.55-.5-1.187T3.5%206q0-2.075%201.463-3.537T8.5%201t3.538%201.463T13.5%206q0%20.675-.175%201.313t-.5%201.187l-1.725-1q.2-.35.3-.712T11.5%206q0-1.25-.875-2.125T8.5%203t-2.125.875T5.5%206q0%20.425.1.788t.3.712z%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-sharp.svg?color=%231a73e8&size=48