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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V6.77q0-.212.144-.356t.357-.144t.359.144t.146.356v9.32l-3.579-1.77l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01 0 1.716.707T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21zM5.233 8.77q-.267-.454-.404-.96q-.137-.505-.137-1.04q0-1.672 1.165-2.836Q7.02 2.769 8.69 2.769q.543 0 1.033.134q.49.133.944.381q.945.535 1.485 1.46t.54 2.019q0 .546-.136 1.05t-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1q-.325-.2-.7-.3t-.775-.1q-1.25 0-2.125.875T5.692 6.77q0 .425.1.788t.3.712zm8.838-4.6l.5-.886q.945.535 1.485 1.46t.54 2.019q0 .546-.136 1.05q-.137.502-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTouchDoubleOutline(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="M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V6.77q0-.212.144-.356t.357-.144t.359.144t.146.356v9.32l-3.579-1.77l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01 0 1.716.707T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21zM5.233 8.77q-.267-.454-.404-.96q-.137-.505-.137-1.04q0-1.672 1.165-2.836Q7.02 2.769 8.69 2.769q.543 0 1.033.134q.49.133.944.381q.945.535 1.485 1.46t.54 2.019q0 .546-.136 1.05t-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1q-.325-.2-.7-.3t-.775-.1q-1.25 0-2.125.875T5.692 6.77q0 .425.1.788t.3.712zm8.838-4.6l.5-.886q.945.535 1.485 1.46t.54 2.019q0 .546-.136 1.05q-.137.502-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023 1.49V6.77q0-.212.144-.356t.357-.144t.359.144t.146.356v9.32l-3.579-1.77l3.639 4.806q.342.444.85.66q.507.215 1.06.215h4.313q1.056 0 1.787-.722Q18 18.556 18 17.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01 0 1.716.707T19 13.962v3.537q0 1.459-1.034 2.48Q16.933 21 15.481 21zM5.233 8.77q-.267-.454-.404-.96q-.137-.505-.137-1.04q0-1.672 1.165-2.836Q7.02 2.769 8.69 2.769q.543 0 1.033.134q.49.133.944.381q.945.535 1.485 1.46t.54 2.019q0 .546-.136 1.05t-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1q-.325-.2-.7-.3t-.775-.1q-1.25 0-2.125.875T5.692 6.77q0 .425.1.788t.3.712zm8.838-4.6l.5-.886q.945.535 1.485 1.46t.54 2.019q0 .546-.136 1.05q-.137.502-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1"/></svg>
</template>

CSS

.icon-touch-double-outline {
  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%22M11.167%2021q-.815%200-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023%201.49V6.77q0-.212.144-.356t.357-.144t.359.144t.146.356v9.32l-3.579-1.77l3.639%204.806q.342.444.85.66q.507.215%201.06.215h4.313q1.056%200%201.787-.722Q18%2018.556%2018%2017.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01%200%201.716.707T19%2013.962v3.537q0%201.459-1.034%202.48Q16.933%2021%2015.481%2021zM5.233%208.77q-.267-.454-.404-.96q-.137-.505-.137-1.04q0-1.672%201.165-2.836Q7.02%202.769%208.69%202.769q.543%200%201.033.134q.49.133.944.381q.945.535%201.485%201.46t.54%202.019q0%20.546-.136%201.05t-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1q-.325-.2-.7-.3t-.775-.1q-1.25%200-2.125.875T5.692%206.77q0%20.425.1.788t.3.712zm8.838-4.6l.5-.886q.945.535%201.485%201.46t.54%202.019q0%20.546-.136%201.05q-.137.502-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1%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%22M11.167%2021q-.815%200-1.552-.338t-1.22-.985l-4.74-6.271l.264-.289q.25-.275.594-.336t.656.121l3.023%201.49V6.77q0-.212.144-.356t.357-.144t.359.144t.146.356v9.32l-3.579-1.77l3.639%204.806q.342.444.85.66q.507.215%201.06.215h4.313q1.056%200%201.787-.722Q18%2018.556%2018%2017.5v-3.538q0-.605-.41-1.014q-.408-.41-1.013-.41h-4.61v-1h4.61q1.01%200%201.716.707T19%2013.962v3.537q0%201.459-1.034%202.48Q16.933%2021%2015.481%2021zM5.233%208.77q-.267-.454-.404-.96q-.137-.505-.137-1.04q0-1.672%201.165-2.836Q7.02%202.769%208.69%202.769q.543%200%201.033.134q.49.133.944.381q.945.535%201.485%201.46t.54%202.019q0%20.546-.136%201.05t-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1q-.325-.2-.7-.3t-.775-.1q-1.25%200-2.125.875T5.692%206.77q0%20.425.1.788t.3.712zm8.838-4.6l.5-.886q.945.535%201.485%201.46t.54%202.019q0%20.546-.136%201.05q-.137.502-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1%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-outline.svg?color=%231a73e8&size=48