Ttb Touch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ttb Touch icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/348885.svg" alt="Ttb Touch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348885.svg" alt="Ttb Touch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348885.svg" alt="Ttb Touch icon" :width="24" :height="24" />
CSS background
.icon-ttb-touch {
background-image: url('https://proicons.com/icon/348885.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m36.993,32.942c3.8,0,6.507-2.95,6.507-6.618s-2.708-6.496-6.507-6.496-6.485,2.829-6.485,6.496,2.685,6.618,6.485,6.618Zm-6.485-17.884v4.703m-13.015,0v-4.703m13.015,4.703v6.867c.0072,3.3457-2.6992,6.0638-6.045,6.071-.009,0-.018,0-.027,0h-.872c-3.3457.0072-6.0638-2.6992-6.071-6.045,0-.0087,0-.0174,0-.026v-6.867h5.242m-18.235,0v-4.703m12.993,11.57c.0171,3.3358-2.6732,6.0538-6.0089,6.0709-.0137,0-.0274,0-.0411,0h-.872c-3.3457.0066-6.0634-2.7002-6.07-6.046,0-.0083,0-.0167,0-.025v-6.867h5.24"/></svg>
Copied!