touch double 2 icon
touch-double-2-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- touch-double-2-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 22q-.7 0-1.3-.262t-1.025-.813L3.2 14.65q-.225-.3-.2-.687t.3-.663q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v8.05q0 .575-.513.863T7.976 16.9l-.925-.575l2.625 3.325q.125.2.338.275t.437.075H16q.825 0 1.413-.575T18 18v-4q0-.425-.288-.712T17 13h-1.5q-.425 0-.712-.288T14.5 12t.288-.712T15.5 11H17q1.25 0 2.125.875T20 14v4q0 1.675-1.175 2.838T16 22zm.838-9.287Q11 12.425 11 12V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12q0 .425-.288.713T12 13t-.712-.288M10.5 3q-1.05 0-1.963.4T6.95 4.475Q6.3 5.125 5.913 6t-.438 1.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55 3.05q.95-.95 2.225-1.5T10.5 1t2.725.55t2.225 1.5q1.025 1.025 1.525 2.275t.5 2.675q0 .425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45 3.4T10.5 3m2.025 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTouchDouble2OutlineRounded(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="M10.45 22q-.7 0-1.3-.262t-1.025-.813L3.2 14.65q-.225-.3-.2-.687t.3-.663q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v8.05q0 .575-.513.863T7.976 16.9l-.925-.575l2.625 3.325q.125.2.338.275t.437.075H16q.825 0 1.413-.575T18 18v-4q0-.425-.288-.712T17 13h-1.5q-.425 0-.712-.288T14.5 12t.288-.712T15.5 11H17q1.25 0 2.125.875T20 14v4q0 1.675-1.175 2.838T16 22zm.838-9.287Q11 12.425 11 12V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12q0 .425-.288.713T12 13t-.712-.288M10.5 3q-1.05 0-1.963.4T6.95 4.475Q6.3 5.125 5.913 6t-.438 1.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55 3.05q.95-.95 2.225-1.5T10.5 1t2.725.55t2.225 1.5q1.025 1.025 1.525 2.275t.5 2.675q0 .425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45 3.4T10.5 3m2.025 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.45 22q-.7 0-1.3-.262t-1.025-.813L3.2 14.65q-.225-.3-.2-.687t.3-.663q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v8.05q0 .575-.513.863T7.976 16.9l-.925-.575l2.625 3.325q.125.2.338.275t.437.075H16q.825 0 1.413-.575T18 18v-4q0-.425-.288-.712T17 13h-1.5q-.425 0-.712-.288T14.5 12t.288-.712T15.5 11H17q1.25 0 2.125.875T20 14v4q0 1.675-1.175 2.838T16 22zm.838-9.287Q11 12.425 11 12V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12q0 .425-.288.713T12 13t-.712-.288M10.5 3q-1.05 0-1.963.4T6.95 4.475Q6.3 5.125 5.913 6t-.438 1.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55 3.05q.95-.95 2.225-1.5T10.5 1t2.725.55t2.225 1.5q1.025 1.025 1.525 2.275t.5 2.675q0 .425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45 3.4T10.5 3m2.025 13"/></svg> </template>
CSS
.icon-touch-double-2-outline-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%22M10.45%2022q-.7%200-1.3-.262t-1.025-.813L3.2%2014.65q-.225-.3-.2-.687t.3-.663q.425-.425%201.063-.5t1.187.25l1.95%201.175V8q0-.425.288-.712T8.5%207t.713.288T9.5%208v8.05q0%20.575-.513.863T7.976%2016.9l-.925-.575l2.625%203.325q.125.2.338.275t.437.075H16q.825%200%201.413-.575T18%2018v-4q0-.425-.288-.712T17%2013h-1.5q-.425%200-.712-.288T14.5%2012t.288-.712T15.5%2011H17q1.25%200%202.125.875T20%2014v4q0%201.675-1.175%202.838T16%2022zm.838-9.287Q11%2012.425%2011%2012V6.25q0-.425.288-.712T12%205.25t.713.288t.287.712V12q0%20.425-.288.713T12%2013t-.712-.288M10.5%203q-1.05%200-1.963.4T6.95%204.475Q6.3%205.125%205.913%206t-.438%201.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55%203.05q.95-.95%202.225-1.5T10.5%201t2.725.55t2.225%201.5q1.025%201.025%201.525%202.275t.5%202.675q0%20.425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45%203.4T10.5%203m2.025%2013%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%22M10.45%2022q-.7%200-1.3-.262t-1.025-.813L3.2%2014.65q-.225-.3-.2-.687t.3-.663q.425-.425%201.063-.5t1.187.25l1.95%201.175V8q0-.425.288-.712T8.5%207t.713.288T9.5%208v8.05q0%20.575-.513.863T7.976%2016.9l-.925-.575l2.625%203.325q.125.2.338.275t.437.075H16q.825%200%201.413-.575T18%2018v-4q0-.425-.288-.712T17%2013h-1.5q-.425%200-.712-.288T14.5%2012t.288-.712T15.5%2011H17q1.25%200%202.125.875T20%2014v4q0%201.675-1.175%202.838T16%2022zm.838-9.287Q11%2012.425%2011%2012V6.25q0-.425.288-.712T12%205.25t.713.288t.287.712V12q0%20.425-.288.713T12%2013t-.712-.288M10.5%203q-1.05%200-1.963.4T6.95%204.475Q6.3%205.125%205.913%206t-.438%201.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55%203.05q.95-.95%202.225-1.5T10.5%201t2.725.55t2.225%201.5q1.025%201.025%201.525%202.275t.5%202.675q0%20.425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45%203.4T10.5%203m2.025%2013%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-2-outline-rounded.svg?color=%231a73e8&size=48