Adv Screen Recorder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adv Screen Recorder 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/335966.svg" alt="Adv Screen Recorder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335966.svg" alt="Adv Screen Recorder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335966.svg" alt="Adv Screen Recorder icon" :width="24" :height="24" />
CSS background
.icon-adv-screen-recorder {
background-image: url('https://proicons.com/icon/335966.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.7704,14.3008l-8.8531,5.1113v-6.195c0-1.2737-1.0325-2.3062-2.3062-2.3062H6.8062c-1.2737,0-2.3062,1.0325-2.3062,2.3062v21.5659c0,1.2737,1.0325,2.3062,2.3062,2.3062h23.8049c1.2737,0,2.3062-1.0325,2.3062-2.3062v-6.195l8.8531,5.1113c.7687.4438,1.7296-.111,1.7296-.9986V15.2994c0-.8876-.9609-1.4424-1.7296-.9986Z"/><circle class="c" cx="10.6539" cy="17.0648" r="2.6947"/><line class="c" x1="32.9173" y1="19.4121" x2="32.9173" y2="28.5879"/></svg>
Copied!