scribd from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
scribd
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the scribd icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.818 16.914c-.289 4.48-3.52 4.869-3.934 5.062c3.637-5.062-4.457-10.21-5.582-10.81c-1.124-.601-2.626-1.296-3.397-1.803c-1.278-.84-1.731-1.618-2.074-2.227c-.55-.977-.584-3.283 1.874-3.404c2.458-.12 4.152.901 4.264 1.528c-.198 1.39 2.452 3.937 4.76 2.077C20.39 5.191 17.98 2.13 16.924 2c4.668.228 4.912 4.08 5.04 6.11v.003s.142 4.32-.147 8.8M5.892 21.586c.368-2.787-2.35-3.98-3.55-3.514c0 0-.342-1.398-.342-3.802V10.1c.294.833 1.896 3.093 5.957 4.975c4.061 1.883 5.022 3.59 5.022 4.16c.06.486-.095 1.67-1.242 2.702c-1.732.086-5.4.165-5.845-.35"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsScribd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21.818 16.914c-.289 4.48-3.52 4.869-3.934 5.062c3.637-5.062-4.457-10.21-5.582-10.81c-1.124-.601-2.626-1.296-3.397-1.803c-1.278-.84-1.731-1.618-2.074-2.227c-.55-.977-.584-3.283 1.874-3.404c2.458-.12 4.152.901 4.264 1.528c-.198 1.39 2.452 3.937 4.76 2.077C20.39 5.191 17.98 2.13 16.924 2c4.668.228 4.912 4.08 5.04 6.11v.003s.142 4.32-.147 8.8M5.892 21.586c.368-2.787-2.35-3.98-3.55-3.514c0 0-.342-1.398-.342-3.802V10.1c.294.833 1.896 3.093 5.957 4.975c4.061 1.883 5.022 3.59 5.022 4.16c.06.486-.095 1.67-1.242 2.702c-1.732.086-5.4.165-5.845-.35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.818 16.914c-.289 4.48-3.52 4.869-3.934 5.062c3.637-5.062-4.457-10.21-5.582-10.81c-1.124-.601-2.626-1.296-3.397-1.803c-1.278-.84-1.731-1.618-2.074-2.227c-.55-.977-.584-3.283 1.874-3.404c2.458-.12 4.152.901 4.264 1.528c-.198 1.39 2.452 3.937 4.76 2.077C20.39 5.191 17.98 2.13 16.924 2c4.668.228 4.912 4.08 5.04 6.11v.003s.142 4.32-.147 8.8M5.892 21.586c.368-2.787-2.35-3.98-3.55-3.514c0 0-.342-1.398-.342-3.802V10.1c.294.833 1.896 3.093 5.957 4.975c4.061 1.883 5.022 3.59 5.022 4.16c.06.486-.095 1.67-1.242 2.702c-1.732.086-5.4.165-5.845-.35"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.818%2016.914c-.289%204.48-3.52%204.869-3.934%205.062c3.637-5.062-4.457-10.21-5.582-10.81c-1.124-.601-2.626-1.296-3.397-1.803c-1.278-.84-1.731-1.618-2.074-2.227c-.55-.977-.584-3.283%201.874-3.404c2.458-.12%204.152.901%204.264%201.528c-.198%201.39%202.452%203.937%204.76%202.077C20.39%205.191%2017.98%202.13%2016.924%202c4.668.228%204.912%204.08%205.04%206.11v.003s.142%204.32-.147%208.8M5.892%2021.586c.368-2.787-2.35-3.98-3.55-3.514c0%200-.342-1.398-.342-3.802V10.1c.294.833%201.896%203.093%205.957%204.975c4.061%201.883%205.022%203.59%205.022%204.16c.06.486-.095%201.67-1.242%202.702c-1.732.086-5.4.165-5.845-.35%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.818%2016.914c-.289%204.48-3.52%204.869-3.934%205.062c3.637-5.062-4.457-10.21-5.582-10.81c-1.124-.601-2.626-1.296-3.397-1.803c-1.278-.84-1.731-1.618-2.074-2.227c-.55-.977-.584-3.283%201.874-3.404c2.458-.12%204.152.901%204.264%201.528c-.198%201.39%202.452%203.937%204.76%202.077C20.39%205.191%2017.98%202.13%2016.924%202c4.668.228%204.912%204.08%205.04%206.11v.003s.142%204.32-.147%208.8M5.892%2021.586c.368-2.787-2.35-3.98-3.55-3.514c0%200-.342-1.398-.342-3.802V10.1c.294.833%201.896%203.093%205.957%204.975c4.061%201.883%205.022%203.59%205.022%204.16c.06.486-.095%201.67-1.242%202.702c-1.732.086-5.4.165-5.845-.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/scribd.svg?color=%231a73e8&size=48