touch double icon
touch-double from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- touch-double
- Set
- Material Symbols Light
- Style
- Regular
- 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="m14.071 4.17l.5-.885q.945.534 1.485 1.46q.54.924.54 2.018q0 .547-.136 1.05q-.137.503-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1M11.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.356v4.77h7.379q1.01 0 1.716.706T19 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.692 2.769t2.836 1.165t1.164 2.833q0 .542-.136 1.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .425.1.788t.3.712z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTouchDouble(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="m14.071 4.17l.5-.885q.945.534 1.485 1.46q.54.924.54 2.018q0 .547-.136 1.05q-.137.503-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1M11.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.356v4.77h7.379q1.01 0 1.716.706T19 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.692 2.769t2.836 1.165t1.164 2.833q0 .542-.136 1.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .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="m14.071 4.17l.5-.885q.945.534 1.485 1.46q.54.924.54 2.018q0 .547-.136 1.05q-.137.503-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1M11.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.356v4.77h7.379q1.01 0 1.716.706T19 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.692 2.769t2.836 1.165t1.164 2.833q0 .542-.136 1.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .425.1.788t.3.712z"/></svg> </template>
CSS
.icon-touch-double {
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%22m14.071%204.17l.5-.885q.945.534%201.485%201.46q.54.924.54%202.018q0%20.547-.136%201.05q-.137.503-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1M11.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.356v4.77h7.379q1.01%200%201.716.706T19%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.692%202.769t2.836%201.165t1.164%202.833q0%20.542-.136%201.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692%203.77t-2.125.875t-.875%202.125q0%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%22m14.071%204.17l.5-.885q.945.534%201.485%201.46q.54.924.54%202.018q0%20.547-.136%201.05q-.137.503-.404.956l-.86-.5q.2-.35.3-.712t.1-.788q0-.8-.412-1.5t-1.113-1.1M11.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.356v4.77h7.379q1.01%200%201.716.706T19%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.692%202.769t2.836%201.165t1.164%202.833q0%20.542-.136%201.045t-.404.957l-.86-.5q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692%203.77t-2.125.875t-.875%202.125q0%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-light/touch-double.svg?color=%231a73e8&size=48