mida icon logo

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

Name
mida-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the mida icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#e7d218" d="M128.316 64.965c61.074 0 111.098 46.478 111.098 103.913c0 16.71-14.21 29.768-32.117 29.768s-32.117-13.575-32.117-29.768c0-25.065-21.054-44.91-47.386-44.91c-26.331 0-47.385 20.363-47.385 44.91c0 29.754 11.585 57.954 33.175 79.367a145 145 0 0 0 8.553 7.62a127.4 127.4 0 0 1-35.913-6.837c-5.174-6.211-9.736-12.974-15.539-23.253c-9.452-16.128-14.185-36.41-14.185-58.254c0-36.926 32.06-66.575 71.473-66.575s71.473 29.635 70.951 66.045c0 4.684 3.691 7.807 7.889 7.807c4.733 0 7.888-3.653 7.888-7.807c0-44.732-38.892-81.658-86.714-81.658s-86.714 36.926-87.235 82.188c0 24.436 5.79 47.325 16.298 66.046q.468.81.928 1.597a128.7 128.7 0 0 1-37.64-37.905c-2.218-11.42-2.583-20.811-2.583-27.863c0-16.178 3.16-30.285 8.946-42.81C44.608 88.98 84.614 64.964 128.316 64.964m.522 75.196c17.907 0 32.118 13.575 32.118 29.767c0 24.548 21.053 44.91 47.385 44.91c5.657 0 11.07-.94 16.083-2.658a128.6 128.6 0 0 1-24.763 21.895c-12.756-.776-23.584-4.402-33.213-10.861c-18.73-12.577-29.665-33.024-29.665-54.524c0-4.722-3.124-7.87-7.81-7.87s-7.81 3.682-7.81 7.87c0 26.742 13.528 51.91 35.899 67.115c6.383 4.37 13.39 7.733 21.022 10.025a127 127 0 0 1-32.197 8.93c-7.075-4.322-13.534-9.526-20.21-15.906c-18.95-18.278-28.956-42.811-28.956-68.926c0-16.71 14.21-29.767 32.117-29.767M56.526 44.869c43.405-22.503 99.353-22.503 143.276 0c19.684 9.859 36.118 23.877 49.314 41.621C253.58 99.506 256 113.47 256 128c0 7.659-.673 15.16-1.962 22.448c-9.916-56.513-62.241-99.576-125.2-99.576c-49.488 0-94.77 27.682-115.302 69.975c-5.329 10.972-8.741 23.53-9.991 37.179A128 128 0 0 1 0 128c0-14.186 2.308-27.833 6.568-40.585c13.316-17.748 29.965-32.539 49.958-42.546M128 0c36.16 0 68.816 14.994 92.094 39.103a149 149 0 0 0-12.976-7.323c-48.1-25.128-109.275-24.609-157.39 0a156 156 0 0 0-15.49 9.088C57.608 15.727 90.967 0 128 0"/></svg>

React

import type { SVGProps } from "react";

