odin logo
odin from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- odin
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the odin logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A11.999 11.999 0 0 0 1.607 18c.001 0 .143.279.545.861c.456.661.725.939.725.939L14.194.2s-.468-.09-1.17-.158C12.56-.002 12 0 12 0m4.184.755L4.35 21.248a12 12 0 0 0 1.652 1.144c5.734 3.312 13.078 1.342 16.39-4.394c3.31-5.735 1.342-13.08-4.394-16.39c0 0-.42-.236-.926-.479a12 12 0 0 0-.891-.373m-5.38 1.317L2.806 15.926A9.98 9.98 0 0 1 3.34 7a9.99 9.99 0 0 1 7.463-4.928M17 3.34c4.78 2.759 6.42 8.88 3.66 13.66c-2.758 4.779-8.881 6.42-13.66 3.66z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOdin(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="M12 0A11.999 11.999 0 0 0 1.607 18c.001 0 .143.279.545.861c.456.661.725.939.725.939L14.194.2s-.468-.09-1.17-.158C12.56-.002 12 0 12 0m4.184.755L4.35 21.248a12 12 0 0 0 1.652 1.144c5.734 3.312 13.078 1.342 16.39-4.394c3.31-5.735 1.342-13.08-4.394-16.39c0 0-.42-.236-.926-.479a12 12 0 0 0-.891-.373m-5.38 1.317L2.806 15.926A9.98 9.98 0 0 1 3.34 7a9.99 9.99 0 0 1 7.463-4.928M17 3.34c4.78 2.759 6.42 8.88 3.66 13.66c-2.758 4.779-8.881 6.42-13.66 3.66z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A11.999 11.999 0 0 0 1.607 18c.001 0 .143.279.545.861c.456.661.725.939.725.939L14.194.2s-.468-.09-1.17-.158C12.56-.002 12 0 12 0m4.184.755L4.35 21.248a12 12 0 0 0 1.652 1.144c5.734 3.312 13.078 1.342 16.39-4.394c3.31-5.735 1.342-13.08-4.394-16.39c0 0-.42-.236-.926-.479a12 12 0 0 0-.891-.373m-5.38 1.317L2.806 15.926A9.98 9.98 0 0 1 3.34 7a9.99 9.99 0 0 1 7.463-4.928M17 3.34c4.78 2.759 6.42 8.88 3.66 13.66c-2.758 4.779-8.881 6.42-13.66 3.66z"/></svg> </template>
CSS
.icon-odin {
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%22M12%200A11.999%2011.999%200%200%200%201.607%2018c.001%200%20.143.279.545.861c.456.661.725.939.725.939L14.194.2s-.468-.09-1.17-.158C12.56-.002%2012%200%2012%200m4.184.755L4.35%2021.248a12%2012%200%200%200%201.652%201.144c5.734%203.312%2013.078%201.342%2016.39-4.394c3.31-5.735%201.342-13.08-4.394-16.39c0%200-.42-.236-.926-.479a12%2012%200%200%200-.891-.373m-5.38%201.317L2.806%2015.926A9.98%209.98%200%200%201%203.34%207a9.99%209.99%200%200%201%207.463-4.928M17%203.34c4.78%202.759%206.42%208.88%203.66%2013.66c-2.758%204.779-8.881%206.42-13.66%203.66z%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%22M12%200A11.999%2011.999%200%200%200%201.607%2018c.001%200%20.143.279.545.861c.456.661.725.939.725.939L14.194.2s-.468-.09-1.17-.158C12.56-.002%2012%200%2012%200m4.184.755L4.35%2021.248a12%2012%200%200%200%201.652%201.144c5.734%203.312%2013.078%201.342%2016.39-4.394c3.31-5.735%201.342-13.08-4.394-16.39c0%200-.42-.236-.926-.479a12%2012%200%200%200-.891-.373m-5.38%201.317L2.806%2015.926A9.98%209.98%200%200%201%203.34%207a9.99%209.99%200%200%201%207.463-4.928M17%203.34c4.78%202.759%206.42%208.88%203.66%2013.66c-2.758%204.779-8.881%206.42-13.66%203.66z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/odin.svg?color=%231a73e8&size=48