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

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

Use the marvelapp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.339 8.13c1.373 0-1.162 7.076-.845 10.138s3.696 2.218 3.485.423c-.423-3.063 1.69-12.672 3.696-12.672c1.478 0-1.69 6.547-1.056 10.665c.422 2.64 4.012 1.901 3.59.106c-1.162-5.386 2.64-10.56 2.112-14.361C21.11.845 20.159 0 19.209 0c-3.379 0-6.125 6.97-6.125 6.97s.423-3.908-2.428-4.119C6.643 2.64 2.525 12.777 2.63 21.964c.106 2.957 3.696 2.429 3.485.106c-.211-4.12 2.112-13.94 4.225-13.94z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMarvelapp(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="M10.339 8.13c1.373 0-1.162 7.076-.845 10.138s3.696 2.218 3.485.423c-.423-3.063 1.69-12.672 3.696-12.672c1.478 0-1.69 6.547-1.056 10.665c.422 2.64 4.012 1.901 3.59.106c-1.162-5.386 2.64-10.56 2.112-14.361C21.11.845 20.159 0 19.209 0c-3.379 0-6.125 6.97-6.125 6.97s.423-3.908-2.428-4.119C6.643 2.64 2.525 12.777 2.63 21.964c.106 2.957 3.696 2.429 3.485.106c-.211-4.12 2.112-13.94 4.225-13.94z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.339 8.13c1.373 0-1.162 7.076-.845 10.138s3.696 2.218 3.485.423c-.423-3.063 1.69-12.672 3.696-12.672c1.478 0-1.69 6.547-1.056 10.665c.422 2.64 4.012 1.901 3.59.106c-1.162-5.386 2.64-10.56 2.112-14.361C21.11.845 20.159 0 19.209 0c-3.379 0-6.125 6.97-6.125 6.97s.423-3.908-2.428-4.119C6.643 2.64 2.525 12.777 2.63 21.964c.106 2.957 3.696 2.429 3.485.106c-.211-4.12 2.112-13.94 4.225-13.94z"/></svg>
</template>

CSS

.icon-marvelapp {
  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%22M10.339%208.13c1.373%200-1.162%207.076-.845%2010.138s3.696%202.218%203.485.423c-.423-3.063%201.69-12.672%203.696-12.672c1.478%200-1.69%206.547-1.056%2010.665c.422%202.64%204.012%201.901%203.59.106c-1.162-5.386%202.64-10.56%202.112-14.361C21.11.845%2020.159%200%2019.209%200c-3.379%200-6.125%206.97-6.125%206.97s.423-3.908-2.428-4.119C6.643%202.64%202.525%2012.777%202.63%2021.964c.106%202.957%203.696%202.429%203.485.106c-.211-4.12%202.112-13.94%204.225-13.94z%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%22M10.339%208.13c1.373%200-1.162%207.076-.845%2010.138s3.696%202.218%203.485.423c-.423-3.063%201.69-12.672%203.696-12.672c1.478%200-1.69%206.547-1.056%2010.665c.422%202.64%204.012%201.901%203.59.106c-1.162-5.386%202.64-10.56%202.112-14.361C21.11.845%2020.159%200%2019.209%200c-3.379%200-6.125%206.97-6.125%206.97s.423-3.908-2.428-4.119C6.643%202.64%202.525%2012.777%202.63%2021.964c.106%202.957%203.696%202.429%203.485.106c-.211-4.12%202.112-13.94%204.225-13.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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