Letter Uppercase Circle R Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Letter Uppercase Circle R 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/328364.svg" alt="Letter Uppercase Circle R icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328364.svg" alt="Letter Uppercase Circle R icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328364.svg" alt="Letter Uppercase Circle R icon" :width="24" :height="24" />
CSS background
.icon-letter-uppercase-circle-r {
background-image: url('https://proicons.com/icon/328364.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><circle class="c" cx="24" cy="24" r="21.5"/></g><g id="b"><path class="c" d="M18.7,32v-16h5.2381c2.9613,0,5.3619,2.4058,5.3619,5.3735s-2.4006,5.3735-5.3619,5.3735h-5.2381"/><line class="c" x1="23.9381" y1="26.747" x2="29.1757" y2="31.996"/></g></svg>
Copied!