micro icon logo

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

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

Related icons in SVG Logos

Use the micro icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#2e3192" d="M128 0C57.302 0 0 57.302 0 128s57.302 128 128 128s128-57.302 128-128S198.698 0 128 0m60.775 145.364c-1.24 4.962-3.225 8.93-5.953 12.155c-2.48 3.225-4.962 5.21-7.69 6.202a24.2 24.2 0 0 1-8.434 1.488c-2.977 0-5.458-.496-7.442-1.736c-1.985-.992-3.473-2.729-4.713-4.713c-1.24-1.985-1.985-4.465-2.481-7.194q-.744-4.094-.744-8.93c0-1.24 0-2.481.248-4.217c.248-1.737.496-3.97.744-3.97h-.496c-3.969 9.923-9.426 17.117-16.372 22.822c-6.946 5.706-14.636 8.434-23.07 8.434c-5.705 0-10.419-2.232-13.643-6.45c-3.473-4.216-5.21-10.666-5.21-19.1c0-1.24 0-2.48.248-3.969c.249-1.24.249-1.736.497-4.217h-1.737c-2.232 4.961-4.217 11.907-5.705 18.109c-1.489 6.201-2.729 11.906-3.473 17.116c-.992 5.21-1.489 9.922-1.985 13.891c-.496 3.97-.744 6.698-.992 8.186c.248 1.24.496 2.48.744 3.97c.496 1.488.744 2.976 1.24 4.216c.497 1.24.745 2.729.993 3.97c.248 1.24.496 2.232.496 2.976c0 3.473-.744 6.202-2.233 7.938c-1.488 1.737-3.224 2.729-4.96 2.729c-2.233 0-4.218-.744-5.706-1.985c-1.737-1.488-2.48-3.72-2.48-6.697c0-4.217.743-9.675 2.232-16.124c1.488-6.45 3.72-14.636 6.45-24.31c1.488-4.466 2.728-8.93 4.216-13.396c1.489-4.465 2.729-8.682 3.97-12.403c1.24-3.72 2.232-7.194 3.224-10.17s1.489-5.21 1.737-6.946c.248-.744.496-2.48.744-4.961s.496-5.21.992-8.435c.496-3.224.744-6.697 1.24-10.17c.496-3.721.993-6.946 1.24-9.923c.497-2.232.745-4.713 1.24-7.441c.497-2.73 1.241-5.458 2.233-7.69c.993-2.481 2.481-4.466 4.218-6.202c1.736-1.736 3.969-2.48 6.697-2.48c2.977 0 4.961.992 5.954 2.728s1.488 3.97 1.24 6.45s-.496 5.209-1.24 7.938s-1.489 5.209-2.233 7.194c-1.984 6.201-3.969 11.906-6.201 16.62c-2.233 4.713-4.217 9.922-5.954 15.38c-1.488 3.72-1.984 7.193-1.984 10.17c0 5.457 1.736 9.426 4.96 12.403c3.474 2.977 7.443 4.217 12.156 4.217c3.72 0 7.442-1.24 10.915-3.969q5.208-4.092 9.674-9.674c2.977-3.721 5.457-7.69 7.442-12.155c1.984-4.217 3.473-8.186 4.465-11.411c.248-.496.496-1.488.744-3.473c.496-1.984.744-4.217 1.24-6.698c.497-2.48.993-4.96 1.489-7.69c.496-2.728.992-4.96 1.24-6.697c.496-1.985.744-3.97 1.24-6.45c.497-2.48 1.24-4.713 2.233-6.946c.992-2.232 2.48-3.969 3.97-5.457c1.735-1.488 3.72-2.233 6.449-2.233c3.224 0 5.209.993 6.45 2.73c.992 1.736 1.488 3.968 1.488 6.449c-.248 2.48-.496 4.961-1.24 7.442c-.745 2.48-1.241 4.465-1.737 5.953a248 248 0 0 1-5.954 16.62c-1.984 4.962-3.72 9.427-5.457 12.9c-1.488 3.72-2.729 6.45-3.72 8.682q-1.49 3.348-1.49 4.465c0 6.45 1.49 11.163 4.218 13.891c2.728 2.729 5.705 4.217 8.93 4.217c5.457 0 9.674-1.736 12.9-4.96c3.224-3.474 5.705-9.675 7.193-17.117h1.985c.496 7.194-.248 13.147-1.489 18.108"/></svg>

