Touch The Notch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Touch The Notch 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/348707.svg" alt="Touch The Notch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348707.svg" alt="Touch The Notch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348707.svg" alt="Touch The Notch icon" :width="24" :height="24" />
CSS background
.icon-touch-the-notch {
background-image: url('https://proicons.com/icon/348707.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="a" 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="b" class="d" d="M22.8253,37.3415l-.0391-3.2342-2.3096-2.4974s.0956-3.8288-1.7813-5.5744c-1.8769-1.7457.8946-1.2272,1.3172-.2828.4226.9444,1.7484,1.2102,1.9867,3.1539.2383,1.9438.2819-10.276.2819-10.276,0,0,.8538-1.6723,2.0128-.0585l.1895,7.3759s.7092-2.2409,1.8897-.1044c0,0,1.16-1.5419,2.0926.1344,0,0,1.6168-.4326,1.4756,1.5555,0,0,.1529,3.3777-.8892,4.6313,0,0-.8456.7735-.3533,5.335"/><circle id="c" class="d" cx="23.2971" cy="15.1473" r="1.183"/><rect class="d" x="4.5" y="10.5" width="39" height="27" rx="4" ry="4"/></svg>
Copied!