touch double icon
touch-double-sharp from Material Symbols Light by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- touch-double-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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.1M19 21H9.39l-5.734-7.594l.811-.887l3.725 1.873V6.27h1.006v5.27H19zM5.233 8.77q-.268-.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 MaterialSymbolsLightTouchDoubleSharp(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.1M19 21H9.39l-5.734-7.594l.811-.887l3.725 1.873V6.27h1.006v5.27H19zM5.233 8.77q-.268-.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.1M19 21H9.39l-5.734-7.594l.811-.887l3.725 1.873V6.27h1.006v5.27H19zM5.233 8.77q-.268-.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-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%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.1M19%2021H9.39l-5.734-7.594l.811-.887l3.725%201.873V6.27h1.006v5.27H19zM5.233%208.77q-.268-.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.1M19%2021H9.39l-5.734-7.594l.811-.887l3.725%201.873V6.27h1.006v5.27H19zM5.233%208.77q-.268-.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-sharp.svg?color=%231a73e8&size=48