octave logo
octave-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.
- Name
- octave-dark
- Set
- Skill Icons
- Style
- Dark
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
The same logo in other sets
Use the octave logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="url(#SVG8xaoz4Sr)" d="M61.852 48.773c-31.004 33.693-23.49 96.481 16.773 140.237c40.264 43.755 98.033 51.91 129.037 18.218c31.004-33.693 23.511-96.484-16.753-140.24c-40.263-43.755-98.053-51.907-129.057-18.215M89.965 62.77c24.361-26.473 69.152-20.715 100.052 12.865s36.199 82.255 11.838 108.728c-24.361 26.474-69.164 20.728-100.063-12.852S65.605 89.242 89.965 62.769"/><path fill="#ff7f2a" stroke="#d45500" stroke-width="6.289" d="M196.287 60.738h-16.771a4.59 4.59 0 0 0-4.592 4.593V82.1a4.59 4.59 0 0 0 4.592 4.593h16.771a4.59 4.59 0 0 0 4.593-4.592V65.33a4.59 4.59 0 0 0-4.593-4.592ZM79.319 94.933H39.816C33.843 94.933 29 99.776 29 105.75v39.503c0 5.973 4.843 10.816 10.816 10.816H79.32c5.973 0 10.816-4.843 10.816-10.816V105.75c0-5.973-4.843-10.816-10.816-10.816Zm138.077 80.033h-23.865a6.535 6.535 0 0 0-6.535 6.535v23.865a6.535 6.535 0 0 0 6.535 6.535h23.865a6.535 6.535 0 0 0 6.535-6.535v-23.865a6.535 6.535 0 0 0-6.535-6.535Z"/><defs><radialGradient id="SVG8xaoz4Sr" cx="0" cy="0" r="1" gradientTransform="rotate(-47.38 272.923 -1.627)scale(300.774 999.837)" gradientUnits="userSpaceOnUse"><stop stop-color="#008cbe"/><stop offset="1" stop-color="#b2ffff"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsOctaveDark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="url(#SVG8xaoz4Sr)" d="M61.852 48.773c-31.004 33.693-23.49 96.481 16.773 140.237c40.264 43.755 98.033 51.91 129.037 18.218c31.004-33.693 23.511-96.484-16.753-140.24c-40.263-43.755-98.053-51.907-129.057-18.215M89.965 62.77c24.361-26.473 69.152-20.715 100.052 12.865s36.199 82.255 11.838 108.728c-24.361 26.474-69.164 20.728-100.063-12.852S65.605 89.242 89.965 62.769"/><path fill="#ff7f2a" stroke="#d45500" strokeWidth="6.289" d="M196.287 60.738h-16.771a4.59 4.59 0 0 0-4.592 4.593V82.1a4.59 4.59 0 0 0 4.592 4.593h16.771a4.59 4.59 0 0 0 4.593-4.592V65.33a4.59 4.59 0 0 0-4.593-4.592ZM79.319 94.933H39.816C33.843 94.933 29 99.776 29 105.75v39.503c0 5.973 4.843 10.816 10.816 10.816H79.32c5.973 0 10.816-4.843 10.816-10.816V105.75c0-5.973-4.843-10.816-10.816-10.816Zm138.077 80.033h-23.865a6.535 6.535 0 0 0-6.535 6.535v23.865a6.535 6.535 0 0 0 6.535 6.535h23.865a6.535 6.535 0 0 0 6.535-6.535v-23.865a6.535 6.535 0 0 0-6.535-6.535Z"/><defs><radialGradient id="SVG8xaoz4Sr" cx="0" cy="0" r="1" gradientTransform="rotate(-47.38 272.923 -1.627)scale(300.774 999.837)" gradientUnits="userSpaceOnUse"><stop stopColor="#008cbe"/><stop offset="1" stopColor="#b2ffff"/></radialGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="url(#SVG8xaoz4Sr)" d="M61.852 48.773c-31.004 33.693-23.49 96.481 16.773 140.237c40.264 43.755 98.033 51.91 129.037 18.218c31.004-33.693 23.511-96.484-16.753-140.24c-40.263-43.755-98.053-51.907-129.057-18.215M89.965 62.77c24.361-26.473 69.152-20.715 100.052 12.865s36.199 82.255 11.838 108.728c-24.361 26.474-69.164 20.728-100.063-12.852S65.605 89.242 89.965 62.769"/><path fill="#ff7f2a" stroke="#d45500" stroke-width="6.289" d="M196.287 60.738h-16.771a4.59 4.59 0 0 0-4.592 4.593V82.1a4.59 4.59 0 0 0 4.592 4.593h16.771a4.59 4.59 0 0 0 4.593-4.592V65.33a4.59 4.59 0 0 0-4.593-4.592ZM79.319 94.933H39.816C33.843 94.933 29 99.776 29 105.75v39.503c0 5.973 4.843 10.816 10.816 10.816H79.32c5.973 0 10.816-4.843 10.816-10.816V105.75c0-5.973-4.843-10.816-10.816-10.816Zm138.077 80.033h-23.865a6.535 6.535 0 0 0-6.535 6.535v23.865a6.535 6.535 0 0 0 6.535 6.535h23.865a6.535 6.535 0 0 0 6.535-6.535v-23.865a6.535 6.535 0 0 0-6.535-6.535Z"/><defs><radialGradient id="SVG8xaoz4Sr" cx="0" cy="0" r="1" gradientTransform="rotate(-47.38 272.923 -1.627)scale(300.774 999.837)" gradientUnits="userSpaceOnUse"><stop stop-color="#008cbe"/><stop offset="1" stop-color="#b2ffff"/></radialGradient></defs></g></svg> </template>
CSS
.icon-octave-dark {
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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8xaoz4Sr)%22%20d%3D%22M61.852%2048.773c-31.004%2033.693-23.49%2096.481%2016.773%20140.237c40.264%2043.755%2098.033%2051.91%20129.037%2018.218c31.004-33.693%2023.511-96.484-16.753-140.24c-40.263-43.755-98.053-51.907-129.057-18.215M89.965%2062.77c24.361-26.473%2069.152-20.715%20100.052%2012.865s36.199%2082.255%2011.838%20108.728c-24.361%2026.474-69.164%2020.728-100.063-12.852S65.605%2089.242%2089.965%2062.769%22%2F%3E%3Cpath%20fill%3D%22%23ff7f2a%22%20stroke%3D%22%23d45500%22%20stroke-width%3D%226.289%22%20d%3D%22M196.287%2060.738h-16.771a4.59%204.59%200%200%200-4.592%204.593V82.1a4.59%204.59%200%200%200%204.592%204.593h16.771a4.59%204.59%200%200%200%204.593-4.592V65.33a4.59%204.59%200%200%200-4.593-4.592ZM79.319%2094.933H39.816C33.843%2094.933%2029%2099.776%2029%20105.75v39.503c0%205.973%204.843%2010.816%2010.816%2010.816H79.32c5.973%200%2010.816-4.843%2010.816-10.816V105.75c0-5.973-4.843-10.816-10.816-10.816Zm138.077%2080.033h-23.865a6.535%206.535%200%200%200-6.535%206.535v23.865a6.535%206.535%200%200%200%206.535%206.535h23.865a6.535%206.535%200%200%200%206.535-6.535v-23.865a6.535%206.535%200%200%200-6.535-6.535Z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVG8xaoz4Sr%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(-47.38%20272.923%20-1.627)scale(300.774%20999.837)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23008cbe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b2ffff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8xaoz4Sr)%22%20d%3D%22M61.852%2048.773c-31.004%2033.693-23.49%2096.481%2016.773%20140.237c40.264%2043.755%2098.033%2051.91%20129.037%2018.218c31.004-33.693%2023.511-96.484-16.753-140.24c-40.263-43.755-98.053-51.907-129.057-18.215M89.965%2062.77c24.361-26.473%2069.152-20.715%20100.052%2012.865s36.199%2082.255%2011.838%20108.728c-24.361%2026.474-69.164%2020.728-100.063-12.852S65.605%2089.242%2089.965%2062.769%22%2F%3E%3Cpath%20fill%3D%22%23ff7f2a%22%20stroke%3D%22%23d45500%22%20stroke-width%3D%226.289%22%20d%3D%22M196.287%2060.738h-16.771a4.59%204.59%200%200%200-4.592%204.593V82.1a4.59%204.59%200%200%200%204.592%204.593h16.771a4.59%204.59%200%200%200%204.593-4.592V65.33a4.59%204.59%200%200%200-4.593-4.592ZM79.319%2094.933H39.816C33.843%2094.933%2029%2099.776%2029%20105.75v39.503c0%205.973%204.843%2010.816%2010.816%2010.816H79.32c5.973%200%2010.816-4.843%2010.816-10.816V105.75c0-5.973-4.843-10.816-10.816-10.816Zm138.077%2080.033h-23.865a6.535%206.535%200%200%200-6.535%206.535v23.865a6.535%206.535%200%200%200%206.535%206.535h23.865a6.535%206.535%200%200%200%206.535-6.535v-23.865a6.535%206.535%200%200%200-6.535-6.535Z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVG8xaoz4Sr%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(-47.38%20272.923%20-1.627)scale(300.774%20999.837)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23008cbe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b2ffff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/octave-dark.svg?color=%231a73e8&size=48