Scribd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scribd 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/347066.svg" alt="Scribd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347066.svg" alt="Scribd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347066.svg" alt="Scribd icon" :width="24" :height="24" />
CSS background
.icon-scribd {
background-image: url('https://proicons.com/icon/347066.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><circle class="c" cx="15.8945" cy="20.232" r="6.0684"/><path class="c" d="m15.8945,26.3004c-9.7801,0-8.2483-14.3166-1.4729-19.2656s15.0236-1.8853,21.6812,2.6512l-2.5334,3.5939"/><circle class="c" cx="32.1055" cy="27.7632" r="6.0684"/><path class="c" d="m32.1055,21.6948c9.7801,0,8.2483,14.3166,1.4729,19.2656s-18.2142,2.1662-24.2146-4.0551l2.5334-3.5939"/></svg>
Copied!