adobe incopy logo
adobe-incopy from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- adobe-incopy
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×250
- License
- CC0
Related icons in SVG Logos
Use the adobe incopy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 250"><rect width="256" height="249.6" fill="#49021f" rx="42.5"/><path fill="#f36" d="M102.93 65.297v109.394q0 1.718-1.546 1.718h-20.78q-1.376 0-1.374-1.718V65.297q0-1.373 1.546-1.374h20.78a1.215 1.215 0 0 1 1.373 1.374m81.916 91.02v17.688a1.69 1.69 0 0 1-.858 1.545a34.4 34.4 0 0 1-8.436 1.997l-.667.064q-4.578.458-8.887.509l-1.073.006a52.4 52.4 0 0 1-19.062-3.263a39.4 39.4 0 0 1-14.254-9.273a42.1 42.1 0 0 1-9.016-14.082a46.9 46.9 0 0 1-3.177-17.345a44.1 44.1 0 0 1 6.01-23.099a42.74 42.74 0 0 1 16.352-15.586l.564-.3q10.905-5.835 25.502-5.838c3.388-.062 6.776.14 10.133.601a47 47 0 0 1 5.839 1.288c.612.424.942 1.15.858 1.89l-.171 17.688q0 1.544-1.374 1.202a31 31 0 0 0-5.84-1.46a53 53 0 0 0-8.586-.6a30.4 30.4 0 0 0-12.708 2.575a20.24 20.24 0 0 0-8.93 7.728q-3.264 5.152-3.263 13.052q0 8.931 3.864 14.082a20.9 20.9 0 0 0 9.789 7.299a34.8 34.8 0 0 0 11.935 2.146c2.41.011 4.818-.097 7.216-.325l1.027-.104a30 30 0 0 0 5.84-1.116q1.371-.342 1.373 1.03"/></svg>
React
import type { SVGProps } from "react";
export function LogosAdobeIncopy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 250"><rect width="256" height="249.6" fill="#49021f" rx="42.5"/><path fill="#f36" d="M102.93 65.297v109.394q0 1.718-1.546 1.718h-20.78q-1.376 0-1.374-1.718V65.297q0-1.373 1.546-1.374h20.78a1.215 1.215 0 0 1 1.373 1.374m81.916 91.02v17.688a1.69 1.69 0 0 1-.858 1.545a34.4 34.4 0 0 1-8.436 1.997l-.667.064q-4.578.458-8.887.509l-1.073.006a52.4 52.4 0 0 1-19.062-3.263a39.4 39.4 0 0 1-14.254-9.273a42.1 42.1 0 0 1-9.016-14.082a46.9 46.9 0 0 1-3.177-17.345a44.1 44.1 0 0 1 6.01-23.099a42.74 42.74 0 0 1 16.352-15.586l.564-.3q10.905-5.835 25.502-5.838c3.388-.062 6.776.14 10.133.601a47 47 0 0 1 5.839 1.288c.612.424.942 1.15.858 1.89l-.171 17.688q0 1.544-1.374 1.202a31 31 0 0 0-5.84-1.46a53 53 0 0 0-8.586-.6a30.4 30.4 0 0 0-12.708 2.575a20.24 20.24 0 0 0-8.93 7.728q-3.264 5.152-3.263 13.052q0 8.931 3.864 14.082a20.9 20.9 0 0 0 9.789 7.299a34.8 34.8 0 0 0 11.935 2.146c2.41.011 4.818-.097 7.216-.325l1.027-.104a30 30 0 0 0 5.84-1.116q1.371-.342 1.373 1.03"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 250"><rect width="256" height="249.6" fill="#49021f" rx="42.5"/><path fill="#f36" d="M102.93 65.297v109.394q0 1.718-1.546 1.718h-20.78q-1.376 0-1.374-1.718V65.297q0-1.373 1.546-1.374h20.78a1.215 1.215 0 0 1 1.373 1.374m81.916 91.02v17.688a1.69 1.69 0 0 1-.858 1.545a34.4 34.4 0 0 1-8.436 1.997l-.667.064q-4.578.458-8.887.509l-1.073.006a52.4 52.4 0 0 1-19.062-3.263a39.4 39.4 0 0 1-14.254-9.273a42.1 42.1 0 0 1-9.016-14.082a46.9 46.9 0 0 1-3.177-17.345a44.1 44.1 0 0 1 6.01-23.099a42.74 42.74 0 0 1 16.352-15.586l.564-.3q10.905-5.835 25.502-5.838c3.388-.062 6.776.14 10.133.601a47 47 0 0 1 5.839 1.288c.612.424.942 1.15.858 1.89l-.171 17.688q0 1.544-1.374 1.202a31 31 0 0 0-5.84-1.46a53 53 0 0 0-8.586-.6a30.4 30.4 0 0 0-12.708 2.575a20.24 20.24 0 0 0-8.93 7.728q-3.264 5.152-3.263 13.052q0 8.931 3.864 14.082a20.9 20.9 0 0 0 9.789 7.299a34.8 34.8 0 0 0 11.935 2.146c2.41.011 4.818-.097 7.216-.325l1.027-.104a30 30 0 0 0 5.84-1.116q1.371-.342 1.373 1.03"/></svg> </template>
CSS
.icon-adobe-incopy {
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%20256%20250%22%3E%3Crect%20width%3D%22256%22%20height%3D%22249.6%22%20fill%3D%22%2349021f%22%20rx%3D%2242.5%22%2F%3E%3Cpath%20fill%3D%22%23f36%22%20d%3D%22M102.93%2065.297v109.394q0%201.718-1.546%201.718h-20.78q-1.376%200-1.374-1.718V65.297q0-1.373%201.546-1.374h20.78a1.215%201.215%200%200%201%201.373%201.374m81.916%2091.02v17.688a1.69%201.69%200%200%201-.858%201.545a34.4%2034.4%200%200%201-8.436%201.997l-.667.064q-4.578.458-8.887.509l-1.073.006a52.4%2052.4%200%200%201-19.062-3.263a39.4%2039.4%200%200%201-14.254-9.273a42.1%2042.1%200%200%201-9.016-14.082a46.9%2046.9%200%200%201-3.177-17.345a44.1%2044.1%200%200%201%206.01-23.099a42.74%2042.74%200%200%201%2016.352-15.586l.564-.3q10.905-5.835%2025.502-5.838c3.388-.062%206.776.14%2010.133.601a47%2047%200%200%201%205.839%201.288c.612.424.942%201.15.858%201.89l-.171%2017.688q0%201.544-1.374%201.202a31%2031%200%200%200-5.84-1.46a53%2053%200%200%200-8.586-.6a30.4%2030.4%200%200%200-12.708%202.575a20.24%2020.24%200%200%200-8.93%207.728q-3.264%205.152-3.263%2013.052q0%208.931%203.864%2014.082a20.9%2020.9%200%200%200%209.789%207.299a34.8%2034.8%200%200%200%2011.935%202.146c2.41.011%204.818-.097%207.216-.325l1.027-.104a30%2030%200%200%200%205.84-1.116q1.371-.342%201.373%201.03%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%20256%20250%22%3E%3Crect%20width%3D%22256%22%20height%3D%22249.6%22%20fill%3D%22%2349021f%22%20rx%3D%2242.5%22%2F%3E%3Cpath%20fill%3D%22%23f36%22%20d%3D%22M102.93%2065.297v109.394q0%201.718-1.546%201.718h-20.78q-1.376%200-1.374-1.718V65.297q0-1.373%201.546-1.374h20.78a1.215%201.215%200%200%201%201.373%201.374m81.916%2091.02v17.688a1.69%201.69%200%200%201-.858%201.545a34.4%2034.4%200%200%201-8.436%201.997l-.667.064q-4.578.458-8.887.509l-1.073.006a52.4%2052.4%200%200%201-19.062-3.263a39.4%2039.4%200%200%201-14.254-9.273a42.1%2042.1%200%200%201-9.016-14.082a46.9%2046.9%200%200%201-3.177-17.345a44.1%2044.1%200%200%201%206.01-23.099a42.74%2042.74%200%200%201%2016.352-15.586l.564-.3q10.905-5.835%2025.502-5.838c3.388-.062%206.776.14%2010.133.601a47%2047%200%200%201%205.839%201.288c.612.424.942%201.15.858%201.89l-.171%2017.688q0%201.544-1.374%201.202a31%2031%200%200%200-5.84-1.46a53%2053%200%200%200-8.586-.6a30.4%2030.4%200%200%200-12.708%202.575a20.24%2020.24%200%200%200-8.93%207.728q-3.264%205.152-3.263%2013.052q0%208.931%203.864%2014.082a20.9%2020.9%200%200%200%209.789%207.299a34.8%2034.8%200%200%200%2011.935%202.146c2.41.011%204.818-.097%207.216-.325l1.027-.104a30%2030%200%200%200%205.84-1.116q1.371-.342%201.373%201.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/adobe-incopy.svg?color=%231a73e8&size=48