scribd logo
scribd from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- scribd
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the scribd logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M170.6 316.7c-16.1-19-24.7-45.9-24.8-79.9C145.8 136.4 221 83.7 313 83.7c98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1l-37.3-24.6l26.9-38.6c-36.5-24-79.4-36.5-123-35.8c-50.7-.8-111.7 27.2-111.7 76.2c0 18.7 11.2 20.7 28.6 15.6c23.3-5.3 41.9.6 55.8 14c26.4 24.3 23.2 67.6-.7 91.9c-29.2 29.5-85.2 27.3-114.8-8.4m317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6c-38.1-2-71.1 28-70.5 67.2c-.7 16.8 6 33 18.4 44.3c14.1 13.9 33 19.7 56.3 14.4c17.4-5.1 28.6-3.1 28.6 15.6c0 4.3-.5 8.5-1.4 12.7c-16.7 40.9-59.5 64.4-121.4 64.4c-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4l-35.6-27.4l-60.8 71.8l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2c51.4 0 94.4-10.5 133.6-44.1c57.1-51.4 54.2-149.2 20.3-189.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsScribd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M170.6 316.7c-16.1-19-24.7-45.9-24.8-79.9C145.8 136.4 221 83.7 313 83.7c98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1l-37.3-24.6l26.9-38.6c-36.5-24-79.4-36.5-123-35.8c-50.7-.8-111.7 27.2-111.7 76.2c0 18.7 11.2 20.7 28.6 15.6c23.3-5.3 41.9.6 55.8 14c26.4 24.3 23.2 67.6-.7 91.9c-29.2 29.5-85.2 27.3-114.8-8.4m317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6c-38.1-2-71.1 28-70.5 67.2c-.7 16.8 6 33 18.4 44.3c14.1 13.9 33 19.7 56.3 14.4c17.4-5.1 28.6-3.1 28.6 15.6c0 4.3-.5 8.5-1.4 12.7c-16.7 40.9-59.5 64.4-121.4 64.4c-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4l-35.6-27.4l-60.8 71.8l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2c51.4 0 94.4-10.5 133.6-44.1c57.1-51.4 54.2-149.2 20.3-189.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M170.6 316.7c-16.1-19-24.7-45.9-24.8-79.9C145.8 136.4 221 83.7 313 83.7c98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1l-37.3-24.6l26.9-38.6c-36.5-24-79.4-36.5-123-35.8c-50.7-.8-111.7 27.2-111.7 76.2c0 18.7 11.2 20.7 28.6 15.6c23.3-5.3 41.9.6 55.8 14c26.4 24.3 23.2 67.6-.7 91.9c-29.2 29.5-85.2 27.3-114.8-8.4m317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6c-38.1-2-71.1 28-70.5 67.2c-.7 16.8 6 33 18.4 44.3c14.1 13.9 33 19.7 56.3 14.4c17.4-5.1 28.6-3.1 28.6 15.6c0 4.3-.5 8.5-1.4 12.7c-16.7 40.9-59.5 64.4-121.4 64.4c-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4l-35.6-27.4l-60.8 71.8l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2c51.4 0 94.4-10.5 133.6-44.1c57.1-51.4 54.2-149.2 20.3-189.6"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M170.6%20316.7c-16.1-19-24.7-45.9-24.8-79.9C145.8%20136.4%20221%2083.7%20313%2083.7c98.6-1.6%20156.8%2049%20184.3%2070.6l-50.5%2072.1l-37.3-24.6l26.9-38.6c-36.5-24-79.4-36.5-123-35.8c-50.7-.8-111.7%2027.2-111.7%2076.2c0%2018.7%2011.2%2020.7%2028.6%2015.6c23.3-5.3%2041.9.6%2055.8%2014c26.4%2024.3%2023.2%2067.6-.7%2091.9c-29.2%2029.5-85.2%2027.3-114.8-8.4m317.7%205.9c-15.5-18.8-38.9-29.4-63.2-28.6c-38.1-2-71.1%2028-70.5%2067.2c-.7%2016.8%206%2033%2018.4%2044.3c14.1%2013.9%2033%2019.7%2056.3%2014.4c17.4-5.1%2028.6-3.1%2028.6%2015.6c0%204.3-.5%208.5-1.4%2012.7c-16.7%2040.9-59.5%2064.4-121.4%2064.4c-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4l-35.6-27.4l-60.8%2071.8l15.4%2013.8c52.5%2046.8%20120.4%2072.5%20190.7%2072.2c51.4%200%2094.4-10.5%20133.6-44.1c57.1-51.4%2054.2-149.2%2020.3-189.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M170.6%20316.7c-16.1-19-24.7-45.9-24.8-79.9C145.8%20136.4%20221%2083.7%20313%2083.7c98.6-1.6%20156.8%2049%20184.3%2070.6l-50.5%2072.1l-37.3-24.6l26.9-38.6c-36.5-24-79.4-36.5-123-35.8c-50.7-.8-111.7%2027.2-111.7%2076.2c0%2018.7%2011.2%2020.7%2028.6%2015.6c23.3-5.3%2041.9.6%2055.8%2014c26.4%2024.3%2023.2%2067.6-.7%2091.9c-29.2%2029.5-85.2%2027.3-114.8-8.4m317.7%205.9c-15.5-18.8-38.9-29.4-63.2-28.6c-38.1-2-71.1%2028-70.5%2067.2c-.7%2016.8%206%2033%2018.4%2044.3c14.1%2013.9%2033%2019.7%2056.3%2014.4c17.4-5.1%2028.6-3.1%2028.6%2015.6c0%204.3-.5%208.5-1.4%2012.7c-16.7%2040.9-59.5%2064.4-121.4%2064.4c-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4l-35.6-27.4l-60.8%2071.8l15.4%2013.8c52.5%2046.8%20120.4%2072.5%20190.7%2072.2c51.4%200%2094.4-10.5%20133.6-44.1c57.1-51.4%2054.2-149.2%2020.3-189.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/scribd.svg?color=%231a73e8&size=48