Brand Scribd Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand 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/305215.svg" alt="Brand Scribd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305215.svg" alt="Brand Scribd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305215.svg" alt="Brand Scribd icon" :width="24" :height="24" />
CSS background
.icon-brand-scribd {
background-image: url('https://proicons.com/icon/305215.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M649 891c-7 9-15 18-24 27-57 55-126 82-207 82-79 0-149-21-210-64-60-43-107-108-139-194l2-1c-3-9-4-19-4-29 0-59 48-108 108-108s108 49 108 108c0 31-12 58-33 78 43 49 97 74 163 74 47 0 86-14 118-42 31-27 46-63 46-105 0-26-8-51-24-77s-37-47-61-64c-24-16-63-35-116-57s-93-41-122-59c-28-18-53-39-74-64s-36-50-46-74c-9-25-14-51-14-79 0-67 27-125 81-172C256 24 322 0 399 0c52 0 104 11 157 33 44 18 81 45 113 80 22 19 37 48 37 80 0 60-49 108-108 108s-109-48-109-108c0-15 4-30 10-44-22-11-51-16-88-16-46 0-84 10-113 31s-43 47-43 80c0 29 12 54 38 76 25 21 68 45 128 71 61 26 108 50 142 73 34 22 62 47 83 74 22 27 38 55 49 85l1 6c-46 38-76 94-76 159 0 37 12 72 29 103zm159-228c-69 0-125 56-125 124 0 69 56 125 125 125s125-56 125-125-56-124-125-124z"/></svg>
Copied!