multipass logo

multipass from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
multipass
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the multipass logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#e95420" d="M128.001 0c70.693 0 128.002 57.309 128.002 128.001S198.693 256.002 128 256.002s-128-57.308-128-128S57.309 0 128.001 0"/><path fill="#fff" d="M205.154 138.772a34 34 0 0 0-4.76.501L178.852 96.44c8.374-6.85 9.614-19.19 2.767-27.564c-6.846-8.376-19.19-9.616-27.563-2.767c-8.376 6.847-9.616 19.188-2.767 27.561l.008.014c.705.956 1.552 1.8 2.505 2.505l-21.542 42.834a18.3 18.3 0 0 0-9.017 0L101.952 96.44c8.376-6.85 9.613-19.19 2.767-27.564c-6.85-8.376-19.19-9.616-27.567-2.767c-8.373 6.847-9.613 19.188-2.767 27.561l.012.014c.855.978 1.775 1.9 2.755 2.756L55.36 139.273a17.3 17.3 0 0 0-5.01-.752c-10.86-.07-19.72 8.68-19.788 19.539c-.069 10.858 8.678 19.72 19.537 19.787c10.861.069 19.72-8.678 19.79-19.537a19.52 19.52 0 0 0-7.014-15.03l21.792-43.084c1.57.304 3.163.471 4.76.502a28 28 0 0 0 4.508-.502l21.294 42.583c-8.376 6.849-9.619 19.187-2.77 27.563c6.847 8.376 19.188 9.616 27.564 2.767c8.376-6.846 9.613-19.187 2.767-27.563l-.011-.012a14.4 14.4 0 0 0-2.753-2.755l21.567-42.834c1.55.415 3.157.583 4.76.502a28 28 0 0 0 4.508-.502l21.542 42.586c-8.301 6.916-9.421 19.251-2.505 27.552c6.919 8.298 19.254 9.421 27.552 2.502c8.301-6.916 9.424-19.251 2.505-27.55a20.6 20.6 0 0 0-14.801-6.263"/></svg>

React

import type { SVGProps } from "react";

export function LogosMultipass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#e95420" d="M128.001 0c70.693 0 128.002 57.309 128.002 128.001S198.693 256.002 128 256.002s-128-57.308-128-128S57.309 0 128.001 0"/><path fill="#fff" d="M205.154 138.772a34 34 0 0 0-4.76.501L178.852 96.44c8.374-6.85 9.614-19.19 2.767-27.564c-6.846-8.376-19.19-9.616-27.563-2.767c-8.376 6.847-9.616 19.188-2.767 27.561l.008.014c.705.956 1.552 1.8 2.505 2.505l-21.542 42.834a18.3 18.3 0 0 0-9.017 0L101.952 96.44c8.376-6.85 9.613-19.19 2.767-27.564c-6.85-8.376-19.19-9.616-27.567-2.767c-8.373 6.847-9.613 19.188-2.767 27.561l.012.014c.855.978 1.775 1.9 2.755 2.756L55.36 139.273a17.3 17.3 0 0 0-5.01-.752c-10.86-.07-19.72 8.68-19.788 19.539c-.069 10.858 8.678 19.72 19.537 19.787c10.861.069 19.72-8.678 19.79-19.537a19.52 19.52 0 0 0-7.014-15.03l21.792-43.084c1.57.304 3.163.471 4.76.502a28 28 0 0 0 4.508-.502l21.294 42.583c-8.376 6.849-9.619 19.187-2.77 27.563c6.847 8.376 19.188 9.616 27.564 2.767c8.376-6.846 9.613-19.187 2.767-27.563l-.011-.012a14.4 14.4 0 0 0-2.753-2.755l21.567-42.834c1.55.415 3.157.583 4.76.502a28 28 0 0 0 4.508-.502l21.542 42.586c-8.301 6.916-9.421 19.251-2.505 27.552c6.919 8.298 19.254 9.421 27.552 2.502c8.301-6.916 9.424-19.251 2.505-27.55a20.6 20.6 0 0 0-14.801-6.263"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#e95420" d="M128.001 0c70.693 0 128.002 57.309 128.002 128.001S198.693 256.002 128 256.002s-128-57.308-128-128S57.309 0 128.001 0"/><path fill="#fff" d="M205.154 138.772a34 34 0 0 0-4.76.501L178.852 96.44c8.374-6.85 9.614-19.19 2.767-27.564c-6.846-8.376-19.19-9.616-27.563-2.767c-8.376 6.847-9.616 19.188-2.767 27.561l.008.014c.705.956 1.552 1.8 2.505 2.505l-21.542 42.834a18.3 18.3 0 0 0-9.017 0L101.952 96.44c8.376-6.85 9.613-19.19 2.767-27.564c-6.85-8.376-19.19-9.616-27.567-2.767c-8.373 6.847-9.613 19.188-2.767 27.561l.012.014c.855.978 1.775 1.9 2.755 2.756L55.36 139.273a17.3 17.3 0 0 0-5.01-.752c-10.86-.07-19.72 8.68-19.788 19.539c-.069 10.858 8.678 19.72 19.537 19.787c10.861.069 19.72-8.678 19.79-19.537a19.52 19.52 0 0 0-7.014-15.03l21.792-43.084c1.57.304 3.163.471 4.76.502a28 28 0 0 0 4.508-.502l21.294 42.583c-8.376 6.849-9.619 19.187-2.77 27.563c6.847 8.376 19.188 9.616 27.564 2.767c8.376-6.846 9.613-19.187 2.767-27.563l-.011-.012a14.4 14.4 0 0 0-2.753-2.755l21.567-42.834c1.55.415 3.157.583 4.76.502a28 28 0 0 0 4.508-.502l21.542 42.586c-8.301 6.916-9.421 19.251-2.505 27.552c6.919 8.298 19.254 9.421 27.552 2.502c8.301-6.916 9.424-19.251 2.505-27.55a20.6 20.6 0 0 0-14.801-6.263"/></svg>
</template>

