otto logo
otto from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- otto
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the otto logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.893 7.95c-1.195 0-2.168.37-2.855 1.132q.146-.398.156-.968h-4.191c-.914 0-1.437.402-1.796 1.437l.185-1.437H8.157c-.775 0-1.307.37-1.5 1.096c-.524-.84-1.457-1.26-2.636-1.26C1.779 7.95.32 9.246.059 12.01l-.033.35c-.228 2.47 1.067 3.69 3.08 3.69c2.243 0 3.702-1.307 3.963-4.072l.033-.348c.059-.634.015-1.185-.114-1.655h1.899l-.545 4.66c-.108.925.392 1.35 1.23 1.35c.512 0 .686-.034.882-.066l.675-5.944h2.21l-.544 4.66c-.11.925.392 1.35 1.23 1.35c.511 0 .685-.034.881-.066l.675-5.944h1.089q.563 0 .915-.26c-.342.604-.566 1.366-.654 2.296l-.032.348c-.229 2.471 1.066 3.69 3.08 3.69c2.243 0 3.701-1.306 3.962-4.07l.033-.349c.229-2.46-1.067-3.68-3.08-3.68zM4.86 11.477l-.022.262c-.152 1.872-.762 2.449-1.513 2.449c-.675 0-1.153-.457-1.055-1.676l.021-.272c.153-1.862.762-2.45 1.513-2.45c.664 0 1.154.468 1.056 1.687m16.873 0l-.022.262c-.153 1.872-.762 2.449-1.513 2.449c-.675 0-1.154-.457-1.056-1.676l.022-.272c.152-1.862.762-2.45 1.513-2.45c.664 0 1.154.468 1.056 1.687"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOtto(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" d="M20.893 7.95c-1.195 0-2.168.37-2.855 1.132q.146-.398.156-.968h-4.191c-.914 0-1.437.402-1.796 1.437l.185-1.437H8.157c-.775 0-1.307.37-1.5 1.096c-.524-.84-1.457-1.26-2.636-1.26C1.779 7.95.32 9.246.059 12.01l-.033.35c-.228 2.47 1.067 3.69 3.08 3.69c2.243 0 3.702-1.307 3.963-4.072l.033-.348c.059-.634.015-1.185-.114-1.655h1.899l-.545 4.66c-.108.925.392 1.35 1.23 1.35c.512 0 .686-.034.882-.066l.675-5.944h2.21l-.544 4.66c-.11.925.392 1.35 1.23 1.35c.511 0 .685-.034.881-.066l.675-5.944h1.089q.563 0 .915-.26c-.342.604-.566 1.366-.654 2.296l-.032.348c-.229 2.471 1.066 3.69 3.08 3.69c2.243 0 3.701-1.306 3.962-4.07l.033-.349c.229-2.46-1.067-3.68-3.08-3.68zM4.86 11.477l-.022.262c-.152 1.872-.762 2.449-1.513 2.449c-.675 0-1.153-.457-1.055-1.676l.021-.272c.153-1.862.762-2.45 1.513-2.45c.664 0 1.154.468 1.056 1.687m16.873 0l-.022.262c-.153 1.872-.762 2.449-1.513 2.449c-.675 0-1.154-.457-1.056-1.676l.022-.272c.152-1.862.762-2.45 1.513-2.45c.664 0 1.154.468 1.056 1.687"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.893 7.95c-1.195 0-2.168.37-2.855 1.132q.146-.398.156-.968h-4.191c-.914 0-1.437.402-1.796 1.437l.185-1.437H8.157c-.775 0-1.307.37-1.5 1.096c-.524-.84-1.457-1.26-2.636-1.26C1.779 7.95.32 9.246.059 12.01l-.033.35c-.228 2.47 1.067 3.69 3.08 3.69c2.243 0 3.702-1.307 3.963-4.072l.033-.348c.059-.634.015-1.185-.114-1.655h1.899l-.545 4.66c-.108.925.392 1.35 1.23 1.35c.512 0 .686-.034.882-.066l.675-5.944h2.21l-.544 4.66c-.11.925.392 1.35 1.23 1.35c.511 0 .685-.034.881-.066l.675-5.944h1.089q.563 0 .915-.26c-.342.604-.566 1.366-.654 2.296l-.032.348c-.229 2.471 1.066 3.69 3.08 3.69c2.243 0 3.701-1.306 3.962-4.07l.033-.349c.229-2.46-1.067-3.68-3.08-3.68zM4.86 11.477l-.022.262c-.152 1.872-.762 2.449-1.513 2.449c-.675 0-1.153-.457-1.055-1.676l.021-.272c.153-1.862.762-2.45 1.513-2.45c.664 0 1.154.468 1.056 1.687m16.873 0l-.022.262c-.153 1.872-.762 2.449-1.513 2.449c-.675 0-1.154-.457-1.056-1.676l.022-.272c.152-1.862.762-2.45 1.513-2.45c.664 0 1.154.468 1.056 1.687"/></svg> </template>
CSS
.icon-otto {
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%20d%3D%22M20.893%207.95c-1.195%200-2.168.37-2.855%201.132q.146-.398.156-.968h-4.191c-.914%200-1.437.402-1.796%201.437l.185-1.437H8.157c-.775%200-1.307.37-1.5%201.096c-.524-.84-1.457-1.26-2.636-1.26C1.779%207.95.32%209.246.059%2012.01l-.033.35c-.228%202.47%201.067%203.69%203.08%203.69c2.243%200%203.702-1.307%203.963-4.072l.033-.348c.059-.634.015-1.185-.114-1.655h1.899l-.545%204.66c-.108.925.392%201.35%201.23%201.35c.512%200%20.686-.034.882-.066l.675-5.944h2.21l-.544%204.66c-.11.925.392%201.35%201.23%201.35c.511%200%20.685-.034.881-.066l.675-5.944h1.089q.563%200%20.915-.26c-.342.604-.566%201.366-.654%202.296l-.032.348c-.229%202.471%201.066%203.69%203.08%203.69c2.243%200%203.701-1.306%203.962-4.07l.033-.349c.229-2.46-1.067-3.68-3.08-3.68zM4.86%2011.477l-.022.262c-.152%201.872-.762%202.449-1.513%202.449c-.675%200-1.153-.457-1.055-1.676l.021-.272c.153-1.862.762-2.45%201.513-2.45c.664%200%201.154.468%201.056%201.687m16.873%200l-.022.262c-.153%201.872-.762%202.449-1.513%202.449c-.675%200-1.154-.457-1.056-1.676l.022-.272c.152-1.862.762-2.45%201.513-2.45c.664%200%201.154.468%201.056%201.687%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%20d%3D%22M20.893%207.95c-1.195%200-2.168.37-2.855%201.132q.146-.398.156-.968h-4.191c-.914%200-1.437.402-1.796%201.437l.185-1.437H8.157c-.775%200-1.307.37-1.5%201.096c-.524-.84-1.457-1.26-2.636-1.26C1.779%207.95.32%209.246.059%2012.01l-.033.35c-.228%202.47%201.067%203.69%203.08%203.69c2.243%200%203.702-1.307%203.963-4.072l.033-.348c.059-.634.015-1.185-.114-1.655h1.899l-.545%204.66c-.108.925.392%201.35%201.23%201.35c.512%200%20.686-.034.882-.066l.675-5.944h2.21l-.544%204.66c-.11.925.392%201.35%201.23%201.35c.511%200%20.685-.034.881-.066l.675-5.944h1.089q.563%200%20.915-.26c-.342.604-.566%201.366-.654%202.296l-.032.348c-.229%202.471%201.066%203.69%203.08%203.69c2.243%200%203.701-1.306%203.962-4.07l.033-.349c.229-2.46-1.067-3.68-3.08-3.68zM4.86%2011.477l-.022.262c-.152%201.872-.762%202.449-1.513%202.449c-.675%200-1.153-.457-1.055-1.676l.021-.272c.153-1.862.762-2.45%201.513-2.45c.664%200%201.154.468%201.056%201.687m16.873%200l-.022.262c-.153%201.872-.762%202.449-1.513%202.449c-.675%200-1.154-.457-1.056-1.676l.022-.272c.152-1.862.762-2.45%201.513-2.45c.664%200%201.154.468%201.056%201.687%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/otto.svg?color=%231a73e8&size=48