adobefonts logo

adobefonts from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
adobefonts
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the adobefonts logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.764.375H4.236A4.236 4.236 0 0 0 0 4.611V19.39a4.236 4.236 0 0 0 4.236 4.236h15.528A4.236 4.236 0 0 0 24 19.389V4.61A4.236 4.236 0 0 0 19.764.375m-3.25 6.536c-.242 0-.364-.181-.44-.439c-.257-.97-.59-1.257-.787-1.257s-.5.364-.833 1.12q-.626 1.456-1.007 2.994l1.732-.002c.11.28.01.6-.238.772H13.23c-.56 1.878-1.031 3.688-1.592 5.46a9.7 9.7 0 0 1-1.105 2.56a3.14 3.14 0 0 1-2.484 1.332c-.773 0-1.53-.363-1.53-1.166c.036-.503.424-.91.924-.97a.46.46 0 0 1 .424.243c.379.682.742 1.075.909 1.075c.166 0 .303-.227.575-1.211l1.988-7.322l-1.43-.002a.685.685 0 0 1 .227-.774h1.423c.257-.895.609-1.76 1.048-2.58a3.79 3.79 0 0 1 3.272-2.195c1.136 0 1.605.545 1.605 1.242a1.144 1.144 0 0 1-.97 1.12"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAdobefonts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.764.375H4.236A4.236 4.236 0 0 0 0 4.611V19.39a4.236 4.236 0 0 0 4.236 4.236h15.528A4.236 4.236 0 0 0 24 19.389V4.61A4.236 4.236 0 0 0 19.764.375m-3.25 6.536c-.242 0-.364-.181-.44-.439c-.257-.97-.59-1.257-.787-1.257s-.5.364-.833 1.12q-.626 1.456-1.007 2.994l1.732-.002c.11.28.01.6-.238.772H13.23c-.56 1.878-1.031 3.688-1.592 5.46a9.7 9.7 0 0 1-1.105 2.56a3.14 3.14 0 0 1-2.484 1.332c-.773 0-1.53-.363-1.53-1.166c.036-.503.424-.91.924-.97a.46.46 0 0 1 .424.243c.379.682.742 1.075.909 1.075c.166 0 .303-.227.575-1.211l1.988-7.322l-1.43-.002a.685.685 0 0 1 .227-.774h1.423c.257-.895.609-1.76 1.048-2.58a3.79 3.79 0 0 1 3.272-2.195c1.136 0 1.605.545 1.605 1.242a1.144 1.144 0 0 1-.97 1.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.764.375H4.236A4.236 4.236 0 0 0 0 4.611V19.39a4.236 4.236 0 0 0 4.236 4.236h15.528A4.236 4.236 0 0 0 24 19.389V4.61A4.236 4.236 0 0 0 19.764.375m-3.25 6.536c-.242 0-.364-.181-.44-.439c-.257-.97-.59-1.257-.787-1.257s-.5.364-.833 1.12q-.626 1.456-1.007 2.994l1.732-.002c.11.28.01.6-.238.772H13.23c-.56 1.878-1.031 3.688-1.592 5.46a9.7 9.7 0 0 1-1.105 2.56a3.14 3.14 0 0 1-2.484 1.332c-.773 0-1.53-.363-1.53-1.166c.036-.503.424-.91.924-.97a.46.46 0 0 1 .424.243c.379.682.742 1.075.909 1.075c.166 0 .303-.227.575-1.211l1.988-7.322l-1.43-.002a.685.685 0 0 1 .227-.774h1.423c.257-.895.609-1.76 1.048-2.58a3.79 3.79 0 0 1 3.272-2.195c1.136 0 1.605.545 1.605 1.242a1.144 1.144 0 0 1-.97 1.12"/></svg>
</template>

CSS

.icon-adobefonts {
  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%22currentColor%22%20d%3D%22M19.764.375H4.236A4.236%204.236%200%200%200%200%204.611V19.39a4.236%204.236%200%200%200%204.236%204.236h15.528A4.236%204.236%200%200%200%2024%2019.389V4.61A4.236%204.236%200%200%200%2019.764.375m-3.25%206.536c-.242%200-.364-.181-.44-.439c-.257-.97-.59-1.257-.787-1.257s-.5.364-.833%201.12q-.626%201.456-1.007%202.994l1.732-.002c.11.28.01.6-.238.772H13.23c-.56%201.878-1.031%203.688-1.592%205.46a9.7%209.7%200%200%201-1.105%202.56a3.14%203.14%200%200%201-2.484%201.332c-.773%200-1.53-.363-1.53-1.166c.036-.503.424-.91.924-.97a.46.46%200%200%201%20.424.243c.379.682.742%201.075.909%201.075c.166%200%20.303-.227.575-1.211l1.988-7.322l-1.43-.002a.685.685%200%200%201%20.227-.774h1.423c.257-.895.609-1.76%201.048-2.58a3.79%203.79%200%200%201%203.272-2.195c1.136%200%201.605.545%201.605%201.242a1.144%201.144%200%200%201-.97%201.12%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%22currentColor%22%20d%3D%22M19.764.375H4.236A4.236%204.236%200%200%200%200%204.611V19.39a4.236%204.236%200%200%200%204.236%204.236h15.528A4.236%204.236%200%200%200%2024%2019.389V4.61A4.236%204.236%200%200%200%2019.764.375m-3.25%206.536c-.242%200-.364-.181-.44-.439c-.257-.97-.59-1.257-.787-1.257s-.5.364-.833%201.12q-.626%201.456-1.007%202.994l1.732-.002c.11.28.01.6-.238.772H13.23c-.56%201.878-1.031%203.688-1.592%205.46a9.7%209.7%200%200%201-1.105%202.56a3.14%203.14%200%200%201-2.484%201.332c-.773%200-1.53-.363-1.53-1.166c.036-.503.424-.91.924-.97a.46.46%200%200%201%20.424.243c.379.682.742%201.075.909%201.075c.166%200%20.303-.227.575-1.211l1.988-7.322l-1.43-.002a.685.685%200%200%201%20.227-.774h1.423c.257-.895.609-1.76%201.048-2.58a3.79%203.79%200%200%201%203.272-2.195c1.136%200%201.605.545%201.605%201.242a1.144%201.144%200%200%201-.97%201.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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