microcosm logo
microcosm from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- microcosm
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the microcosm logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#184ae8" d="M217.768 59.042c-.78.779-.268 3.279-1.056 4.053c-20.387 29.006-49.424 61.332-69.812 81.34c-19.984 20.389-55.073 51.778-83.69 72.16c-.784.785-3.422.414-4.2 1.203c-9.407-7.054-17.246-15.678-23.912-25.485c-3.92-5.872-7.45-12.144-10.576-18.814c-6.276-14.112-9.801-29.391-9.801-45.864c0-62.706 50.561-113.273 113.273-113.273c16.466 0 32.14 3.525 45.868 9.807c6.656 2.74 12.532 6.277 18.415 10.186c9.418 7.44 18.04 15.285 25.49 24.687"/><path fill="#184ae8" d="M241.286 128.034c0 62.715-50.567 113.267-113.283 113.267c-18.425 0-36.062-4.32-51.346-12.148c-6.277-3.125-12.148-7.056-17.63-11.375c.778-.384 1.956-1.173 2.745-1.962c29.006-20.388 62.71-50.947 82.71-71.345c20.382-19.982 50.95-54.097 71.338-82.708c.78-.774 1.174-1.963 1.968-2.737c4.31 5.478 8.22 11.37 11.364 17.626c7.43 15.715 12.134 32.952 12.134 51.382"/><path fill="#ff6464" d="M231.49 73.153c-.78 1.173-1.579 2.352-2.742 3.525c-21.167 29-50.952 61.932-70.56 81.526c-19.989 19.977-52.92 49.788-81.53 70.56c-1.175.774-2.353 1.578-3.526 2.742c-23.129 16.462-39.982 24.3-52.13 24.3c-6.277 0-10.98-1.966-14.895-5.876c-11.365-11.37-7.056-34.483 14.506-72.112l1.578-1.973l2.331-2.346c3.047 6.538 6.611 12.832 10.575 18.814c-16.468 29.795-16.452 41.948-14.884 43.906h1.173c3.131 0 13.327-1.584 38.024-18.82c.784-.384 1.957-1.173 2.736-1.968c29.011-20.387 62.716-50.946 82.72-71.34C165.252 124.11 195.816 90 216.198 61.38c.79-.78 1.174-1.968 1.968-2.742c21.555-30.963 18.43-39.192 18.43-39.192c-1.962-1.168-14.11-1.168-43.9 15.279c-5.873-3.93-11.76-7.45-18.426-10.191l4.315-3.92c37.63-21.561 60.358-25.87 72.123-14.505c10.95 11.774 5.077 32.557-19.22 67.045"/></svg>
React
import type { SVGProps } from "react";
export function LogosMicrocosm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#184ae8" d="M217.768 59.042c-.78.779-.268 3.279-1.056 4.053c-20.387 29.006-49.424 61.332-69.812 81.34c-19.984 20.389-55.073 51.778-83.69 72.16c-.784.785-3.422.414-4.2 1.203c-9.407-7.054-17.246-15.678-23.912-25.485c-3.92-5.872-7.45-12.144-10.576-18.814c-6.276-14.112-9.801-29.391-9.801-45.864c0-62.706 50.561-113.273 113.273-113.273c16.466 0 32.14 3.525 45.868 9.807c6.656 2.74 12.532 6.277 18.415 10.186c9.418 7.44 18.04 15.285 25.49 24.687"/><path fill="#184ae8" d="M241.286 128.034c0 62.715-50.567 113.267-113.283 113.267c-18.425 0-36.062-4.32-51.346-12.148c-6.277-3.125-12.148-7.056-17.63-11.375c.778-.384 1.956-1.173 2.745-1.962c29.006-20.388 62.71-50.947 82.71-71.345c20.382-19.982 50.95-54.097 71.338-82.708c.78-.774 1.174-1.963 1.968-2.737c4.31 5.478 8.22 11.37 11.364 17.626c7.43 15.715 12.134 32.952 12.134 51.382"/><path fill="#ff6464" d="M231.49 73.153c-.78 1.173-1.579 2.352-2.742 3.525c-21.167 29-50.952 61.932-70.56 81.526c-19.989 19.977-52.92 49.788-81.53 70.56c-1.175.774-2.353 1.578-3.526 2.742c-23.129 16.462-39.982 24.3-52.13 24.3c-6.277 0-10.98-1.966-14.895-5.876c-11.365-11.37-7.056-34.483 14.506-72.112l1.578-1.973l2.331-2.346c3.047 6.538 6.611 12.832 10.575 18.814c-16.468 29.795-16.452 41.948-14.884 43.906h1.173c3.131 0 13.327-1.584 38.024-18.82c.784-.384 1.957-1.173 2.736-1.968c29.011-20.387 62.716-50.946 82.72-71.34C165.252 124.11 195.816 90 216.198 61.38c.79-.78 1.174-1.968 1.968-2.742c21.555-30.963 18.43-39.192 18.43-39.192c-1.962-1.168-14.11-1.168-43.9 15.279c-5.873-3.93-11.76-7.45-18.426-10.191l4.315-3.92c37.63-21.561 60.358-25.87 72.123-14.505c10.95 11.774 5.077 32.557-19.22 67.045"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#184ae8" d="M217.768 59.042c-.78.779-.268 3.279-1.056 4.053c-20.387 29.006-49.424 61.332-69.812 81.34c-19.984 20.389-55.073 51.778-83.69 72.16c-.784.785-3.422.414-4.2 1.203c-9.407-7.054-17.246-15.678-23.912-25.485c-3.92-5.872-7.45-12.144-10.576-18.814c-6.276-14.112-9.801-29.391-9.801-45.864c0-62.706 50.561-113.273 113.273-113.273c16.466 0 32.14 3.525 45.868 9.807c6.656 2.74 12.532 6.277 18.415 10.186c9.418 7.44 18.04 15.285 25.49 24.687"/><path fill="#184ae8" d="M241.286 128.034c0 62.715-50.567 113.267-113.283 113.267c-18.425 0-36.062-4.32-51.346-12.148c-6.277-3.125-12.148-7.056-17.63-11.375c.778-.384 1.956-1.173 2.745-1.962c29.006-20.388 62.71-50.947 82.71-71.345c20.382-19.982 50.95-54.097 71.338-82.708c.78-.774 1.174-1.963 1.968-2.737c4.31 5.478 8.22 11.37 11.364 17.626c7.43 15.715 12.134 32.952 12.134 51.382"/><path fill="#ff6464" d="M231.49 73.153c-.78 1.173-1.579 2.352-2.742 3.525c-21.167 29-50.952 61.932-70.56 81.526c-19.989 19.977-52.92 49.788-81.53 70.56c-1.175.774-2.353 1.578-3.526 2.742c-23.129 16.462-39.982 24.3-52.13 24.3c-6.277 0-10.98-1.966-14.895-5.876c-11.365-11.37-7.056-34.483 14.506-72.112l1.578-1.973l2.331-2.346c3.047 6.538 6.611 12.832 10.575 18.814c-16.468 29.795-16.452 41.948-14.884 43.906h1.173c3.131 0 13.327-1.584 38.024-18.82c.784-.384 1.957-1.173 2.736-1.968c29.011-20.387 62.716-50.946 82.72-71.34C165.252 124.11 195.816 90 216.198 61.38c.79-.78 1.174-1.968 1.968-2.742c21.555-30.963 18.43-39.192 18.43-39.192c-1.962-1.168-14.11-1.168-43.9 15.279c-5.873-3.93-11.76-7.45-18.426-10.191l4.315-3.92c37.63-21.561 60.358-25.87 72.123-14.505c10.95 11.774 5.077 32.557-19.22 67.045"/></svg> </template>
CSS
.icon-microcosm {
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%23184ae8%22%20d%3D%22M217.768%2059.042c-.78.779-.268%203.279-1.056%204.053c-20.387%2029.006-49.424%2061.332-69.812%2081.34c-19.984%2020.389-55.073%2051.778-83.69%2072.16c-.784.785-3.422.414-4.2%201.203c-9.407-7.054-17.246-15.678-23.912-25.485c-3.92-5.872-7.45-12.144-10.576-18.814c-6.276-14.112-9.801-29.391-9.801-45.864c0-62.706%2050.561-113.273%20113.273-113.273c16.466%200%2032.14%203.525%2045.868%209.807c6.656%202.74%2012.532%206.277%2018.415%2010.186c9.418%207.44%2018.04%2015.285%2025.49%2024.687%22%2F%3E%3Cpath%20fill%3D%22%23184ae8%22%20d%3D%22M241.286%20128.034c0%2062.715-50.567%20113.267-113.283%20113.267c-18.425%200-36.062-4.32-51.346-12.148c-6.277-3.125-12.148-7.056-17.63-11.375c.778-.384%201.956-1.173%202.745-1.962c29.006-20.388%2062.71-50.947%2082.71-71.345c20.382-19.982%2050.95-54.097%2071.338-82.708c.78-.774%201.174-1.963%201.968-2.737c4.31%205.478%208.22%2011.37%2011.364%2017.626c7.43%2015.715%2012.134%2032.952%2012.134%2051.382%22%2F%3E%3Cpath%20fill%3D%22%23ff6464%22%20d%3D%22M231.49%2073.153c-.78%201.173-1.579%202.352-2.742%203.525c-21.167%2029-50.952%2061.932-70.56%2081.526c-19.989%2019.977-52.92%2049.788-81.53%2070.56c-1.175.774-2.353%201.578-3.526%202.742c-23.129%2016.462-39.982%2024.3-52.13%2024.3c-6.277%200-10.98-1.966-14.895-5.876c-11.365-11.37-7.056-34.483%2014.506-72.112l1.578-1.973l2.331-2.346c3.047%206.538%206.611%2012.832%2010.575%2018.814c-16.468%2029.795-16.452%2041.948-14.884%2043.906h1.173c3.131%200%2013.327-1.584%2038.024-18.82c.784-.384%201.957-1.173%202.736-1.968c29.011-20.387%2062.716-50.946%2082.72-71.34C165.252%20124.11%20195.816%2090%20216.198%2061.38c.79-.78%201.174-1.968%201.968-2.742c21.555-30.963%2018.43-39.192%2018.43-39.192c-1.962-1.168-14.11-1.168-43.9%2015.279c-5.873-3.93-11.76-7.45-18.426-10.191l4.315-3.92c37.63-21.561%2060.358-25.87%2072.123-14.505c10.95%2011.774%205.077%2032.557-19.22%2067.045%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%23184ae8%22%20d%3D%22M217.768%2059.042c-.78.779-.268%203.279-1.056%204.053c-20.387%2029.006-49.424%2061.332-69.812%2081.34c-19.984%2020.389-55.073%2051.778-83.69%2072.16c-.784.785-3.422.414-4.2%201.203c-9.407-7.054-17.246-15.678-23.912-25.485c-3.92-5.872-7.45-12.144-10.576-18.814c-6.276-14.112-9.801-29.391-9.801-45.864c0-62.706%2050.561-113.273%20113.273-113.273c16.466%200%2032.14%203.525%2045.868%209.807c6.656%202.74%2012.532%206.277%2018.415%2010.186c9.418%207.44%2018.04%2015.285%2025.49%2024.687%22%2F%3E%3Cpath%20fill%3D%22%23184ae8%22%20d%3D%22M241.286%20128.034c0%2062.715-50.567%20113.267-113.283%20113.267c-18.425%200-36.062-4.32-51.346-12.148c-6.277-3.125-12.148-7.056-17.63-11.375c.778-.384%201.956-1.173%202.745-1.962c29.006-20.388%2062.71-50.947%2082.71-71.345c20.382-19.982%2050.95-54.097%2071.338-82.708c.78-.774%201.174-1.963%201.968-2.737c4.31%205.478%208.22%2011.37%2011.364%2017.626c7.43%2015.715%2012.134%2032.952%2012.134%2051.382%22%2F%3E%3Cpath%20fill%3D%22%23ff6464%22%20d%3D%22M231.49%2073.153c-.78%201.173-1.579%202.352-2.742%203.525c-21.167%2029-50.952%2061.932-70.56%2081.526c-19.989%2019.977-52.92%2049.788-81.53%2070.56c-1.175.774-2.353%201.578-3.526%202.742c-23.129%2016.462-39.982%2024.3-52.13%2024.3c-6.277%200-10.98-1.966-14.895-5.876c-11.365-11.37-7.056-34.483%2014.506-72.112l1.578-1.973l2.331-2.346c3.047%206.538%206.611%2012.832%2010.575%2018.814c-16.468%2029.795-16.452%2041.948-14.884%2043.906h1.173c3.131%200%2013.327-1.584%2038.024-18.82c.784-.384%201.957-1.173%202.736-1.968c29.011-20.387%2062.716-50.946%2082.72-71.34C165.252%20124.11%20195.816%2090%20216.198%2061.38c.79-.78%201.174-1.968%201.968-2.742c21.555-30.963%2018.43-39.192%2018.43-39.192c-1.962-1.168-14.11-1.168-43.9%2015.279c-5.873-3.93-11.76-7.45-18.426-10.191l4.315-3.92c37.63-21.561%2060.358-25.87%2072.123-14.505c10.95%2011.774%205.077%2032.557-19.22%2067.045%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/microcosm.svg?color=%231a73e8&size=48