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

Name
touch-double-rounded
Set
Material Symbols Light
Style
Rounded
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="M15.62 9.02q-.21 0-.35-.143q-.141-.141-.141-.35q0-.05.067-.258q.2-.35.3-.725t.1-.775q0-.615-.224-1.199t-.708-.978q-.131-.117-.231-.243t-.1-.293q0-.18.13-.313q.131-.132.318-.132q.161 0 .309.086q.147.086.289.201q.627.529.922 1.287q.295.76.295 1.584q0 .535-.13 1.04t-.41.96q-.062.113-.18.181q-.119.07-.255.07M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.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 21zm.558-11.98q-.213 0-.357-.145t-.143-.356q0-.069.067-.25q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .425.1.788t.3.712q.04.063.054.125q.014.063.014.126q0 .213-.14.356t-.355.143q-.14 0-.256-.073t-.176-.183q-.267-.454-.404-.955q-.137-.502-.137-1.044q0-1.666 1.165-2.83Q7.02 2.769 8.692 2.769t2.836 1.165t1.164 2.83q0 .542-.136 1.044t-.404.955q-.063.11-.176.183t-.251.073"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTouchDoubleRounded(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="M15.62 9.02q-.21 0-.35-.143q-.141-.141-.141-.35q0-.05.067-.258q.2-.35.3-.725t.1-.775q0-.615-.224-1.199t-.708-.978q-.131-.117-.231-.243t-.1-.293q0-.18.13-.313q.131-.132.318-.132q.161 0 .309.086q.147.086.289.201q.627.529.922 1.287q.295.76.295 1.584q0 .535-.13 1.04t-.41.96q-.062.113-.18.181q-.119.07-.255.07M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.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 21zm.558-11.98q-.213 0-.357-.145t-.143-.356q0-.069.067-.25q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .425.1.788t.3.712q.04.063.054.125q.014.063.014.126q0 .213-.14.356t-.355.143q-.14 0-.256-.073t-.176-.183q-.267-.454-.404-.955q-.137-.502-.137-1.044q0-1.666 1.165-2.83Q7.02 2.769 8.692 2.769t2.836 1.165t1.164 2.83q0 .542-.136 1.044t-.404.955q-.063.11-.176.183t-.251.073"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.62 9.02q-.21 0-.35-.143q-.141-.141-.141-.35q0-.05.067-.258q.2-.35.3-.725t.1-.775q0-.615-.224-1.199t-.708-.978q-.131-.117-.231-.243t-.1-.293q0-.18.13-.313q.131-.132.318-.132q.161 0 .309.086q.147.086.289.201q.627.529.922 1.287q.295.76.295 1.584q0 .535-.13 1.04t-.41.96q-.062.113-.18.181q-.119.07-.255.07M11.167 21q-.815 0-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.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 21zm.558-11.98q-.213 0-.357-.145t-.143-.356q0-.069.067-.25q.2-.35.3-.712t.1-.788q0-1.25-.875-2.125T8.692 3.77t-2.125.875t-.875 2.125q0 .425.1.788t.3.712q.04.063.054.125q.014.063.014.126q0 .213-.14.356t-.355.143q-.14 0-.256-.073t-.176-.183q-.267-.454-.404-.955q-.137-.502-.137-1.044q0-1.666 1.165-2.83Q7.02 2.769 8.692 2.769t2.836 1.165t1.164 2.83q0 .542-.136 1.044t-.404.955q-.063.11-.176.183t-.251.073"/></svg>
</template>

CSS

.icon-touch-double-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%22M15.62%209.02q-.21%200-.35-.143q-.141-.141-.141-.35q0-.05.067-.258q.2-.35.3-.725t.1-.775q0-.615-.224-1.199t-.708-.978q-.131-.117-.231-.243t-.1-.293q0-.18.13-.313q.131-.132.318-.132q.161%200%20.309.086q.147.086.289.201q.627.529.922%201.287q.295.76.295%201.584q0%20.535-.13%201.04t-.41.96q-.062.113-.18.181q-.119.07-.255.07M11.167%2021q-.815%200-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.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%2021zm.558-11.98q-.213%200-.357-.145t-.143-.356q0-.069.067-.25q.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.712q.04.063.054.125q.014.063.014.126q0%20.213-.14.356t-.355.143q-.14%200-.256-.073t-.176-.183q-.267-.454-.404-.955q-.137-.502-.137-1.044q0-1.666%201.165-2.83Q7.02%202.769%208.692%202.769t2.836%201.165t1.164%202.83q0%20.542-.136%201.044t-.404.955q-.063.11-.176.183t-.251.073%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%22M15.62%209.02q-.21%200-.35-.143q-.141-.141-.141-.35q0-.05.067-.258q.2-.35.3-.725t.1-.775q0-.615-.224-1.199t-.708-.978q-.131-.117-.231-.243t-.1-.293q0-.18.13-.313q.131-.132.318-.132q.161%200%20.309.086q.147.086.289.201q.627.529.922%201.287q.295.76.295%201.584q0%20.535-.13%201.04t-.41.96q-.062.113-.18.181q-.119.07-.255.07M11.167%2021q-.815%200-1.552-.338t-1.22-.985l-4.506-5.952q-.104-.148-.098-.316t.128-.292q.25-.275.595-.336t.655.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%2021zm.558-11.98q-.213%200-.357-.145t-.143-.356q0-.069.067-.25q.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.712q.04.063.054.125q.014.063.014.126q0%20.213-.14.356t-.355.143q-.14%200-.256-.073t-.176-.183q-.267-.454-.404-.955q-.137-.502-.137-1.044q0-1.666%201.165-2.83Q7.02%202.769%208.692%202.769t2.836%201.165t1.164%202.83q0%20.542-.136%201.044t-.404.955q-.063.11-.176.183t-.251.073%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-rounded.svg?color=%231a73e8&size=48