manta pacific logo

manta-pacific from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
manta-pacific
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the manta pacific logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.184 18.455A8.053 8.053 0 0 1 12 3.948c3.671 0 7.68 2.193 8.649 5.552A9 9 0 1 0 21 12v-.474h-.56a16 16 0 0 1-1.087-.057c-.675-.059-1.445-.173-1.97-.383c-.843-.337-1.32-.784-1.864-1.307l-.032-.03c-.545-.524-1.158-1.112-2.22-1.612c-1.045-.492-2.202-.413-3.052-.238a7.7 7.7 0 0 0-1.374.422c-.428.18-.843.393-1.263.59c0 0 .824.226 1.23.353q.165.052.324.117q.406.163.776.397c.44.283.804.638.953 1.074c-.932.123-1.807.533-2.461.917a10 10 0 0 0-1.229.855c-.053.044-.896.786-.896.786s1.087.116 1.623.224c.357.072.838.187 1.34.362c.503.176 1.012.406 1.435.701c.423.296.733.637.886 1.028c.446 1.139.008 2.248-.87 2.872c-.867.617-2.186.763-3.505-.142m3.071 1.408a3.6 3.6 0 0 0 .983-.494c1.195-.849 1.823-2.404 1.203-3.989c-.244-.623-.71-1.099-1.226-1.46c-.518-.361-1.114-.626-1.666-.818a11 11 0 0 0-1.02-.299q.173-.112.35-.217c.73-.429 1.648-.823 2.529-.823c1.327 0 2.316.408 3.26.845l.258.12c.843.396 1.729.811 2.758.811c.998 0 1.775-.282 2.311-.574a8.054 8.054 0 0 1-9.74 6.898m8.717-7.48a4 4 0 0 1-1.288.21c-.807 0-1.5-.324-2.382-.735l-.237-.11c-.881-.409-1.901-.841-3.23-.92c-.177-.879-.844-1.48-1.414-1.847a5 5 0 0 0-.19-.116q.085-.02.175-.038c.766-.158 1.683-.198 2.458.167c.92.434 1.44.932 1.98 1.451l.018.018c.556.534 1.144 1.093 2.17 1.503c.57.227 1.307.35 1.94.418" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenMantaPacific(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" fillRule="evenodd" d="M7.184 18.455A8.053 8.053 0 0 1 12 3.948c3.671 0 7.68 2.193 8.649 5.552A9 9 0 1 0 21 12v-.474h-.56a16 16 0 0 1-1.087-.057c-.675-.059-1.445-.173-1.97-.383c-.843-.337-1.32-.784-1.864-1.307l-.032-.03c-.545-.524-1.158-1.112-2.22-1.612c-1.045-.492-2.202-.413-3.052-.238a7.7 7.7 0 0 0-1.374.422c-.428.18-.843.393-1.263.59c0 0 .824.226 1.23.353q.165.052.324.117q.406.163.776.397c.44.283.804.638.953 1.074c-.932.123-1.807.533-2.461.917a10 10 0 0 0-1.229.855c-.053.044-.896.786-.896.786s1.087.116 1.623.224c.357.072.838.187 1.34.362c.503.176 1.012.406 1.435.701c.423.296.733.637.886 1.028c.446 1.139.008 2.248-.87 2.872c-.867.617-2.186.763-3.505-.142m3.071 1.408a3.6 3.6 0 0 0 .983-.494c1.195-.849 1.823-2.404 1.203-3.989c-.244-.623-.71-1.099-1.226-1.46c-.518-.361-1.114-.626-1.666-.818a11 11 0 0 0-1.02-.299q.173-.112.35-.217c.73-.429 1.648-.823 2.529-.823c1.327 0 2.316.408 3.26.845l.258.12c.843.396 1.729.811 2.758.811c.998 0 1.775-.282 2.311-.574a8.054 8.054 0 0 1-9.74 6.898m8.717-7.48a4 4 0 0 1-1.288.21c-.807 0-1.5-.324-2.382-.735l-.237-.11c-.881-.409-1.901-.841-3.23-.92c-.177-.879-.844-1.48-1.414-1.847a5 5 0 0 0-.19-.116q.085-.02.175-.038c.766-.158 1.683-.198 2.458.167c.92.434 1.44.932 1.98 1.451l.018.018c.556.534 1.144 1.093 2.17 1.503c.57.227 1.307.35 1.94.418" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.184 18.455A8.053 8.053 0 0 1 12 3.948c3.671 0 7.68 2.193 8.649 5.552A9 9 0 1 0 21 12v-.474h-.56a16 16 0 0 1-1.087-.057c-.675-.059-1.445-.173-1.97-.383c-.843-.337-1.32-.784-1.864-1.307l-.032-.03c-.545-.524-1.158-1.112-2.22-1.612c-1.045-.492-2.202-.413-3.052-.238a7.7 7.7 0 0 0-1.374.422c-.428.18-.843.393-1.263.59c0 0 .824.226 1.23.353q.165.052.324.117q.406.163.776.397c.44.283.804.638.953 1.074c-.932.123-1.807.533-2.461.917a10 10 0 0 0-1.229.855c-.053.044-.896.786-.896.786s1.087.116 1.623.224c.357.072.838.187 1.34.362c.503.176 1.012.406 1.435.701c.423.296.733.637.886 1.028c.446 1.139.008 2.248-.87 2.872c-.867.617-2.186.763-3.505-.142m3.071 1.408a3.6 3.6 0 0 0 .983-.494c1.195-.849 1.823-2.404 1.203-3.989c-.244-.623-.71-1.099-1.226-1.46c-.518-.361-1.114-.626-1.666-.818a11 11 0 0 0-1.02-.299q.173-.112.35-.217c.73-.429 1.648-.823 2.529-.823c1.327 0 2.316.408 3.26.845l.258.12c.843.396 1.729.811 2.758.811c.998 0 1.775-.282 2.311-.574a8.054 8.054 0 0 1-9.74 6.898m8.717-7.48a4 4 0 0 1-1.288.21c-.807 0-1.5-.324-2.382-.735l-.237-.11c-.881-.409-1.901-.841-3.23-.92c-.177-.879-.844-1.48-1.414-1.847a5 5 0 0 0-.19-.116q.085-.02.175-.038c.766-.158 1.683-.198 2.458.167c.92.434 1.44.932 1.98 1.451l.018.018c.556.534 1.144 1.093 2.17 1.503c.57.227 1.307.35 1.94.418" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-manta-pacific {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.184%2018.455A8.053%208.053%200%200%201%2012%203.948c3.671%200%207.68%202.193%208.649%205.552A9%209%200%201%200%2021%2012v-.474h-.56a16%2016%200%200%201-1.087-.057c-.675-.059-1.445-.173-1.97-.383c-.843-.337-1.32-.784-1.864-1.307l-.032-.03c-.545-.524-1.158-1.112-2.22-1.612c-1.045-.492-2.202-.413-3.052-.238a7.7%207.7%200%200%200-1.374.422c-.428.18-.843.393-1.263.59c0%200%20.824.226%201.23.353q.165.052.324.117q.406.163.776.397c.44.283.804.638.953%201.074c-.932.123-1.807.533-2.461.917a10%2010%200%200%200-1.229.855c-.053.044-.896.786-.896.786s1.087.116%201.623.224c.357.072.838.187%201.34.362c.503.176%201.012.406%201.435.701c.423.296.733.637.886%201.028c.446%201.139.008%202.248-.87%202.872c-.867.617-2.186.763-3.505-.142m3.071%201.408a3.6%203.6%200%200%200%20.983-.494c1.195-.849%201.823-2.404%201.203-3.989c-.244-.623-.71-1.099-1.226-1.46c-.518-.361-1.114-.626-1.666-.818a11%2011%200%200%200-1.02-.299q.173-.112.35-.217c.73-.429%201.648-.823%202.529-.823c1.327%200%202.316.408%203.26.845l.258.12c.843.396%201.729.811%202.758.811c.998%200%201.775-.282%202.311-.574a8.054%208.054%200%200%201-9.74%206.898m8.717-7.48a4%204%200%200%201-1.288.21c-.807%200-1.5-.324-2.382-.735l-.237-.11c-.881-.409-1.901-.841-3.23-.92c-.177-.879-.844-1.48-1.414-1.847a5%205%200%200%200-.19-.116q.085-.02.175-.038c.766-.158%201.683-.198%202.458.167c.92.434%201.44.932%201.98%201.451l.018.018c.556.534%201.144%201.093%202.17%201.503c.57.227%201.307.35%201.94.418%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.184%2018.455A8.053%208.053%200%200%201%2012%203.948c3.671%200%207.68%202.193%208.649%205.552A9%209%200%201%200%2021%2012v-.474h-.56a16%2016%200%200%201-1.087-.057c-.675-.059-1.445-.173-1.97-.383c-.843-.337-1.32-.784-1.864-1.307l-.032-.03c-.545-.524-1.158-1.112-2.22-1.612c-1.045-.492-2.202-.413-3.052-.238a7.7%207.7%200%200%200-1.374.422c-.428.18-.843.393-1.263.59c0%200%20.824.226%201.23.353q.165.052.324.117q.406.163.776.397c.44.283.804.638.953%201.074c-.932.123-1.807.533-2.461.917a10%2010%200%200%200-1.229.855c-.053.044-.896.786-.896.786s1.087.116%201.623.224c.357.072.838.187%201.34.362c.503.176%201.012.406%201.435.701c.423.296.733.637.886%201.028c.446%201.139.008%202.248-.87%202.872c-.867.617-2.186.763-3.505-.142m3.071%201.408a3.6%203.6%200%200%200%20.983-.494c1.195-.849%201.823-2.404%201.203-3.989c-.244-.623-.71-1.099-1.226-1.46c-.518-.361-1.114-.626-1.666-.818a11%2011%200%200%200-1.02-.299q.173-.112.35-.217c.73-.429%201.648-.823%202.529-.823c1.327%200%202.316.408%203.26.845l.258.12c.843.396%201.729.811%202.758.811c.998%200%201.775-.282%202.311-.574a8.054%208.054%200%200%201-9.74%206.898m8.717-7.48a4%204%200%200%201-1.288.21c-.807%200-1.5-.324-2.382-.735l-.237-.11c-.881-.409-1.901-.841-3.23-.92c-.177-.879-.844-1.48-1.414-1.847a5%205%200%200%200-.19-.116q.085-.02.175-.038c.766-.158%201.683-.198%202.458.167c.92.434%201.44.932%201.98%201.451l.018.018c.556.534%201.144%201.093%202.17%201.503c.57.227%201.307.35%201.94.418%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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