odin logo
odin from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- odin
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 260×260
- License
- MIT
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 260 260"><path fill="#448aff" d="M73.123 212.264a99 99 0 0 1-6.865-5.18l98.605-170.789s4.059 1.506 7.412 3.113c4.226 2.026 7.726 4 7.726 4c47.796 27.596 64.198 88.805 36.602 136.6c-27.595 47.798-88.804 64.198-136.6 36.603c0 0-3.347-1.924-6.879-4.346zm98.545-154.422L88.336 202.177c39.831 22.997 90.838 9.329 113.834-30.5c22.995-39.832 9.33-90.838-30.5-113.835zM47.944 187.19c-3.35-4.852-4.543-7.18-4.543-7.18c-17.227-29.922-18.49-67.972 0-100s52.075-49.958 86.603-50c0 0 4.661-.011 8.543.36c5.847.56 9.735 1.315 9.735 1.315L53.986 195.011s-2.237-2.316-6.04-7.82zm72.084-139.903c-25.13 3.054-48.573 17.467-62.193 41.058c-13.62 23.589-14.378 51.098-4.459 74.39z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeOdin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 260 260"><path fill="#448aff" d="M73.123 212.264a99 99 0 0 1-6.865-5.18l98.605-170.789s4.059 1.506 7.412 3.113c4.226 2.026 7.726 4 7.726 4c47.796 27.596 64.198 88.805 36.602 136.6c-27.595 47.798-88.804 64.198-136.6 36.603c0 0-3.347-1.924-6.879-4.346zm98.545-154.422L88.336 202.177c39.831 22.997 90.838 9.329 113.834-30.5c22.995-39.832 9.33-90.838-30.5-113.835zM47.944 187.19c-3.35-4.852-4.543-7.18-4.543-7.18c-17.227-29.922-18.49-67.972 0-100s52.075-49.958 86.603-50c0 0 4.661-.011 8.543.36c5.847.56 9.735 1.315 9.735 1.315L53.986 195.011s-2.237-2.316-6.04-7.82zm72.084-139.903c-25.13 3.054-48.573 17.467-62.193 41.058c-13.62 23.589-14.378 51.098-4.459 74.39z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 260 260"><path fill="#448aff" d="M73.123 212.264a99 99 0 0 1-6.865-5.18l98.605-170.789s4.059 1.506 7.412 3.113c4.226 2.026 7.726 4 7.726 4c47.796 27.596 64.198 88.805 36.602 136.6c-27.595 47.798-88.804 64.198-136.6 36.603c0 0-3.347-1.924-6.879-4.346zm98.545-154.422L88.336 202.177c39.831 22.997 90.838 9.329 113.834-30.5c22.995-39.832 9.33-90.838-30.5-113.835zM47.944 187.19c-3.35-4.852-4.543-7.18-4.543-7.18c-17.227-29.922-18.49-67.972 0-100s52.075-49.958 86.603-50c0 0 4.661-.011 8.543.36c5.847.56 9.735 1.315 9.735 1.315L53.986 195.011s-2.237-2.316-6.04-7.82zm72.084-139.903c-25.13 3.054-48.573 17.467-62.193 41.058c-13.62 23.589-14.378 51.098-4.459 74.39z"/></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%20260%20260%22%3E%3Cpath%20fill%3D%22%23448aff%22%20d%3D%22M73.123%20212.264a99%2099%200%200%201-6.865-5.18l98.605-170.789s4.059%201.506%207.412%203.113c4.226%202.026%207.726%204%207.726%204c47.796%2027.596%2064.198%2088.805%2036.602%20136.6c-27.595%2047.798-88.804%2064.198-136.6%2036.603c0%200-3.347-1.924-6.879-4.346zm98.545-154.422L88.336%20202.177c39.831%2022.997%2090.838%209.329%20113.834-30.5c22.995-39.832%209.33-90.838-30.5-113.835zM47.944%20187.19c-3.35-4.852-4.543-7.18-4.543-7.18c-17.227-29.922-18.49-67.972%200-100s52.075-49.958%2086.603-50c0%200%204.661-.011%208.543.36c5.847.56%209.735%201.315%209.735%201.315L53.986%20195.011s-2.237-2.316-6.04-7.82zm72.084-139.903c-25.13%203.054-48.573%2017.467-62.193%2041.058c-13.62%2023.589-14.378%2051.098-4.459%2074.39z%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%20260%20260%22%3E%3Cpath%20fill%3D%22%23448aff%22%20d%3D%22M73.123%20212.264a99%2099%200%200%201-6.865-5.18l98.605-170.789s4.059%201.506%207.412%203.113c4.226%202.026%207.726%204%207.726%204c47.796%2027.596%2064.198%2088.805%2036.602%20136.6c-27.595%2047.798-88.804%2064.198-136.6%2036.603c0%200-3.347-1.924-6.879-4.346zm98.545-154.422L88.336%20202.177c39.831%2022.997%2090.838%209.329%20113.834-30.5c22.995-39.832%209.33-90.838-30.5-113.835zM47.944%20187.19c-3.35-4.852-4.543-7.18-4.543-7.18c-17.227-29.922-18.49-67.972%200-100s52.075-49.958%2086.603-50c0%200%204.661-.011%208.543.36c5.847.56%209.735%201.315%209.735%201.315L53.986%20195.011s-2.237-2.316-6.04-7.82zm72.084-139.903c-25.13%203.054-48.573%2017.467-62.193%2041.058c-13.62%2023.589-14.378%2051.098-4.459%2074.39z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/odin.svg?color=%231a73e8&size=48