No Beep Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The No Beep 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/330250.svg" alt="No Beep icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330250.svg" alt="No Beep icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330250.svg" alt="No Beep icon" :width="24" :height="24" />
CSS background
.icon-no-beep {
background-image: url('https://proicons.com/icon/330250.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.84891442,34.93967782v-8.45023011h2.74632309c1.5844181,0,2.85194935,1.26753428,2.85194935,2.85195263s-1.26753126,2.85195263-2.85194935,2.85195263h-2.74632309"/><line class="b" x1="18.90092463" y1="30.71476137" x2="21.75287398" y2="30.71476137"/><polyline class="b" points="23.12603956 34.9398763 18.90092463 34.9398763 18.90092463 26.48964644 23.12603956 26.48964644"/><line class="b" x1="24.87630024" y1="30.71476137" x2="27.7282496" y2="30.71476137"/><polyline class="b" points="29.10141517 34.9398763 24.87630024 34.9398763 24.87630024 26.48964644 29.10141517 26.48964644"/><path class="b" d="M15.03853214,30.71476137c1.16190499,0,2.11255747.95065247,2.11255747,2.11255747s-.95065247,2.11255747-2.11255747,2.11255747h-3.48571901v-8.45022986h3.48571901c1.16190499,0,2.11255747.95065247,2.11255747,2.11255747s-.95065247,2.11255747-2.11255747,2.11255747Z"/><line class="b" x1="15.03853214" y1="30.71476137" x2="11.55281313" y2="30.71476137"/><polyline class="b" points="17.09993289 21.51035356 17.09993289 13.0601237 22.6982134 21.51035356 22.6982134 13.0601237"/><path class="b" d="M27.94898046,21.51036157c-1.5844181,0-2.74632309-1.26753428-2.74632309-2.74632511v-2.85195338c0-1.5844181,1.26753126-2.85195338,2.74632309-2.85195338,1.5844181,0,2.85194935,1.26753528,2.85194935,2.85195338v2.74632511c0,1.5844181-1.26753126,2.85195238-2.85194935,2.85195338Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!