odin-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.

Name
odin-wordmark
Set
Devicon
Style
Wordmark
Viewbox
128×128
License
MIT

1 other variant in Devicon

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 128 128"><path fill="url(#SVGtcLqQd5r)" d="M3507.87 248.031C3507.87 111.139 3426.14 0 3325.47 0H182.409C81.735 0 0 111.139 0 248.031V2232.28c0 136.9 81.735 248.04 182.409 248.04H3325.47c100.67 0 182.4-111.14 182.4-248.04z" transform="matrix(.03649 0 0 .02684 0 30.72)"/><path fill="#fff" d="M15.586 76.88c-.605-.415-1.083-.817-1.083-.817L30.058 49.12s.64.237 1.169.49c.667.32 1.219.632 1.219.632c7.54 4.353 10.127 14.009 5.774 21.549s-14.01 10.127-21.55 5.774c0 0-.527-.304-1.084-.686M31.13 52.52L17.985 75.289c6.284 3.628 14.33 1.472 17.958-4.812c3.628-6.283 1.472-14.33-4.812-17.957M11.613 72.925c-.528-.766-.716-1.133-.716-1.133c-2.718-4.72-2.917-10.723 0-15.775s8.215-7.881 13.661-7.888c0 0 .736-.002 1.348.057c.923.088 1.536.207 1.536.207L12.566 74.158s-.353-.365-.953-1.233m11.372-22.07a13.13 13.13 0 0 0-9.811 6.476a13.13 13.13 0 0 0-.704 11.736zm35.751 28.823H46.593l17.645-30.563s.923.375 1.321.562c.364.17 1.068.56 1.068.56l-.003.005c4.713 2.729 7.887 7.827 7.887 13.66c0 8.707-7.069 15.775-15.775 15.776m0-31.55s.96.021 1.437.065c.48.044 1.447.199 1.447.199L45.59 76.156V48.128h-2.63zm6.531 4.463L51.091 77.145h7.73c5.424-.035 10.073-3.361 12.048-8.08a13.1 13.1 0 0 0 1.013-5.066c0-4.878-2.664-9.14-6.615-11.408M48.22 66.344l8.944-15.49H48.22zm39.438-15.491h-3.945v26.292h3.945v2.725H77.14v-2.725h3.944V50.853H77.14v-2.725h10.518zm5.262 13.644l-.003-3.028l26.3 15.184l-.006 3.024l-2.63-1.518l-21.033-12.144v13.663H92.92zm2.628-7.59l21.034 12.144V48.128h2.629v22.441l.006 3.048l-26.302-15.185l.004-3.042v-7.262h2.63z"/><defs><radialGradient id="SVGtcLqQd5r" cx="0" cy="0" r="1" gradientTransform="scale(3507.87 2480.31)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#189cff"/><stop offset=".58" stop-color="#138eeb"/><stop offset=".8" stop-color="#0971bf"/><stop offset="1" stop-color="#005493"/></radialGradient></defs></svg>

React

import type { SVGProps } from "react";

export function DeviconOdinWordmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="url(#SVGtcLqQd5r)" d="M3507.87 248.031C3507.87 111.139 3426.14 0 3325.47 0H182.409C81.735 0 0 111.139 0 248.031V2232.28c0 136.9 81.735 248.04 182.409 248.04H3325.47c100.67 0 182.4-111.14 182.4-248.04z" transform="matrix(.03649 0 0 .02684 0 30.72)"/><path fill="#fff" d="M15.586 76.88c-.605-.415-1.083-.817-1.083-.817L30.058 49.12s.64.237 1.169.49c.667.32 1.219.632 1.219.632c7.54 4.353 10.127 14.009 5.774 21.549s-14.01 10.127-21.55 5.774c0 0-.527-.304-1.084-.686M31.13 52.52L17.985 75.289c6.284 3.628 14.33 1.472 17.958-4.812c3.628-6.283 1.472-14.33-4.812-17.957M11.613 72.925c-.528-.766-.716-1.133-.716-1.133c-2.718-4.72-2.917-10.723 0-15.775s8.215-7.881 13.661-7.888c0 0 .736-.002 1.348.057c.923.088 1.536.207 1.536.207L12.566 74.158s-.353-.365-.953-1.233m11.372-22.07a13.13 13.13 0 0 0-9.811 6.476a13.13 13.13 0 0 0-.704 11.736zm35.751 28.823H46.593l17.645-30.563s.923.375 1.321.562c.364.17 1.068.56 1.068.56l-.003.005c4.713 2.729 7.887 7.827 7.887 13.66c0 8.707-7.069 15.775-15.775 15.776m0-31.55s.96.021 1.437.065c.48.044 1.447.199 1.447.199L45.59 76.156V48.128h-2.63zm6.531 4.463L51.091 77.145h7.73c5.424-.035 10.073-3.361 12.048-8.08a13.1 13.1 0 0 0 1.013-5.066c0-4.878-2.664-9.14-6.615-11.408M48.22 66.344l8.944-15.49H48.22zm39.438-15.491h-3.945v26.292h3.945v2.725H77.14v-2.725h3.944V50.853H77.14v-2.725h10.518zm5.262 13.644l-.003-3.028l26.3 15.184l-.006 3.024l-2.63-1.518l-21.033-12.144v13.663H92.92zm2.628-7.59l21.034 12.144V48.128h2.629v22.441l.006 3.048l-26.302-15.185l.004-3.042v-7.262h2.63z"/><defs><radialGradient id="SVGtcLqQd5r" cx="0" cy="0" r="1" gradientTransform="scale(3507.87 2480.31)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#189cff"/><stop offset=".58" stopColor="#138eeb"/><stop offset=".8" stopColor="#0971bf"/><stop offset="1" stopColor="#005493"/></radialGradient></defs></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="url(#SVGtcLqQd5r)" d="M3507.87 248.031C3507.87 111.139 3426.14 0 3325.47 0H182.409C81.735 0 0 111.139 0 248.031V2232.28c0 136.9 81.735 248.04 182.409 248.04H3325.47c100.67 0 182.4-111.14 182.4-248.04z" transform="matrix(.03649 0 0 .02684 0 30.72)"/><path fill="#fff" d="M15.586 76.88c-.605-.415-1.083-.817-1.083-.817L30.058 49.12s.64.237 1.169.49c.667.32 1.219.632 1.219.632c7.54 4.353 10.127 14.009 5.774 21.549s-14.01 10.127-21.55 5.774c0 0-.527-.304-1.084-.686M31.13 52.52L17.985 75.289c6.284 3.628 14.33 1.472 17.958-4.812c3.628-6.283 1.472-14.33-4.812-17.957M11.613 72.925c-.528-.766-.716-1.133-.716-1.133c-2.718-4.72-2.917-10.723 0-15.775s8.215-7.881 13.661-7.888c0 0 .736-.002 1.348.057c.923.088 1.536.207 1.536.207L12.566 74.158s-.353-.365-.953-1.233m11.372-22.07a13.13 13.13 0 0 0-9.811 6.476a13.13 13.13 0 0 0-.704 11.736zm35.751 28.823H46.593l17.645-30.563s.923.375 1.321.562c.364.17 1.068.56 1.068.56l-.003.005c4.713 2.729 7.887 7.827 7.887 13.66c0 8.707-7.069 15.775-15.775 15.776m0-31.55s.96.021 1.437.065c.48.044 1.447.199 1.447.199L45.59 76.156V48.128h-2.63zm6.531 4.463L51.091 77.145h7.73c5.424-.035 10.073-3.361 12.048-8.08a13.1 13.1 0 0 0 1.013-5.066c0-4.878-2.664-9.14-6.615-11.408M48.22 66.344l8.944-15.49H48.22zm39.438-15.491h-3.945v26.292h3.945v2.725H77.14v-2.725h3.944V50.853H77.14v-2.725h10.518zm5.262 13.644l-.003-3.028l26.3 15.184l-.006 3.024l-2.63-1.518l-21.033-12.144v13.663H92.92zm2.628-7.59l21.034 12.144V48.128h2.629v22.441l.006 3.048l-26.302-15.185l.004-3.042v-7.262h2.63z"/><defs><radialGradient id="SVGtcLqQd5r" cx="0" cy="0" r="1" gradientTransform="scale(3507.87 2480.31)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#189cff"/><stop offset=".58" stop-color="#138eeb"/><stop offset=".8" stop-color="#0971bf"/><stop offset="1" stop-color="#005493"/></radialGradient></defs></svg>
</template>

CSS

.icon-odin-wordmark {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22url(%23SVGtcLqQd5r)%22%20d%3D%22M3507.87%20248.031C3507.87%20111.139%203426.14%200%203325.47%200H182.409C81.735%200%200%20111.139%200%20248.031V2232.28c0%20136.9%2081.735%20248.04%20182.409%20248.04H3325.47c100.67%200%20182.4-111.14%20182.4-248.04z%22%20transform%3D%22matrix(.03649%200%200%20.02684%200%2030.72)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.586%2076.88c-.605-.415-1.083-.817-1.083-.817L30.058%2049.12s.64.237%201.169.49c.667.32%201.219.632%201.219.632c7.54%204.353%2010.127%2014.009%205.774%2021.549s-14.01%2010.127-21.55%205.774c0%200-.527-.304-1.084-.686M31.13%2052.52L17.985%2075.289c6.284%203.628%2014.33%201.472%2017.958-4.812c3.628-6.283%201.472-14.33-4.812-17.957M11.613%2072.925c-.528-.766-.716-1.133-.716-1.133c-2.718-4.72-2.917-10.723%200-15.775s8.215-7.881%2013.661-7.888c0%200%20.736-.002%201.348.057c.923.088%201.536.207%201.536.207L12.566%2074.158s-.353-.365-.953-1.233m11.372-22.07a13.13%2013.13%200%200%200-9.811%206.476a13.13%2013.13%200%200%200-.704%2011.736zm35.751%2028.823H46.593l17.645-30.563s.923.375%201.321.562c.364.17%201.068.56%201.068.56l-.003.005c4.713%202.729%207.887%207.827%207.887%2013.66c0%208.707-7.069%2015.775-15.775%2015.776m0-31.55s.96.021%201.437.065c.48.044%201.447.199%201.447.199L45.59%2076.156V48.128h-2.63zm6.531%204.463L51.091%2077.145h7.73c5.424-.035%2010.073-3.361%2012.048-8.08a13.1%2013.1%200%200%200%201.013-5.066c0-4.878-2.664-9.14-6.615-11.408M48.22%2066.344l8.944-15.49H48.22zm39.438-15.491h-3.945v26.292h3.945v2.725H77.14v-2.725h3.944V50.853H77.14v-2.725h10.518zm5.262%2013.644l-.003-3.028l26.3%2015.184l-.006%203.024l-2.63-1.518l-21.033-12.144v13.663H92.92zm2.628-7.59l21.034%2012.144V48.128h2.629v22.441l.006%203.048l-26.302-15.185l.004-3.042v-7.262h2.63z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGtcLqQd5r%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22scale(3507.87%202480.31)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23189cff%22%2F%3E%3Cstop%20offset%3D%22.58%22%20stop-color%3D%22%23138eeb%22%2F%3E%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%230971bf%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23005493%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%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%20128%20128%22%3E%3Cpath%20fill%3D%22url(%23SVGtcLqQd5r)%22%20d%3D%22M3507.87%20248.031C3507.87%20111.139%203426.14%200%203325.47%200H182.409C81.735%200%200%20111.139%200%20248.031V2232.28c0%20136.9%2081.735%20248.04%20182.409%20248.04H3325.47c100.67%200%20182.4-111.14%20182.4-248.04z%22%20transform%3D%22matrix(.03649%200%200%20.02684%200%2030.72)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.586%2076.88c-.605-.415-1.083-.817-1.083-.817L30.058%2049.12s.64.237%201.169.49c.667.32%201.219.632%201.219.632c7.54%204.353%2010.127%2014.009%205.774%2021.549s-14.01%2010.127-21.55%205.774c0%200-.527-.304-1.084-.686M31.13%2052.52L17.985%2075.289c6.284%203.628%2014.33%201.472%2017.958-4.812c3.628-6.283%201.472-14.33-4.812-17.957M11.613%2072.925c-.528-.766-.716-1.133-.716-1.133c-2.718-4.72-2.917-10.723%200-15.775s8.215-7.881%2013.661-7.888c0%200%20.736-.002%201.348.057c.923.088%201.536.207%201.536.207L12.566%2074.158s-.353-.365-.953-1.233m11.372-22.07a13.13%2013.13%200%200%200-9.811%206.476a13.13%2013.13%200%200%200-.704%2011.736zm35.751%2028.823H46.593l17.645-30.563s.923.375%201.321.562c.364.17%201.068.56%201.068.56l-.003.005c4.713%202.729%207.887%207.827%207.887%2013.66c0%208.707-7.069%2015.775-15.775%2015.776m0-31.55s.96.021%201.437.065c.48.044%201.447.199%201.447.199L45.59%2076.156V48.128h-2.63zm6.531%204.463L51.091%2077.145h7.73c5.424-.035%2010.073-3.361%2012.048-8.08a13.1%2013.1%200%200%200%201.013-5.066c0-4.878-2.664-9.14-6.615-11.408M48.22%2066.344l8.944-15.49H48.22zm39.438-15.491h-3.945v26.292h3.945v2.725H77.14v-2.725h3.944V50.853H77.14v-2.725h10.518zm5.262%2013.644l-.003-3.028l26.3%2015.184l-.006%203.024l-2.63-1.518l-21.033-12.144v13.663H92.92zm2.628-7.59l21.034%2012.144V48.128h2.629v22.441l.006%203.048l-26.302-15.185l.004-3.042v-7.262h2.63z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGtcLqQd5r%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22scale(3507.87%202480.31)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23189cff%22%2F%3E%3Cstop%20offset%3D%22.58%22%20stop-color%3D%22%23138eeb%22%2F%3E%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%230971bf%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23005493%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/odin-wordmark.svg?color=%231a73e8&size=48