Asciicam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Asciicam 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/322076.svg" alt="Asciicam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322076.svg" alt="Asciicam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322076.svg" alt="Asciicam icon" :width="24" :height="24" />
CSS background
.icon-asciicam {
background-image: url('https://proicons.com/icon/322076.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="8.26" y1="12.79" x2="10.34" y2="12.79"/><line class="a" x1="21.38" y1="12.79" x2="39.74" y2="12.79"/><line class="a" x1="41.22" y1="13.73" x2="43.2" y2="17.49"/><line class="a" x1="42.25" y1="19.21" x2="42.25" y2="34.85"/><line class="a" x1="43.5" y1="36.65" x2="41.87" y2="39.91"/><line class="a" x1="40.18" y1="40.85" x2="8.26" y2="40.85"/><line class="a" x1="6.93" y1="39.91" x2="4.75" y2="36.3"/><line class="a" x1="5.84" y1="34.83" x2="5.84" y2="19"/><line class="a" x1="4.5" y1="17.64" x2="6.48" y2="14.23"/><line class="a" x1="29.25" y1="24.32" x2="29.25" y2="29.62"/><line class="a" x1="25.08" y1="32.83" x2="27.4" y2="32.83"/><line class="a" x1="19.2" y1="29.62" x2="19.2" y2="24.32"/><line class="a" x1="14.3" y1="12.79" x2="17.27" y2="12.79"/><line class="a" x1="19.3" y1="12.79" x2="19.3" y2="7.15"/><line class="a" x1="20.88" y1="7.15" x2="11.08" y2="7.15"/><line class="a" x1="12.37" y1="7.15" x2="12.37" y2="12.79"/><line class="a" x1="21.04" y1="32.83" x2="23.37" y2="32.83"/><line class="a" x1="25.08" y1="21.7" x2="27.4" y2="21.7"/><line class="a" x1="21.04" y1="21.7" x2="23.37" y2="21.7"/></svg>
Copied!