umu logo
umu from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- umu
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×346
- License
- CC0
Use the umu logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 346"><path fill="#ffbd2b" d="M119.86 20.623C182.707 9.52 238.215.3 243.108.113c6.962-.188 9.408.564 10.913 3.387c2.07 3.951 2.823 228.807.753 234.264c-3.01 7.714-8.656 1.129-45.912-52.874c-21.263-30.671-46.665-66.799-56.638-80.535C135.478 81.4 134.35 79.142 135.102 72.18l.94-7.338l-4.516 3.763c-2.446 2.07-5.08 4.516-5.644 5.457c-.753.94-2.823 1.13-4.516.376c-2.823-.94-3.011-2.822-2.258-11.101c.564-5.269 1.693-12.23 2.446-15.242c.94-4.14.752-5.268-1.317-4.515c-1.506.564-3.387 5.833-4.516 12.795c-1.13 7.15-3.01 12.23-4.516 12.795c-2.635.94-2.635-.565.94-20.134c.941-4.892.753-6.21-1.317-5.456c-1.505.564-3.198 4.704-3.763 10.16c-1.693 14.113-3.01 16.37-11.101 20.134c-5.645 2.634-11.102 8.467-22.204 23.52c-26.155 35.563-34.622 49.111-33.87 54.38c.942 7.338 6.022 9.784 12.231 5.645c12.231-7.715 30.295-15.994 38.198-17.123c4.704-.753 12.983-3.952 18.628-6.962c8.09-4.516 10.537-5.269 11.666-3.2c10.349 15.807 29.165 57.203 44.407 97.47c11.101 29.541 38.761 116.85 37.256 118.167c-.376.376-2.822.376-5.269-.377c-3.951-.94-6.02-5.08-15.24-30.67c-6.022-16.37-12.231-31.236-13.737-33.117c-2.822-3.01-9.22-3.2-83.356-3.2c-59.836 0-80.723-.564-82.416-2.257C.564 274.456 0 246.043 0 159.676C0 63.524.376 45.272 2.634 43.39C4.14 42.073 56.825 31.912 119.86 20.623"/></svg>
React
import type { SVGProps } from "react";
export function LogosUmu(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 346"><path fill="#ffbd2b" d="M119.86 20.623C182.707 9.52 238.215.3 243.108.113c6.962-.188 9.408.564 10.913 3.387c2.07 3.951 2.823 228.807.753 234.264c-3.01 7.714-8.656 1.129-45.912-52.874c-21.263-30.671-46.665-66.799-56.638-80.535C135.478 81.4 134.35 79.142 135.102 72.18l.94-7.338l-4.516 3.763c-2.446 2.07-5.08 4.516-5.644 5.457c-.753.94-2.823 1.13-4.516.376c-2.823-.94-3.011-2.822-2.258-11.101c.564-5.269 1.693-12.23 2.446-15.242c.94-4.14.752-5.268-1.317-4.515c-1.506.564-3.387 5.833-4.516 12.795c-1.13 7.15-3.01 12.23-4.516 12.795c-2.635.94-2.635-.565.94-20.134c.941-4.892.753-6.21-1.317-5.456c-1.505.564-3.198 4.704-3.763 10.16c-1.693 14.113-3.01 16.37-11.101 20.134c-5.645 2.634-11.102 8.467-22.204 23.52c-26.155 35.563-34.622 49.111-33.87 54.38c.942 7.338 6.022 9.784 12.231 5.645c12.231-7.715 30.295-15.994 38.198-17.123c4.704-.753 12.983-3.952 18.628-6.962c8.09-4.516 10.537-5.269 11.666-3.2c10.349 15.807 29.165 57.203 44.407 97.47c11.101 29.541 38.761 116.85 37.256 118.167c-.376.376-2.822.376-5.269-.377c-3.951-.94-6.02-5.08-15.24-30.67c-6.022-16.37-12.231-31.236-13.737-33.117c-2.822-3.01-9.22-3.2-83.356-3.2c-59.836 0-80.723-.564-82.416-2.257C.564 274.456 0 246.043 0 159.676C0 63.524.376 45.272 2.634 43.39C4.14 42.073 56.825 31.912 119.86 20.623"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 346"><path fill="#ffbd2b" d="M119.86 20.623C182.707 9.52 238.215.3 243.108.113c6.962-.188 9.408.564 10.913 3.387c2.07 3.951 2.823 228.807.753 234.264c-3.01 7.714-8.656 1.129-45.912-52.874c-21.263-30.671-46.665-66.799-56.638-80.535C135.478 81.4 134.35 79.142 135.102 72.18l.94-7.338l-4.516 3.763c-2.446 2.07-5.08 4.516-5.644 5.457c-.753.94-2.823 1.13-4.516.376c-2.823-.94-3.011-2.822-2.258-11.101c.564-5.269 1.693-12.23 2.446-15.242c.94-4.14.752-5.268-1.317-4.515c-1.506.564-3.387 5.833-4.516 12.795c-1.13 7.15-3.01 12.23-4.516 12.795c-2.635.94-2.635-.565.94-20.134c.941-4.892.753-6.21-1.317-5.456c-1.505.564-3.198 4.704-3.763 10.16c-1.693 14.113-3.01 16.37-11.101 20.134c-5.645 2.634-11.102 8.467-22.204 23.52c-26.155 35.563-34.622 49.111-33.87 54.38c.942 7.338 6.022 9.784 12.231 5.645c12.231-7.715 30.295-15.994 38.198-17.123c4.704-.753 12.983-3.952 18.628-6.962c8.09-4.516 10.537-5.269 11.666-3.2c10.349 15.807 29.165 57.203 44.407 97.47c11.101 29.541 38.761 116.85 37.256 118.167c-.376.376-2.822.376-5.269-.377c-3.951-.94-6.02-5.08-15.24-30.67c-6.022-16.37-12.231-31.236-13.737-33.117c-2.822-3.01-9.22-3.2-83.356-3.2c-59.836 0-80.723-.564-82.416-2.257C.564 274.456 0 246.043 0 159.676C0 63.524.376 45.272 2.634 43.39C4.14 42.073 56.825 31.912 119.86 20.623"/></svg> </template>
CSS
.icon-umu {
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%20346%22%3E%3Cpath%20fill%3D%22%23ffbd2b%22%20d%3D%22M119.86%2020.623C182.707%209.52%20238.215.3%20243.108.113c6.962-.188%209.408.564%2010.913%203.387c2.07%203.951%202.823%20228.807.753%20234.264c-3.01%207.714-8.656%201.129-45.912-52.874c-21.263-30.671-46.665-66.799-56.638-80.535C135.478%2081.4%20134.35%2079.142%20135.102%2072.18l.94-7.338l-4.516%203.763c-2.446%202.07-5.08%204.516-5.644%205.457c-.753.94-2.823%201.13-4.516.376c-2.823-.94-3.011-2.822-2.258-11.101c.564-5.269%201.693-12.23%202.446-15.242c.94-4.14.752-5.268-1.317-4.515c-1.506.564-3.387%205.833-4.516%2012.795c-1.13%207.15-3.01%2012.23-4.516%2012.795c-2.635.94-2.635-.565.94-20.134c.941-4.892.753-6.21-1.317-5.456c-1.505.564-3.198%204.704-3.763%2010.16c-1.693%2014.113-3.01%2016.37-11.101%2020.134c-5.645%202.634-11.102%208.467-22.204%2023.52c-26.155%2035.563-34.622%2049.111-33.87%2054.38c.942%207.338%206.022%209.784%2012.231%205.645c12.231-7.715%2030.295-15.994%2038.198-17.123c4.704-.753%2012.983-3.952%2018.628-6.962c8.09-4.516%2010.537-5.269%2011.666-3.2c10.349%2015.807%2029.165%2057.203%2044.407%2097.47c11.101%2029.541%2038.761%20116.85%2037.256%20118.167c-.376.376-2.822.376-5.269-.377c-3.951-.94-6.02-5.08-15.24-30.67c-6.022-16.37-12.231-31.236-13.737-33.117c-2.822-3.01-9.22-3.2-83.356-3.2c-59.836%200-80.723-.564-82.416-2.257C.564%20274.456%200%20246.043%200%20159.676C0%2063.524.376%2045.272%202.634%2043.39C4.14%2042.073%2056.825%2031.912%20119.86%2020.623%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%20346%22%3E%3Cpath%20fill%3D%22%23ffbd2b%22%20d%3D%22M119.86%2020.623C182.707%209.52%20238.215.3%20243.108.113c6.962-.188%209.408.564%2010.913%203.387c2.07%203.951%202.823%20228.807.753%20234.264c-3.01%207.714-8.656%201.129-45.912-52.874c-21.263-30.671-46.665-66.799-56.638-80.535C135.478%2081.4%20134.35%2079.142%20135.102%2072.18l.94-7.338l-4.516%203.763c-2.446%202.07-5.08%204.516-5.644%205.457c-.753.94-2.823%201.13-4.516.376c-2.823-.94-3.011-2.822-2.258-11.101c.564-5.269%201.693-12.23%202.446-15.242c.94-4.14.752-5.268-1.317-4.515c-1.506.564-3.387%205.833-4.516%2012.795c-1.13%207.15-3.01%2012.23-4.516%2012.795c-2.635.94-2.635-.565.94-20.134c.941-4.892.753-6.21-1.317-5.456c-1.505.564-3.198%204.704-3.763%2010.16c-1.693%2014.113-3.01%2016.37-11.101%2020.134c-5.645%202.634-11.102%208.467-22.204%2023.52c-26.155%2035.563-34.622%2049.111-33.87%2054.38c.942%207.338%206.022%209.784%2012.231%205.645c12.231-7.715%2030.295-15.994%2038.198-17.123c4.704-.753%2012.983-3.952%2018.628-6.962c8.09-4.516%2010.537-5.269%2011.666-3.2c10.349%2015.807%2029.165%2057.203%2044.407%2097.47c11.101%2029.541%2038.761%20116.85%2037.256%20118.167c-.376.376-2.822.376-5.269-.377c-3.951-.94-6.02-5.08-15.24-30.67c-6.022-16.37-12.231-31.236-13.737-33.117c-2.822-3.01-9.22-3.2-83.356-3.2c-59.836%200-80.723-.564-82.416-2.257C.564%20274.456%200%20246.043%200%20159.676C0%2063.524.376%2045.272%202.634%2043.39C4.14%2042.073%2056.825%2031.912%20119.86%2020.623%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/umu.svg?color=%231a73e8&size=48