Urecord Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Urecord 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/334584.svg" alt="Urecord icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334584.svg" alt="Urecord icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334584.svg" alt="Urecord icon" :width="24" :height="24" />
CSS background
.icon-urecord {
background-image: url('https://proicons.com/icon/334584.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,.b{fill:none;stroke:#000;stroke-linecap:round;}.a{stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M16.89,13.41v14a7.11,7.11,0,1,0,14.22,0v-14"/><path class="b" d="M31.11,27.69a5.43,5.43,0,0,1,5.54-5.28h0"/><line class="b" x1="31.11" y1="22.41" x2="31.11" y2="36.41"/></svg>
Copied!