k3os from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
k3os
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

Use the k3os logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fd824e" d="M114.413 11.595H13.484C6.027 11.595 0 17.724 0 25.18v77.638c0 7.457 6.027 13.484 13.587 13.586h100.826c7.458 0 13.485-6.027 13.587-13.586V25.18c-.102-7.457-6.13-13.586-13.587-13.586zm-81.417 91.53c-6.844 0-12.463-5.516-12.463-12.36c0-6.947 5.619-12.463 12.463-12.463c2.043 0 4.086.51 5.925 1.532l-9.194 5.312c-3.065 1.737-4.086 5.72-2.35 8.785s5.721 4.087 8.786 2.35l9.194-5.312c-.102 6.742-5.619 12.054-12.361 12.156m24.62-23.189L34.527 93.318c-1.532.818-3.37.41-4.29-1.123c-.817-1.533-.409-3.371 1.124-4.29l23.087-13.383c1.532-.817 3.37-.409 4.29 1.124c.92 1.532.409 3.473-1.124 4.29zm-.103-42.905v10.624c-5.823-3.575-7.661-11.237-4.086-17.06s11.237-7.661 17.06-4.086c5.823 3.576 7.661 11.237 4.086 17.06a11.75 11.75 0 0 1-4.188 4.188V37.133a6.41 6.41 0 0 0-6.436-6.436c-3.575-.102-6.436 2.759-6.436 6.334m9.398 26.765c0 1.736-1.43 3.064-3.064 3.064c-1.737 0-3.065-1.43-3.065-3.064l.102-26.765c0-1.737 1.43-3.065 3.065-3.065c1.737 0 3.065 1.43 3.065 3.065zm2.043 11.85c.818-1.533 2.759-2.043 4.189-1.124l23.291 13.484c1.533.818 2.043 2.759 1.124 4.189c-.817 1.532-2.758 2.043-4.189 1.123L70.08 79.936c-1.533-.92-2.044-2.758-1.124-4.29Zm25.948 27.48c-6.742 0-12.259-5.415-12.36-12.157l9.193 5.312c3.065 1.737 7.049.715 8.785-2.35c1.737-3.064.715-7.048-2.35-8.785l-9.193-5.312a12.2 12.2 0 0 1 5.925-1.532c6.844 0 12.463 5.516 12.463 12.36c0 6.845-5.619 12.361-12.463 12.463z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconK3os(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fd824e" d="M114.413 11.595H13.484C6.027 11.595 0 17.724 0 25.18v77.638c0 7.457 6.027 13.484 13.587 13.586h100.826c7.458 0 13.485-6.027 13.587-13.586V25.18c-.102-7.457-6.13-13.586-13.587-13.586zm-81.417 91.53c-6.844 0-12.463-5.516-12.463-12.36c0-6.947 5.619-12.463 12.463-12.463c2.043 0 4.086.51 5.925 1.532l-9.194 5.312c-3.065 1.737-4.086 5.72-2.35 8.785s5.721 4.087 8.786 2.35l9.194-5.312c-.102 6.742-5.619 12.054-12.361 12.156m24.62-23.189L34.527 93.318c-1.532.818-3.37.41-4.29-1.123c-.817-1.533-.409-3.371 1.124-4.29l23.087-13.383c1.532-.817 3.37-.409 4.29 1.124c.92 1.532.409 3.473-1.124 4.29zm-.103-42.905v10.624c-5.823-3.575-7.661-11.237-4.086-17.06s11.237-7.661 17.06-4.086c5.823 3.576 7.661 11.237 4.086 17.06a11.75 11.75 0 0 1-4.188 4.188V37.133a6.41 6.41 0 0 0-6.436-6.436c-3.575-.102-6.436 2.759-6.436 6.334m9.398 26.765c0 1.736-1.43 3.064-3.064 3.064c-1.737 0-3.065-1.43-3.065-3.064l.102-26.765c0-1.737 1.43-3.065 3.065-3.065c1.737 0 3.065 1.43 3.065 3.065zm2.043 11.85c.818-1.533 2.759-2.043 4.189-1.124l23.291 13.484c1.533.818 2.043 2.759 1.124 4.189c-.817 1.532-2.758 2.043-4.189 1.123L70.08 79.936c-1.533-.92-2.044-2.758-1.124-4.29Zm25.948 27.48c-6.742 0-12.259-5.415-12.36-12.157l9.193 5.312c3.065 1.737 7.049.715 8.785-2.35c1.737-3.064.715-7.048-2.35-8.785l-9.193-5.312a12.2 12.2 0 0 1 5.925-1.532c6.844 0 12.463 5.516 12.463 12.36c0 6.845-5.619 12.361-12.463 12.463z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fd824e" d="M114.413 11.595H13.484C6.027 11.595 0 17.724 0 25.18v77.638c0 7.457 6.027 13.484 13.587 13.586h100.826c7.458 0 13.485-6.027 13.587-13.586V25.18c-.102-7.457-6.13-13.586-13.587-13.586zm-81.417 91.53c-6.844 0-12.463-5.516-12.463-12.36c0-6.947 5.619-12.463 12.463-12.463c2.043 0 4.086.51 5.925 1.532l-9.194 5.312c-3.065 1.737-4.086 5.72-2.35 8.785s5.721 4.087 8.786 2.35l9.194-5.312c-.102 6.742-5.619 12.054-12.361 12.156m24.62-23.189L34.527 93.318c-1.532.818-3.37.41-4.29-1.123c-.817-1.533-.409-3.371 1.124-4.29l23.087-13.383c1.532-.817 3.37-.409 4.29 1.124c.92 1.532.409 3.473-1.124 4.29zm-.103-42.905v10.624c-5.823-3.575-7.661-11.237-4.086-17.06s11.237-7.661 17.06-4.086c5.823 3.576 7.661 11.237 4.086 17.06a11.75 11.75 0 0 1-4.188 4.188V37.133a6.41 6.41 0 0 0-6.436-6.436c-3.575-.102-6.436 2.759-6.436 6.334m9.398 26.765c0 1.736-1.43 3.064-3.064 3.064c-1.737 0-3.065-1.43-3.065-3.064l.102-26.765c0-1.737 1.43-3.065 3.065-3.065c1.737 0 3.065 1.43 3.065 3.065zm2.043 11.85c.818-1.533 2.759-2.043 4.189-1.124l23.291 13.484c1.533.818 2.043 2.759 1.124 4.189c-.817 1.532-2.758 2.043-4.189 1.123L70.08 79.936c-1.533-.92-2.044-2.758-1.124-4.29Zm25.948 27.48c-6.742 0-12.259-5.415-12.36-12.157l9.193 5.312c3.065 1.737 7.049.715 8.785-2.35c1.737-3.064.715-7.048-2.35-8.785l-9.193-5.312a12.2 12.2 0 0 1 5.925-1.532c6.844 0 12.463 5.516 12.463 12.36c0 6.845-5.619 12.361-12.463 12.463z"/></svg>
</template>

CSS

.icon-k3os {
  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%22%23fd824e%22%20d%3D%22M114.413%2011.595H13.484C6.027%2011.595%200%2017.724%200%2025.18v77.638c0%207.457%206.027%2013.484%2013.587%2013.586h100.826c7.458%200%2013.485-6.027%2013.587-13.586V25.18c-.102-7.457-6.13-13.586-13.587-13.586zm-81.417%2091.53c-6.844%200-12.463-5.516-12.463-12.36c0-6.947%205.619-12.463%2012.463-12.463c2.043%200%204.086.51%205.925%201.532l-9.194%205.312c-3.065%201.737-4.086%205.72-2.35%208.785s5.721%204.087%208.786%202.35l9.194-5.312c-.102%206.742-5.619%2012.054-12.361%2012.156m24.62-23.189L34.527%2093.318c-1.532.818-3.37.41-4.29-1.123c-.817-1.533-.409-3.371%201.124-4.29l23.087-13.383c1.532-.817%203.37-.409%204.29%201.124c.92%201.532.409%203.473-1.124%204.29zm-.103-42.905v10.624c-5.823-3.575-7.661-11.237-4.086-17.06s11.237-7.661%2017.06-4.086c5.823%203.576%207.661%2011.237%204.086%2017.06a11.75%2011.75%200%200%201-4.188%204.188V37.133a6.41%206.41%200%200%200-6.436-6.436c-3.575-.102-6.436%202.759-6.436%206.334m9.398%2026.765c0%201.736-1.43%203.064-3.064%203.064c-1.737%200-3.065-1.43-3.065-3.064l.102-26.765c0-1.737%201.43-3.065%203.065-3.065c1.737%200%203.065%201.43%203.065%203.065zm2.043%2011.85c.818-1.533%202.759-2.043%204.189-1.124l23.291%2013.484c1.533.818%202.043%202.759%201.124%204.189c-.817%201.532-2.758%202.043-4.189%201.123L70.08%2079.936c-1.533-.92-2.044-2.758-1.124-4.29Zm25.948%2027.48c-6.742%200-12.259-5.415-12.36-12.157l9.193%205.312c3.065%201.737%207.049.715%208.785-2.35c1.737-3.064.715-7.048-2.35-8.785l-9.193-5.312a12.2%2012.2%200%200%201%205.925-1.532c6.844%200%2012.463%205.516%2012.463%2012.36c0%206.845-5.619%2012.361-12.463%2012.463z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fd824e%22%20d%3D%22M114.413%2011.595H13.484C6.027%2011.595%200%2017.724%200%2025.18v77.638c0%207.457%206.027%2013.484%2013.587%2013.586h100.826c7.458%200%2013.485-6.027%2013.587-13.586V25.18c-.102-7.457-6.13-13.586-13.587-13.586zm-81.417%2091.53c-6.844%200-12.463-5.516-12.463-12.36c0-6.947%205.619-12.463%2012.463-12.463c2.043%200%204.086.51%205.925%201.532l-9.194%205.312c-3.065%201.737-4.086%205.72-2.35%208.785s5.721%204.087%208.786%202.35l9.194-5.312c-.102%206.742-5.619%2012.054-12.361%2012.156m24.62-23.189L34.527%2093.318c-1.532.818-3.37.41-4.29-1.123c-.817-1.533-.409-3.371%201.124-4.29l23.087-13.383c1.532-.817%203.37-.409%204.29%201.124c.92%201.532.409%203.473-1.124%204.29zm-.103-42.905v10.624c-5.823-3.575-7.661-11.237-4.086-17.06s11.237-7.661%2017.06-4.086c5.823%203.576%207.661%2011.237%204.086%2017.06a11.75%2011.75%200%200%201-4.188%204.188V37.133a6.41%206.41%200%200%200-6.436-6.436c-3.575-.102-6.436%202.759-6.436%206.334m9.398%2026.765c0%201.736-1.43%203.064-3.064%203.064c-1.737%200-3.065-1.43-3.065-3.064l.102-26.765c0-1.737%201.43-3.065%203.065-3.065c1.737%200%203.065%201.43%203.065%203.065zm2.043%2011.85c.818-1.533%202.759-2.043%204.189-1.124l23.291%2013.484c1.533.818%202.043%202.759%201.124%204.189c-.817%201.532-2.758%202.043-4.189%201.123L70.08%2079.936c-1.533-.92-2.044-2.758-1.124-4.29Zm25.948%2027.48c-6.742%200-12.259-5.415-12.36-12.157l9.193%205.312c3.065%201.737%207.049.715%208.785-2.35c1.737-3.064.715-7.048-2.35-8.785l-9.193-5.312a12.2%2012.2%200%200%201%205.925-1.532c6.844%200%2012.463%205.516%2012.463%2012.36c0%206.845-5.619%2012.361-12.463%2012.463z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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