export function LogosMidaIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#e7d218" d="M128.316 64.965c61.074 0 111.098 46.478 111.098 103.913c0 16.71-14.21 29.768-32.117 29.768s-32.117-13.575-32.117-29.768c0-25.065-21.054-44.91-47.386-44.91c-26.331 0-47.385 20.363-47.385 44.91c0 29.754 11.585 57.954 33.175 79.367a145 145 0 0 0 8.553 7.62a127.4 127.4 0 0 1-35.913-6.837c-5.174-6.211-9.736-12.974-15.539-23.253c-9.452-16.128-14.185-36.41-14.185-58.254c0-36.926 32.06-66.575 71.473-66.575s71.473 29.635 70.951 66.045c0 4.684 3.691 7.807 7.889 7.807c4.733 0 7.888-3.653 7.888-7.807c0-44.732-38.892-81.658-86.714-81.658s-86.714 36.926-87.235 82.188c0 24.436 5.79 47.325 16.298 66.046q.468.81.928 1.597a128.7 128.7 0 0 1-37.64-37.905c-2.218-11.42-2.583-20.811-2.583-27.863c0-16.178 3.16-30.285 8.946-42.81C44.608 88.98 84.614 64.964 128.316 64.964m.522 75.196c17.907 0 32.118 13.575 32.118 29.767c0 24.548 21.053 44.91 47.385 44.91c5.657 0 11.07-.94 16.083-2.658a128.6 128.6 0 0 1-24.763 21.895c-12.756-.776-23.584-4.402-33.213-10.861c-18.73-12.577-29.665-33.024-29.665-54.524c0-4.722-3.124-7.87-7.81-7.87s-7.81 3.682-7.81 7.87c0 26.742 13.528 51.91 35.899 67.115c6.383 4.37 13.39 7.733 21.022 10.025a127 127 0 0 1-32.197 8.93c-7.075-4.322-13.534-9.526-20.21-15.906c-18.95-18.278-28.956-42.811-28.956-68.926c0-16.71 14.21-29.767 32.117-29.767M56.526 44.869c43.405-22.503 99.353-22.503 143.276 0c19.684 9.859 36.118 23.877 49.314 41.621C253.58 99.506 256 113.47 256 128c0 7.659-.673 15.16-1.962 22.448c-9.916-56.513-62.241-99.576-125.2-99.576c-49.488 0-94.77 27.682-115.302 69.975c-5.329 10.972-8.741 23.53-9.991 37.179A128 128 0 0 1 0 128c0-14.186 2.308-27.833 6.568-40.585c13.316-17.748 29.965-32.539 49.958-42.546M128 0c36.16 0 68.816 14.994 92.094 39.103a149 149 0 0 0-12.976-7.323c-48.1-25.128-109.275-24.609-157.39 0a156 156 0 0 0-15.49 9.088C57.608 15.727 90.967 0 128 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#e7d218" d="M128.316 64.965c61.074 0 111.098 46.478 111.098 103.913c0 16.71-14.21 29.768-32.117 29.768s-32.117-13.575-32.117-29.768c0-25.065-21.054-44.91-47.386-44.91c-26.331 0-47.385 20.363-47.385 44.91c0 29.754 11.585 57.954 33.175 79.367a145 145 0 0 0 8.553 7.62a127.4 127.4 0 0 1-35.913-6.837c-5.174-6.211-9.736-12.974-15.539-23.253c-9.452-16.128-14.185-36.41-14.185-58.254c0-36.926 32.06-66.575 71.473-66.575s71.473 29.635 70.951 66.045c0 4.684 3.691 7.807 7.889 7.807c4.733 0 7.888-3.653 7.888-7.807c0-44.732-38.892-81.658-86.714-81.658s-86.714 36.926-87.235 82.188c0 24.436 5.79 47.325 16.298 66.046q.468.81.928 1.597a128.7 128.7 0 0 1-37.64-37.905c-2.218-11.42-2.583-20.811-2.583-27.863c0-16.178 3.16-30.285 8.946-42.81C44.608 88.98 84.614 64.964 128.316 64.964m.522 75.196c17.907 0 32.118 13.575 32.118 29.767c0 24.548 21.053 44.91 47.385 44.91c5.657 0 11.07-.94 16.083-2.658a128.6 128.6 0 0 1-24.763 21.895c-12.756-.776-23.584-4.402-33.213-10.861c-18.73-12.577-29.665-33.024-29.665-54.524c0-4.722-3.124-7.87-7.81-7.87s-7.81 3.682-7.81 7.87c0 26.742 13.528 51.91 35.899 67.115c6.383 4.37 13.39 7.733 21.022 10.025a127 127 0 0 1-32.197 8.93c-7.075-4.322-13.534-9.526-20.21-15.906c-18.95-18.278-28.956-42.811-28.956-68.926c0-16.71 14.21-29.767 32.117-29.767M56.526 44.869c43.405-22.503 99.353-22.503 143.276 0c19.684 9.859 36.118 23.877 49.314 41.621C253.58 99.506 256 113.47 256 128c0 7.659-.673 15.16-1.962 22.448c-9.916-56.513-62.241-99.576-125.2-99.576c-49.488 0-94.77 27.682-115.302 69.975c-5.329 10.972-8.741 23.53-9.991 37.179A128 128 0 0 1 0 128c0-14.186 2.308-27.833 6.568-40.585c13.316-17.748 29.965-32.539 49.958-42.546M128 0c36.16 0 68.816 14.994 92.094 39.103a149 149 0 0 0-12.976-7.323c-48.1-25.128-109.275-24.609-157.39 0a156 156 0 0 0-15.49 9.088C57.608 15.727 90.967 0 128 0"/></svg>
</template>

CSS