React

import type { SVGProps } from "react";

export function LogosMicroIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#2e3192" d="M128 0C57.302 0 0 57.302 0 128s57.302 128 128 128s128-57.302 128-128S198.698 0 128 0m60.775 145.364c-1.24 4.962-3.225 8.93-5.953 12.155c-2.48 3.225-4.962 5.21-7.69 6.202a24.2 24.2 0 0 1-8.434 1.488c-2.977 0-5.458-.496-7.442-1.736c-1.985-.992-3.473-2.729-4.713-4.713c-1.24-1.985-1.985-4.465-2.481-7.194q-.744-4.094-.744-8.93c0-1.24 0-2.481.248-4.217c.248-1.737.496-3.97.744-3.97h-.496c-3.969 9.923-9.426 17.117-16.372 22.822c-6.946 5.706-14.636 8.434-23.07 8.434c-5.705 0-10.419-2.232-13.643-6.45c-3.473-4.216-5.21-10.666-5.21-19.1c0-1.24 0-2.48.248-3.969c.249-1.24.249-1.736.497-4.217h-1.737c-2.232 4.961-4.217 11.907-5.705 18.109c-1.489 6.201-2.729 11.906-3.473 17.116c-.992 5.21-1.489 9.922-1.985 13.891c-.496 3.97-.744 6.698-.992 8.186c.248 1.24.496 2.48.744 3.97c.496 1.488.744 2.976 1.24 4.216c.497 1.24.745 2.729.993 3.97c.248 1.24.496 2.232.496 2.976c0 3.473-.744 6.202-2.233 7.938c-1.488 1.737-3.224 2.729-4.96 2.729c-2.233 0-4.218-.744-5.706-1.985c-1.737-1.488-2.48-3.72-2.48-6.697c0-4.217.743-9.675 2.232-16.124c1.488-6.45 3.72-14.636 6.45-24.31c1.488-4.466 2.728-8.93 4.216-13.396c1.489-4.465 2.729-8.682 3.97-12.403c1.24-3.72 2.232-7.194 3.224-10.17s1.489-5.21 1.737-6.946c.248-.744.496-2.48.744-4.961s.496-5.21.992-8.435c.496-3.224.744-6.697 1.24-10.17c.496-3.721.993-6.946 1.24-9.923c.497-2.232.745-4.713 1.24-7.441c.497-2.73 1.241-5.458 2.233-7.69c.993-2.481 2.481-4.466 4.218-6.202c1.736-1.736 3.969-2.48 6.697-2.48c2.977 0 4.961.992 5.954 2.728s1.488 3.97 1.24 6.45s-.496 5.209-1.24 7.938s-1.489 5.209-2.233 7.194c-1.984 6.201-3.969 11.906-6.201 16.62c-2.233 4.713-4.217 9.922-5.954 15.38c-1.488 3.72-1.984 7.193-1.984 10.17c0 5.457 1.736 9.426 4.96 12.403c3.474 2.977 7.443 4.217 12.156 4.217c3.72 0 7.442-1.24 10.915-3.969q5.208-4.092 9.674-9.674c2.977-3.721 5.457-7.69 7.442-12.155c1.984-4.217 3.473-8.186 4.465-11.411c.248-.496.496-1.488.744-3.473c.496-1.984.744-4.217 1.24-6.698c.497-2.48.993-4.96 1.489-7.69c.496-2.728.992-4.96 1.24-6.697c.496-1.985.744-3.97 1.24-6.45c.497-2.48 1.24-4.713 2.233-6.946c.992-2.232 2.48-3.969 3.97-5.457c1.735-1.488 3.72-2.233 6.449-2.233c3.224 0 5.209.993 6.45 2.73c.992 1.736 1.488 3.968 1.488 6.449c-.248 2.48-.496 4.961-1.24 7.442c-.745 2.48-1.241 4.465-1.737 5.953a248 248 0 0 1-5.954 16.62c-1.984 4.962-3.72 9.427-5.457 12.9c-1.488 3.72-2.729 6.45-3.72 8.682q-1.49 3.348-1.49 4.465c0 6.45 1.49 11.163 4.218 13.891c2.728 2.729 5.705 4.217 8.93 4.217c5.457 0 9.674-1.736 12.9-4.96c3.224-3.474 5.705-9.675 7.193-17.117h1.985c.496 7.194-.248 13.147-1.489 18.108"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#2e3192" d="M128 0C57.302 0 0 57.302 0 128s57.302 128 128 128s128-57.302 128-128S198.698 0 128 0m60.775 145.364c-1.24 4.962-3.225 8.93-5.953 12.155c-2.48 3.225-4.962 5.21-7.69 6.202a24.2 24.2 0 0 1-8.434 1.488c-2.977 0-5.458-.496-7.442-1.736c-1.985-.992-3.473-2.729-4.713-4.713c-1.24-1.985-1.985-4.465-2.481-7.194q-.744-4.094-.744-8.93c0-1.24 0-2.481.248-4.217c.248-1.737.496-3.97.744-3.97h-.496c-3.969 9.923-9.426 17.117-16.372 22.822c-6.946 5.706-14.636 8.434-23.07 8.434c-5.705 0-10.419-2.232-13.643-6.45c-3.473-4.216-5.21-10.666-5.21-19.1c0-1.24 0-2.48.248-3.969c.249-1.24.249-1.736.497-4.217h-1.737c-2.232 4.961-4.217 11.907-5.705 18.109c-1.489 6.201-2.729 11.906-3.473 17.116c-.992 5.21-1.489 9.922-1.985 13.891c-.496 3.97-.744 6.698-.992 8.186c.248 1.24.496 2.48.744 3.97c.496 1.488.744 2.976 1.24 4.216c.497 1.24.745 2.729.993 3.97c.248 1.24.496 2.232.496 2.976c0 3.473-.744 6.202-2.233 7.938c-1.488 1.737-3.224 2.729-4.96 2.729c-2.233 0-4.218-.744-5.706-1.985c-1.737-1.488-2.48-3.72-2.48-6.697c0-4.217.743-9.675 2.232-16.124c1.488-6.45 3.72-14.636 6.45-24.31c1.488-4.466 2.728-8.93 4.216-13.396c1.489-4.465 2.729-8.682 3.97-12.403c1.24-3.72 2.232-7.194 3.224-10.17s1.489-5.21 1.737-6.946c.248-.744.496-2.48.744-4.961s.496-5.21.992-8.435c.496-3.224.744-6.697 1.24-10.17c.496-3.721.993-6.946 1.24-9.923c.497-2.232.745-4.713 1.24-7.441c.497-2.73 1.241-5.458 2.233-7.69c.993-2.481 2.481-4.466 4.218-6.202c1.736-1.736 3.969-2.48 6.697-2.48c2.977 0 4.961.992 5.954 2.728s1.488 3.97 1.24 6.45s-.496 5.209-1.24 7.938s-1.489 5.209-2.233 7.194c-1.984 6.201-3.969 11.906-6.201 16.62c-2.233 4.713-4.217 9.922-5.954 15.38c-1.488 3.72-1.984 7.193-1.984 10.17c0 5.457 1.736 9.426 4.96 12.403c3.474 2.977 7.443 4.217 12.156 4.217c3.72 0 7.442-1.24 10.915-3.969q5.208-4.092 9.674-9.674c2.977-3.721 5.457-7.69 7.442-12.155c1.984-4.217 3.473-8.186 4.465-11.411c.248-.496.496-1.488.744-3.473c.496-1.984.744-4.217 1.24-6.698c.497-2.48.993-4.96 1.489-7.69c.496-2.728.992-4.96 1.24-6.697c.496-1.985.744-3.97 1.24-6.45c.497-2.48 1.24-4.713 2.233-6.946c.992-2.232 2.48-3.969 3.97-5.457c1.735-1.488 3.72-2.233 6.449-2.233c3.224 0 5.209.993 6.45 2.73c.992 1.736 1.488 3.968 1.488 6.449c-.248 2.48-.496 4.961-1.24 7.442c-.745 2.48-1.241 4.465-1.737 5.953a248 248 0 0 1-5.954 16.62c-1.984 4.962-3.72 9.427-5.457 12.9c-1.488 3.72-2.729 6.45-3.72 8.682q-1.49 3.348-1.49 4.465c0 6.45 1.49 11.163 4.218 13.891c2.728 2.729 5.705 4.217 8.93 4.217c5.457 0 9.674-1.736 12.9-4.96c3.224-3.474 5.705-9.675 7.193-17.117h1.985c.496 7.194-.248 13.147-1.489 18.108"/></svg>
</template>