CSS

.icon-multipass {
  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%20256%22%3E%3Cpath%20fill%3D%22%23e95420%22%20d%3D%22M128.001%200c70.693%200%20128.002%2057.309%20128.002%20128.001S198.693%20256.002%20128%20256.002s-128-57.308-128-128S57.309%200%20128.001%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M205.154%20138.772a34%2034%200%200%200-4.76.501L178.852%2096.44c8.374-6.85%209.614-19.19%202.767-27.564c-6.846-8.376-19.19-9.616-27.563-2.767c-8.376%206.847-9.616%2019.188-2.767%2027.561l.008.014c.705.956%201.552%201.8%202.505%202.505l-21.542%2042.834a18.3%2018.3%200%200%200-9.017%200L101.952%2096.44c8.376-6.85%209.613-19.19%202.767-27.564c-6.85-8.376-19.19-9.616-27.567-2.767c-8.373%206.847-9.613%2019.188-2.767%2027.561l.012.014c.855.978%201.775%201.9%202.755%202.756L55.36%20139.273a17.3%2017.3%200%200%200-5.01-.752c-10.86-.07-19.72%208.68-19.788%2019.539c-.069%2010.858%208.678%2019.72%2019.537%2019.787c10.861.069%2019.72-8.678%2019.79-19.537a19.52%2019.52%200%200%200-7.014-15.03l21.792-43.084c1.57.304%203.163.471%204.76.502a28%2028%200%200%200%204.508-.502l21.294%2042.583c-8.376%206.849-9.619%2019.187-2.77%2027.563c6.847%208.376%2019.188%209.616%2027.564%202.767c8.376-6.846%209.613-19.187%202.767-27.563l-.011-.012a14.4%2014.4%200%200%200-2.753-2.755l21.567-42.834c1.55.415%203.157.583%204.76.502a28%2028%200%200%200%204.508-.502l21.542%2042.586c-8.301%206.916-9.421%2019.251-2.505%2027.552c6.919%208.298%2019.254%209.421%2027.552%202.502c8.301-6.916%209.424-19.251%202.505-27.55a20.6%2020.6%200%200%200-14.801-6.263%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%20256%22%3E%3Cpath%20fill%3D%22%23e95420%22%20d%3D%22M128.001%200c70.693%200%20128.002%2057.309%20128.002%20128.001S198.693%20256.002%20128%20256.002s-128-57.308-128-128S57.309%200%20128.001%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M205.154%20138.772a34%2034%200%200%200-4.76.501L178.852%2096.44c8.374-6.85%209.614-19.19%202.767-27.564c-6.846-8.376-19.19-9.616-27.563-2.767c-8.376%206.847-9.616%2019.188-2.767%2027.561l.008.014c.705.956%201.552%201.8%202.505%202.505l-21.542%2042.834a18.3%2018.3%200%200%200-9.017%200L101.952%2096.44c8.376-6.85%209.613-19.19%202.767-27.564c-6.85-8.376-19.19-9.616-27.567-2.767c-8.373%206.847-9.613%2019.188-2.767%2027.561l.012.014c.855.978%201.775%201.9%202.755%202.756L55.36%20139.273a17.3%2017.3%200%200%200-5.01-.752c-10.86-.07-19.72%208.68-19.788%2019.539c-.069%2010.858%208.678%2019.72%2019.537%2019.787c10.861.069%2019.72-8.678%2019.79-19.537a19.52%2019.52%200%200%200-7.014-15.03l21.792-43.084c1.57.304%203.163.471%204.76.502a28%2028%200%200%200%204.508-.502l21.294%2042.583c-8.376%206.849-9.619%2019.187-2.77%2027.563c6.847%208.376%2019.188%209.616%2027.564%202.767c8.376-6.846%209.613-19.187%202.767-27.563l-.011-.012a14.4%2014.4%200%200%200-2.753-2.755l21.567-42.834c1.55.415%203.157.583%204.76.502a28%2028%200%200%200%204.508-.502l21.542%2042.586c-8.301%206.916-9.421%2019.251-2.505%2027.552c6.919%208.298%2019.254%209.421%2027.552%202.502c8.301-6.916%209.424-19.251%202.505-27.55a20.6%2020.6%200%200%200-14.801-6.263%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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