scribd icon
scribd from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- scribd
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the scribd icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.299 4.002C11.735 4.002 8 6.62 8 11.605c.01 1.681.43 3.021 1.232 3.96c1.466 1.778 4.25 1.885 5.698.42c1.183-1.204 1.349-3.353.039-4.565c-.694-.665-1.613-.957-2.776-.693c-.86.254-1.418.155-1.418-.774c0-2.434 3.031-3.82 5.543-3.781c2.17-.03 4.292.585 6.11 1.777l-1.34 1.916l1.857 1.223l2.502-3.576c-1.368-1.075-4.251-3.588-9.148-3.51m5.367 11.004c-1.883-.097-3.521 1.385-3.492 3.326c-.03.839.3 1.64.916 2.195c.692.692 1.63.974 2.79.711c.86-.254 1.415-.145 1.415.782c0 .204-.03.418-.068.623c-.83 2.029-2.947 3.189-6.02 3.189a11.88 11.88 0 0 1-7.133-2.34l1.668-1.951l-1.765-1.355l-3.014 3.55l.77.684A14.05 14.05 0 0 0 17.177 28c2.546 0 4.673-.517 6.615-2.186c2.829-2.546 2.683-7.395 1.006-9.394a3.9 3.9 0 0 0-3.133-1.414z"/></svg>
React
import type { SVGProps } from "react";
export function LaScribd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.299 4.002C11.735 4.002 8 6.62 8 11.605c.01 1.681.43 3.021 1.232 3.96c1.466 1.778 4.25 1.885 5.698.42c1.183-1.204 1.349-3.353.039-4.565c-.694-.665-1.613-.957-2.776-.693c-.86.254-1.418.155-1.418-.774c0-2.434 3.031-3.82 5.543-3.781c2.17-.03 4.292.585 6.11 1.777l-1.34 1.916l1.857 1.223l2.502-3.576c-1.368-1.075-4.251-3.588-9.148-3.51m5.367 11.004c-1.883-.097-3.521 1.385-3.492 3.326c-.03.839.3 1.64.916 2.195c.692.692 1.63.974 2.79.711c.86-.254 1.415-.145 1.415.782c0 .204-.03.418-.068.623c-.83 2.029-2.947 3.189-6.02 3.189a11.88 11.88 0 0 1-7.133-2.34l1.668-1.951l-1.765-1.355l-3.014 3.55l.77.684A14.05 14.05 0 0 0 17.177 28c2.546 0 4.673-.517 6.615-2.186c2.829-2.546 2.683-7.395 1.006-9.394a3.9 3.9 0 0 0-3.133-1.414z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.299 4.002C11.735 4.002 8 6.62 8 11.605c.01 1.681.43 3.021 1.232 3.96c1.466 1.778 4.25 1.885 5.698.42c1.183-1.204 1.349-3.353.039-4.565c-.694-.665-1.613-.957-2.776-.693c-.86.254-1.418.155-1.418-.774c0-2.434 3.031-3.82 5.543-3.781c2.17-.03 4.292.585 6.11 1.777l-1.34 1.916l1.857 1.223l2.502-3.576c-1.368-1.075-4.251-3.588-9.148-3.51m5.367 11.004c-1.883-.097-3.521 1.385-3.492 3.326c-.03.839.3 1.64.916 2.195c.692.692 1.63.974 2.79.711c.86-.254 1.415-.145 1.415.782c0 .204-.03.418-.068.623c-.83 2.029-2.947 3.189-6.02 3.189a11.88 11.88 0 0 1-7.133-2.34l1.668-1.951l-1.765-1.355l-3.014 3.55l.77.684A14.05 14.05 0 0 0 17.177 28c2.546 0 4.673-.517 6.615-2.186c2.829-2.546 2.683-7.395 1.006-9.394a3.9 3.9 0 0 0-3.133-1.414z"/></svg> </template>
CSS
.icon-scribd {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.299%204.002C11.735%204.002%208%206.62%208%2011.605c.01%201.681.43%203.021%201.232%203.96c1.466%201.778%204.25%201.885%205.698.42c1.183-1.204%201.349-3.353.039-4.565c-.694-.665-1.613-.957-2.776-.693c-.86.254-1.418.155-1.418-.774c0-2.434%203.031-3.82%205.543-3.781c2.17-.03%204.292.585%206.11%201.777l-1.34%201.916l1.857%201.223l2.502-3.576c-1.368-1.075-4.251-3.588-9.148-3.51m5.367%2011.004c-1.883-.097-3.521%201.385-3.492%203.326c-.03.839.3%201.64.916%202.195c.692.692%201.63.974%202.79.711c.86-.254%201.415-.145%201.415.782c0%20.204-.03.418-.068.623c-.83%202.029-2.947%203.189-6.02%203.189a11.88%2011.88%200%200%201-7.133-2.34l1.668-1.951l-1.765-1.355l-3.014%203.55l.77.684A14.05%2014.05%200%200%200%2017.177%2028c2.546%200%204.673-.517%206.615-2.186c2.829-2.546%202.683-7.395%201.006-9.394a3.9%203.9%200%200%200-3.133-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.299%204.002C11.735%204.002%208%206.62%208%2011.605c.01%201.681.43%203.021%201.232%203.96c1.466%201.778%204.25%201.885%205.698.42c1.183-1.204%201.349-3.353.039-4.565c-.694-.665-1.613-.957-2.776-.693c-.86.254-1.418.155-1.418-.774c0-2.434%203.031-3.82%205.543-3.781c2.17-.03%204.292.585%206.11%201.777l-1.34%201.916l1.857%201.223l2.502-3.576c-1.368-1.075-4.251-3.588-9.148-3.51m5.367%2011.004c-1.883-.097-3.521%201.385-3.492%203.326c-.03.839.3%201.64.916%202.195c.692.692%201.63.974%202.79.711c.86-.254%201.415-.145%201.415.782c0%20.204-.03.418-.068.623c-.83%202.029-2.947%203.189-6.02%203.189a11.88%2011.88%200%200%201-7.133-2.34l1.668-1.951l-1.765-1.355l-3.014%203.55l.77.684A14.05%2014.05%200%200%200%2017.177%2028c2.546%200%204.673-.517%206.615-2.186c2.829-2.546%202.683-7.395%201.006-9.394a3.9%203.9%200%200%200-3.133-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/scribd.svg?color=%231a73e8&size=48