odysee logo
odysee from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- odysee
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
Use the odysee logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M406.7 463c-42.3 30.8-94.4 49-150.7 49c-111.1 0-205.7-70.8-241.1-169.8c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3m-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5.5-3.5-1-4-3c-.5-1.5 1-3.5 3-4M451.8 421c37.5-44.6 60.2-102.2 60.2-165c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7.3-1.1.9-1.5 1.4c-.2.2-.3.4-.5.6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zm-61.1-170c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4m61.4-60.9l-11.4 5.4l-3 12.9l-5.4-11.4l-12.9-3l11.4-5.4l3-12.9l5.4 11.4zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6c-22.7-65.8-82.7-49.4-128.2-22.2c-55.3 33.1-34.4 101.9-19.8 149.4c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9c-33.9 18-70.3 49-79.8 62.6C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3M58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4M327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4M95.1 105c-.5 1.5.5 3 2 3c1.5.5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2m84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3.3c-.2.1-.4.2-.6.2z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsOdysee(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M406.7 463c-42.3 30.8-94.4 49-150.7 49c-111.1 0-205.7-70.8-241.1-169.8c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3m-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5.5-3.5-1-4-3c-.5-1.5 1-3.5 3-4M451.8 421c37.5-44.6 60.2-102.2 60.2-165c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7.3-1.1.9-1.5 1.4c-.2.2-.3.4-.5.6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zm-61.1-170c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4m61.4-60.9l-11.4 5.4l-3 12.9l-5.4-11.4l-12.9-3l11.4-5.4l3-12.9l5.4 11.4zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6c-22.7-65.8-82.7-49.4-128.2-22.2c-55.3 33.1-34.4 101.9-19.8 149.4c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9c-33.9 18-70.3 49-79.8 62.6C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3M58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4M327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4M95.1 105c-.5 1.5.5 3 2 3c1.5.5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2m84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3.3c-.2.1-.4.2-.6.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M406.7 463c-42.3 30.8-94.4 49-150.7 49c-111.1 0-205.7-70.8-241.1-169.8c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3m-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5.5-3.5-1-4-3c-.5-1.5 1-3.5 3-4M451.8 421c37.5-44.6 60.2-102.2 60.2-165c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7.3-1.1.9-1.5 1.4c-.2.2-.3.4-.5.6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zm-61.1-170c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4m61.4-60.9l-11.4 5.4l-3 12.9l-5.4-11.4l-12.9-3l11.4-5.4l3-12.9l5.4 11.4zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6c-22.7-65.8-82.7-49.4-128.2-22.2c-55.3 33.1-34.4 101.9-19.8 149.4c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9c-33.9 18-70.3 49-79.8 62.6C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3M58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4M327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4M95.1 105c-.5 1.5.5 3 2 3c1.5.5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2m84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3.3c-.2.1-.4.2-.6.2z"/></svg> </template>
CSS
.icon-odysee {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M406.7%20463c-42.3%2030.8-94.4%2049-150.7%2049c-111.1%200-205.7-70.8-241.1-169.8c2.4%201.7%205.9%203.6%207.9%204.4c16.3%207.4%2040.1-5.4%2062.9-28.7c6.9-6.9%2014.4-12.4%2022.8-17.3c18.3-11.9%2037.6-20.8%2058.4-27.2c0%200%2022.3%2034.2%2043.1%2074.8s-22.3%2054-27.2%2054c-.3%200-.8%200-1.5-.1c-11-.5-70-3-56%2051.1c14.9%2057.4%2097.5%2036.6%20139.6%208.9s31.7-118.3%2031.7-118.3c41.1-6.4%2054%2037.1%2057.9%2059.4c.8%204.6%201.1%209.9%201.4%2015.5c1.1%2021.2%202.3%2045.6%2035.3%2046.4c5.3%200%2010.6-.8%2015.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5%203-3.5%205-3s3.5%203%203%205s-2.5%203.5-5%203m-207-95.6c1.5-.5%203.5%201%204%203c0%202-1%204-3%204c-1.5.5-3.5-1-4-3c-.5-1.5%201-3.5%203-4M451.8%20421c37.5-44.6%2060.2-102.2%2060.2-165c0-67.5-26.1-128.9-68.8-174.7c-.1%2023.5-6.1%2048.2-16.8%2069.2c-11.9%2020.3-49%2058.9-69.8%2078.7c-.7.3-1.1.9-1.5%201.4c-.2.2-.3.4-.5.6c-5%206.9-4%2016.8%203%2021.8c21.3%2015.8%2056.4%2045.6%2059.4%2072.8c3.5%2034.9%2027.9%2075.6%2034.2%2086.2c.8%201.3%201.3%202.1%201.4%202.4c0%202.2-.4%204.3-.8%206.5zm-61.1-170c-.5%203%201%205.9%204%206.4s5.9-1%206.4-4s-1-5.9-4-6.4c-3-1-5.9%201-6.4%204m61.4-60.9l-11.4%205.4l-3%2012.9l-5.4-11.4l-12.9-3l11.4-5.4l3-12.9l5.4%2011.4zM395.5%2041.3c-16.2%208.2-22.1%2032.8-29%2061.4c-.3%201.4-.7%202.8-1%204.2c-9.5%2038.5-30.6%2037.6-41.7%2037.2c-1.1%200-2-.1-2.9-.1c-5.1%200-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6c-22.7-65.8-82.7-49.4-128.2-22.2c-55.3%2033.1-34.4%20101.9-19.8%20149.4c.7%202.2%201.4%204.4%202%206.6c-4%204-13.8%207.5-26%2011.9c-12.1%204.3-26.6%209.5-40.3%2016.9c-33.9%2018-70.3%2049-79.8%2062.6C.7%20277.8%200%20267%200%20256C0%20114.6%20114.6%200%20256%200c51.4%200%2099.4%2015.2%20139.5%2041.3M58.9%20189.6c-1.5-2-4.5-3-6.4-1.5s-3%204.5-1.5%206.4s4.5%203%206.4%201.5c2.5-1.5%203-4.5%201.5-6.4M327.3%2064.9c2-1.5%205-.5%206.4%201.5c1.5%202.5%201%205.4-1.5%206.4c-2%201.5-5%20.5-6.4-1.5s-.5-5%201.5-6.4M95.1%20105c-.5%201.5.5%203%202%203c1.5.5%203-.5%203-2c.5-1.5-.5-3-2-3s-3%20.5-3%202m84.7-.5c-3.5-43.1%2037.1-54%2037.1-54c44.1-15.4%2056%205.9%2066.4%2037.6s3%2042.6-38.6%2058.9s-61.9-4.5-64.9-42.6zm89.6%2014.9h1c2.5%200%205-2%205-5c2-6.9%201-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3%201-4.5%204-3.5%206.9c2%204.5%203%209.9%201.5%2014.9c-.5%203%201.5%205.9%204.5%206.4zm-9.9-41.6c-2%200-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4%200-7.4s5.4-2%207.4%200c2%202.5%203.5%205%205%207.4s.5%205.9-2.5%207.4c-.6%200-1%20.2-1.3.3c-.2.1-.4.2-.6.2z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M406.7%20463c-42.3%2030.8-94.4%2049-150.7%2049c-111.1%200-205.7-70.8-241.1-169.8c2.4%201.7%205.9%203.6%207.9%204.4c16.3%207.4%2040.1-5.4%2062.9-28.7c6.9-6.9%2014.4-12.4%2022.8-17.3c18.3-11.9%2037.6-20.8%2058.4-27.2c0%200%2022.3%2034.2%2043.1%2074.8s-22.3%2054-27.2%2054c-.3%200-.8%200-1.5-.1c-11-.5-70-3-56%2051.1c14.9%2057.4%2097.5%2036.6%20139.6%208.9s31.7-118.3%2031.7-118.3c41.1-6.4%2054%2037.1%2057.9%2059.4c.8%204.6%201.1%209.9%201.4%2015.5c1.1%2021.2%202.3%2045.6%2035.3%2046.4c5.3%200%2010.6-.8%2015.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5%203-3.5%205-3s3.5%203%203%205s-2.5%203.5-5%203m-207-95.6c1.5-.5%203.5%201%204%203c0%202-1%204-3%204c-1.5.5-3.5-1-4-3c-.5-1.5%201-3.5%203-4M451.8%20421c37.5-44.6%2060.2-102.2%2060.2-165c0-67.5-26.1-128.9-68.8-174.7c-.1%2023.5-6.1%2048.2-16.8%2069.2c-11.9%2020.3-49%2058.9-69.8%2078.7c-.7.3-1.1.9-1.5%201.4c-.2.2-.3.4-.5.6c-5%206.9-4%2016.8%203%2021.8c21.3%2015.8%2056.4%2045.6%2059.4%2072.8c3.5%2034.9%2027.9%2075.6%2034.2%2086.2c.8%201.3%201.3%202.1%201.4%202.4c0%202.2-.4%204.3-.8%206.5zm-61.1-170c-.5%203%201%205.9%204%206.4s5.9-1%206.4-4s-1-5.9-4-6.4c-3-1-5.9%201-6.4%204m61.4-60.9l-11.4%205.4l-3%2012.9l-5.4-11.4l-12.9-3l11.4-5.4l3-12.9l5.4%2011.4zM395.5%2041.3c-16.2%208.2-22.1%2032.8-29%2061.4c-.3%201.4-.7%202.8-1%204.2c-9.5%2038.5-30.6%2037.6-41.7%2037.2c-1.1%200-2-.1-2.9-.1c-5.1%200-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6c-22.7-65.8-82.7-49.4-128.2-22.2c-55.3%2033.1-34.4%20101.9-19.8%20149.4c.7%202.2%201.4%204.4%202%206.6c-4%204-13.8%207.5-26%2011.9c-12.1%204.3-26.6%209.5-40.3%2016.9c-33.9%2018-70.3%2049-79.8%2062.6C.7%20277.8%200%20267%200%20256C0%20114.6%20114.6%200%20256%200c51.4%200%2099.4%2015.2%20139.5%2041.3M58.9%20189.6c-1.5-2-4.5-3-6.4-1.5s-3%204.5-1.5%206.4s4.5%203%206.4%201.5c2.5-1.5%203-4.5%201.5-6.4M327.3%2064.9c2-1.5%205-.5%206.4%201.5c1.5%202.5%201%205.4-1.5%206.4c-2%201.5-5%20.5-6.4-1.5s-.5-5%201.5-6.4M95.1%20105c-.5%201.5.5%203%202%203c1.5.5%203-.5%203-2c.5-1.5-.5-3-2-3s-3%20.5-3%202m84.7-.5c-3.5-43.1%2037.1-54%2037.1-54c44.1-15.4%2056%205.9%2066.4%2037.6s3%2042.6-38.6%2058.9s-61.9-4.5-64.9-42.6zm89.6%2014.9h1c2.5%200%205-2%205-5c2-6.9%201-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3%201-4.5%204-3.5%206.9c2%204.5%203%209.9%201.5%2014.9c-.5%203%201.5%205.9%204.5%206.4zm-9.9-41.6c-2%200-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4%200-7.4s5.4-2%207.4%200c2%202.5%203.5%205%205%207.4s.5%205.9-2.5%207.4c-.6%200-1%20.2-1.3.3c-.2.1-.4.2-.6.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/odysee.svg?color=%231a73e8&size=48