dtube from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
dtube
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the dtube logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.135 7.333a13.2 13.2 0 0 0-5.177-5.385A14.9 14.9 0 0 0 17.437.052H.239l9.214 5.333h7.984c2.589 0 4.547.828 5.896 2.51c1.333 1.667 2 4.104 2 7.344v1.693q-.026 4.68-2.068 7.203c-1.359 1.677-3.333 2.516-5.891 2.516H9.145l-9.146 5.281h17.505c2.786 0 5.297-.651 7.51-1.917c2.214-1.271 3.932-3.068 5.156-5.365c1.229-2.292 1.828-4.932 1.828-7.906V15.28c0-2.964-.625-5.599-1.865-7.948zM.172 5.281v21.464L18.761 16z"/></svg>

React

import type { SVGProps } from "react";

export function CibDtube(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.135 7.333a13.2 13.2 0 0 0-5.177-5.385A14.9 14.9 0 0 0 17.437.052H.239l9.214 5.333h7.984c2.589 0 4.547.828 5.896 2.51c1.333 1.667 2 4.104 2 7.344v1.693q-.026 4.68-2.068 7.203c-1.359 1.677-3.333 2.516-5.891 2.516H9.145l-9.146 5.281h17.505c2.786 0 5.297-.651 7.51-1.917c2.214-1.271 3.932-3.068 5.156-5.365c1.229-2.292 1.828-4.932 1.828-7.906V15.28c0-2.964-.625-5.599-1.865-7.948zM.172 5.281v21.464L18.761 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.135 7.333a13.2 13.2 0 0 0-5.177-5.385A14.9 14.9 0 0 0 17.437.052H.239l9.214 5.333h7.984c2.589 0 4.547.828 5.896 2.51c1.333 1.667 2 4.104 2 7.344v1.693q-.026 4.68-2.068 7.203c-1.359 1.677-3.333 2.516-5.891 2.516H9.145l-9.146 5.281h17.505c2.786 0 5.297-.651 7.51-1.917c2.214-1.271 3.932-3.068 5.156-5.365c1.229-2.292 1.828-4.932 1.828-7.906V15.28c0-2.964-.625-5.599-1.865-7.948zM.172 5.281v21.464L18.761 16z"/></svg>
</template>

CSS

.icon-dtube {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.135%207.333a13.2%2013.2%200%200%200-5.177-5.385A14.9%2014.9%200%200%200%2017.437.052H.239l9.214%205.333h7.984c2.589%200%204.547.828%205.896%202.51c1.333%201.667%202%204.104%202%207.344v1.693q-.026%204.68-2.068%207.203c-1.359%201.677-3.333%202.516-5.891%202.516H9.145l-9.146%205.281h17.505c2.786%200%205.297-.651%207.51-1.917c2.214-1.271%203.932-3.068%205.156-5.365c1.229-2.292%201.828-4.932%201.828-7.906V15.28c0-2.964-.625-5.599-1.865-7.948zM.172%205.281v21.464L18.761%2016z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.135%207.333a13.2%2013.2%200%200%200-5.177-5.385A14.9%2014.9%200%200%200%2017.437.052H.239l9.214%205.333h7.984c2.589%200%204.547.828%205.896%202.51c1.333%201.667%202%204.104%202%207.344v1.693q-.026%204.68-2.068%207.203c-1.359%201.677-3.333%202.516-5.891%202.516H9.145l-9.146%205.281h17.505c2.786%200%205.297-.651%207.51-1.917c2.214-1.271%203.932-3.068%205.156-5.365c1.229-2.292%201.828-4.932%201.828-7.906V15.28c0-2.964-.625-5.599-1.865-7.948zM.172%205.281v21.464L18.761%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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