CSS

.icon-micro-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%232e3192%22%20d%3D%22M128%200C57.302%200%200%2057.302%200%20128s57.302%20128%20128%20128s128-57.302%20128-128S198.698%200%20128%200m60.775%20145.364c-1.24%204.962-3.225%208.93-5.953%2012.155c-2.48%203.225-4.962%205.21-7.69%206.202a24.2%2024.2%200%200%201-8.434%201.488c-2.977%200-5.458-.496-7.442-1.736c-1.985-.992-3.473-2.729-4.713-4.713c-1.24-1.985-1.985-4.465-2.481-7.194q-.744-4.094-.744-8.93c0-1.24%200-2.481.248-4.217c.248-1.737.496-3.97.744-3.97h-.496c-3.969%209.923-9.426%2017.117-16.372%2022.822c-6.946%205.706-14.636%208.434-23.07%208.434c-5.705%200-10.419-2.232-13.643-6.45c-3.473-4.216-5.21-10.666-5.21-19.1c0-1.24%200-2.48.248-3.969c.249-1.24.249-1.736.497-4.217h-1.737c-2.232%204.961-4.217%2011.907-5.705%2018.109c-1.489%206.201-2.729%2011.906-3.473%2017.116c-.992%205.21-1.489%209.922-1.985%2013.891c-.496%203.97-.744%206.698-.992%208.186c.248%201.24.496%202.48.744%203.97c.496%201.488.744%202.976%201.24%204.216c.497%201.24.745%202.729.993%203.97c.248%201.24.496%202.232.496%202.976c0%203.473-.744%206.202-2.233%207.938c-1.488%201.737-3.224%202.729-4.96%202.729c-2.233%200-4.218-.744-5.706-1.985c-1.737-1.488-2.48-3.72-2.48-6.697c0-4.217.743-9.675%202.232-16.124c1.488-6.45%203.72-14.636%206.45-24.31c1.488-4.466%202.728-8.93%204.216-13.396c1.489-4.465%202.729-8.682%203.97-12.403c1.24-3.72%202.232-7.194%203.224-10.17s1.489-5.21%201.737-6.946c.248-.744.496-2.48.744-4.961s.496-5.21.992-8.435c.496-3.224.744-6.697%201.24-10.17c.496-3.721.993-6.946%201.24-9.923c.497-2.232.745-4.713%201.24-7.441c.497-2.73%201.241-5.458%202.233-7.69c.993-2.481%202.481-4.466%204.218-6.202c1.736-1.736%203.969-2.48%206.697-2.48c2.977%200%204.961.992%205.954%202.728s1.488%203.97%201.24%206.45s-.496%205.209-1.24%207.938s-1.489%205.209-2.233%207.194c-1.984%206.201-3.969%2011.906-6.201%2016.62c-2.233%204.713-4.217%209.922-5.954%2015.38c-1.488%203.72-1.984%207.193-1.984%2010.17c0%205.457%201.736%209.426%204.96%2012.403c3.474%202.977%207.443%204.217%2012.156%204.217c3.72%200%207.442-1.24%2010.915-3.969q5.208-4.092%209.674-9.674c2.977-3.721%205.457-7.69%207.442-12.155c1.984-4.217%203.473-8.186%204.465-11.411c.248-.496.496-1.488.744-3.473c.496-1.984.744-4.217%201.24-6.698c.497-2.48.993-4.96%201.489-7.69c.496-2.728.992-4.96%201.24-6.697c.496-1.985.744-3.97%201.24-6.45c.497-2.48%201.24-4.713%202.233-6.946c.992-2.232%202.48-3.969%203.97-5.457c1.735-1.488%203.72-2.233%206.449-2.233c3.224%200%205.209.993%206.45%202.73c.992%201.736%201.488%203.968%201.488%206.449c-.248%202.48-.496%204.961-1.24%207.442c-.745%202.48-1.241%204.465-1.737%205.953a248%20248%200%200%201-5.954%2016.62c-1.984%204.962-3.72%209.427-5.457%2012.9c-1.488%203.72-2.729%206.45-3.72%208.682q-1.49%203.348-1.49%204.465c0%206.45%201.49%2011.163%204.218%2013.891c2.728%202.729%205.705%204.217%208.93%204.217c5.457%200%209.674-1.736%2012.9-4.96c3.224-3.474%205.705-9.675%207.193-17.117h1.985c.496%207.194-.248%2013.147-1.489%2018.108%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%232e3192%22%20d%3D%22M128%200C57.302%200%200%2057.302%200%20128s57.302%20128%20128%20128s128-57.302%20128-128S198.698%200%20128%200m60.775%20145.364c-1.24%204.962-3.225%208.93-5.953%2012.155c-2.48%203.225-4.962%205.21-7.69%206.202a24.2%2024.2%200%200%201-8.434%201.488c-2.977%200-5.458-.496-7.442-1.736c-1.985-.992-3.473-2.729-4.713-4.713c-1.24-1.985-1.985-4.465-2.481-7.194q-.744-4.094-.744-8.93c0-1.24%200-2.481.248-4.217c.248-1.737.496-3.97.744-3.97h-.496c-3.969%209.923-9.426%2017.117-16.372%2022.822c-6.946%205.706-14.636%208.434-23.07%208.434c-5.705%200-10.419-2.232-13.643-6.45c-3.473-4.216-5.21-10.666-5.21-19.1c0-1.24%200-2.48.248-3.969c.249-1.24.249-1.736.497-4.217h-1.737c-2.232%204.961-4.217%2011.907-5.705%2018.109c-1.489%206.201-2.729%2011.906-3.473%2017.116c-.992%205.21-1.489%209.922-1.985%2013.891c-.496%203.97-.744%206.698-.992%208.186c.248%201.24.496%202.48.744%203.97c.496%201.488.744%202.976%201.24%204.216c.497%201.24.745%202.729.993%203.97c.248%201.24.496%202.232.496%202.976c0%203.473-.744%206.202-2.233%207.938c-1.488%201.737-3.224%202.729-4.96%202.729c-2.233%200-4.218-.744-5.706-1.985c-1.737-1.488-2.48-3.72-2.48-6.697c0-4.217.743-9.675%202.232-16.124c1.488-6.45%203.72-14.636%206.45-24.31c1.488-4.466%202.728-8.93%204.216-13.396c1.489-4.465%202.729-8.682%203.97-12.403c1.24-3.72%202.232-7.194%203.224-10.17s1.489-5.21%201.737-6.946c.248-.744.496-2.48.744-4.961s.496-5.21.992-8.435c.496-3.224.744-6.697%201.24-10.17c.496-3.721.993-6.946%201.24-9.923c.497-2.232.745-4.713%201.24-7.441c.497-2.73%201.241-5.458%202.233-7.69c.993-2.481%202.481-4.466%204.218-6.202c1.736-1.736%203.969-2.48%206.697-2.48c2.977%200%204.961.992%205.954%202.728s1.488%203.97%201.24%206.45s-.496%205.209-1.24%207.938s-1.489%205.209-2.233%207.194c-1.984%206.201-3.969%2011.906-6.201%2016.62c-2.233%204.713-4.217%209.922-5.954%2015.38c-1.488%203.72-1.984%207.193-1.984%2010.17c0%205.457%201.736%209.426%204.96%2012.403c3.474%202.977%207.443%204.217%2012.156%204.217c3.72%200%207.442-1.24%2010.915-3.969q5.208-4.092%209.674-9.674c2.977-3.721%205.457-7.69%207.442-12.155c1.984-4.217%203.473-8.186%204.465-11.411c.248-.496.496-1.488.744-3.473c.496-1.984.744-4.217%201.24-6.698c.497-2.48.993-4.96%201.489-7.69c.496-2.728.992-4.96%201.24-6.697c.496-1.985.744-3.97%201.24-6.45c.497-2.48%201.24-4.713%202.233-6.946c.992-2.232%202.48-3.969%203.97-5.457c1.735-1.488%203.72-2.233%206.449-2.233c3.224%200%205.209.993%206.45%202.73c.992%201.736%201.488%203.968%201.488%206.449c-.248%202.48-.496%204.961-1.24%207.442c-.745%202.48-1.241%204.465-1.737%205.953a248%20248%200%200%201-5.954%2016.62c-1.984%204.962-3.72%209.427-5.457%2012.9c-1.488%203.72-2.729%206.45-3.72%208.682q-1.49%203.348-1.49%204.465c0%206.45%201.49%2011.163%204.218%2013.891c2.728%202.729%205.705%204.217%208.93%204.217c5.457%200%209.674-1.736%2012.9-4.96c3.224-3.474%205.705-9.675%207.193-17.117h1.985c.496%207.194-.248%2013.147-1.489%2018.108%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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