.icon-mida-icon {
  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%23e7d218%22%20d%3D%22M128.316%2064.965c61.074%200%20111.098%2046.478%20111.098%20103.913c0%2016.71-14.21%2029.768-32.117%2029.768s-32.117-13.575-32.117-29.768c0-25.065-21.054-44.91-47.386-44.91c-26.331%200-47.385%2020.363-47.385%2044.91c0%2029.754%2011.585%2057.954%2033.175%2079.367a145%20145%200%200%200%208.553%207.62a127.4%20127.4%200%200%201-35.913-6.837c-5.174-6.211-9.736-12.974-15.539-23.253c-9.452-16.128-14.185-36.41-14.185-58.254c0-36.926%2032.06-66.575%2071.473-66.575s71.473%2029.635%2070.951%2066.045c0%204.684%203.691%207.807%207.889%207.807c4.733%200%207.888-3.653%207.888-7.807c0-44.732-38.892-81.658-86.714-81.658s-86.714%2036.926-87.235%2082.188c0%2024.436%205.79%2047.325%2016.298%2066.046q.468.81.928%201.597a128.7%20128.7%200%200%201-37.64-37.905c-2.218-11.42-2.583-20.811-2.583-27.863c0-16.178%203.16-30.285%208.946-42.81C44.608%2088.98%2084.614%2064.964%20128.316%2064.964m.522%2075.196c17.907%200%2032.118%2013.575%2032.118%2029.767c0%2024.548%2021.053%2044.91%2047.385%2044.91c5.657%200%2011.07-.94%2016.083-2.658a128.6%20128.6%200%200%201-24.763%2021.895c-12.756-.776-23.584-4.402-33.213-10.861c-18.73-12.577-29.665-33.024-29.665-54.524c0-4.722-3.124-7.87-7.81-7.87s-7.81%203.682-7.81%207.87c0%2026.742%2013.528%2051.91%2035.899%2067.115c6.383%204.37%2013.39%207.733%2021.022%2010.025a127%20127%200%200%201-32.197%208.93c-7.075-4.322-13.534-9.526-20.21-15.906c-18.95-18.278-28.956-42.811-28.956-68.926c0-16.71%2014.21-29.767%2032.117-29.767M56.526%2044.869c43.405-22.503%2099.353-22.503%20143.276%200c19.684%209.859%2036.118%2023.877%2049.314%2041.621C253.58%2099.506%20256%20113.47%20256%20128c0%207.659-.673%2015.16-1.962%2022.448c-9.916-56.513-62.241-99.576-125.2-99.576c-49.488%200-94.77%2027.682-115.302%2069.975c-5.329%2010.972-8.741%2023.53-9.991%2037.179A128%20128%200%200%201%200%20128c0-14.186%202.308-27.833%206.568-40.585c13.316-17.748%2029.965-32.539%2049.958-42.546M128%200c36.16%200%2068.816%2014.994%2092.094%2039.103a149%20149%200%200%200-12.976-7.323c-48.1-25.128-109.275-24.609-157.39%200a156%20156%200%200%200-15.49%209.088C57.608%2015.727%2090.967%200%20128%200%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%23e7d218%22%20d%3D%22M128.316%2064.965c61.074%200%20111.098%2046.478%20111.098%20103.913c0%2016.71-14.21%2029.768-32.117%2029.768s-32.117-13.575-32.117-29.768c0-25.065-21.054-44.91-47.386-44.91c-26.331%200-47.385%2020.363-47.385%2044.91c0%2029.754%2011.585%2057.954%2033.175%2079.367a145%20145%200%200%200%208.553%207.62a127.4%20127.4%200%200%201-35.913-6.837c-5.174-6.211-9.736-12.974-15.539-23.253c-9.452-16.128-14.185-36.41-14.185-58.254c0-36.926%2032.06-66.575%2071.473-66.575s71.473%2029.635%2070.951%2066.045c0%204.684%203.691%207.807%207.889%207.807c4.733%200%207.888-3.653%207.888-7.807c0-44.732-38.892-81.658-86.714-81.658s-86.714%2036.926-87.235%2082.188c0%2024.436%205.79%2047.325%2016.298%2066.046q.468.81.928%201.597a128.7%20128.7%200%200%201-37.64-37.905c-2.218-11.42-2.583-20.811-2.583-27.863c0-16.178%203.16-30.285%208.946-42.81C44.608%2088.98%2084.614%2064.964%20128.316%2064.964m.522%2075.196c17.907%200%2032.118%2013.575%2032.118%2029.767c0%2024.548%2021.053%2044.91%2047.385%2044.91c5.657%200%2011.07-.94%2016.083-2.658a128.6%20128.6%200%200%201-24.763%2021.895c-12.756-.776-23.584-4.402-33.213-10.861c-18.73-12.577-29.665-33.024-29.665-54.524c0-4.722-3.124-7.87-7.81-7.87s-7.81%203.682-7.81%207.87c0%2026.742%2013.528%2051.91%2035.899%2067.115c6.383%204.37%2013.39%207.733%2021.022%2010.025a127%20127%200%200%201-32.197%208.93c-7.075-4.322-13.534-9.526-20.21-15.906c-18.95-18.278-28.956-42.811-28.956-68.926c0-16.71%2014.21-29.767%2032.117-29.767M56.526%2044.869c43.405-22.503%2099.353-22.503%20143.276%200c19.684%209.859%2036.118%2023.877%2049.314%2041.621C253.58%2099.506%20256%20113.47%20256%20128c0%207.659-.673%2015.16-1.962%2022.448c-9.916-56.513-62.241-99.576-125.2-99.576c-49.488%200-94.77%2027.682-115.302%2069.975c-5.329%2010.972-8.741%2023.53-9.991%2037.179A128%20128%200%200%201%200%20128c0-14.186%202.308-27.833%206.568-40.585c13.316-17.748%2029.965-32.539%2049.958-42.546M128%200c36.16%200%2068.816%2014.994%2092.094%2039.103a149%20149%200%200%200-12.976-7.323c-48.1-25.128-109.275-24.609-157.39%200a156%20156%200%200%200-15.49%209.088C57.608%2015.727%2090.967%200%20128%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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