dtube logo
dtube from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- dtube
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M0 1.642v20.716h8.516c1.313 0 2.488-.158 3.537-.476a8.8 8.8 0 0 0 2.787-1.408q1.73-1.336 2.668-3.465c.614-1.42.931-3.049.931-4.881c-.01-1.578-.243-3.02-.709-4.313s-1.111-2.392-1.959-3.302c-.836-.911-1.853-1.611-3.029-2.12c-1.176-.497-2.478-.751-3.908-.751zM5.201 7.35l8.04 4.66l-8.04 4.648zm15.992 9.162a2.716 2.716 0 0 0-2.71 2.71a2.716 2.716 0 0 0 2.71 2.712h.096A2.716 2.716 0 0 0 24 19.224a2.716 2.716 0 0 0-2.711-2.711z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDtube(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 1.642v20.716h8.516c1.313 0 2.488-.158 3.537-.476a8.8 8.8 0 0 0 2.787-1.408q1.73-1.336 2.668-3.465c.614-1.42.931-3.049.931-4.881c-.01-1.578-.243-3.02-.709-4.313s-1.111-2.392-1.959-3.302c-.836-.911-1.853-1.611-3.029-2.12c-1.176-.497-2.478-.751-3.908-.751zM5.201 7.35l8.04 4.66l-8.04 4.648zm15.992 9.162a2.716 2.716 0 0 0-2.71 2.71a2.716 2.716 0 0 0 2.71 2.712h.096A2.716 2.716 0 0 0 24 19.224a2.716 2.716 0 0 0-2.711-2.711z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 1.642v20.716h8.516c1.313 0 2.488-.158 3.537-.476a8.8 8.8 0 0 0 2.787-1.408q1.73-1.336 2.668-3.465c.614-1.42.931-3.049.931-4.881c-.01-1.578-.243-3.02-.709-4.313s-1.111-2.392-1.959-3.302c-.836-.911-1.853-1.611-3.029-2.12c-1.176-.497-2.478-.751-3.908-.751zM5.201 7.35l8.04 4.66l-8.04 4.648zm15.992 9.162a2.716 2.716 0 0 0-2.71 2.71a2.716 2.716 0 0 0 2.71 2.712h.096A2.716 2.716 0 0 0 24 19.224a2.716 2.716 0 0 0-2.711-2.711z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%201.642v20.716h8.516c1.313%200%202.488-.158%203.537-.476a8.8%208.8%200%200%200%202.787-1.408q1.73-1.336%202.668-3.465c.614-1.42.931-3.049.931-4.881c-.01-1.578-.243-3.02-.709-4.313s-1.111-2.392-1.959-3.302c-.836-.911-1.853-1.611-3.029-2.12c-1.176-.497-2.478-.751-3.908-.751zM5.201%207.35l8.04%204.66l-8.04%204.648zm15.992%209.162a2.716%202.716%200%200%200-2.71%202.71a2.716%202.716%200%200%200%202.71%202.712h.096A2.716%202.716%200%200%200%2024%2019.224a2.716%202.716%200%200%200-2.711-2.711z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%201.642v20.716h8.516c1.313%200%202.488-.158%203.537-.476a8.8%208.8%200%200%200%202.787-1.408q1.73-1.336%202.668-3.465c.614-1.42.931-3.049.931-4.881c-.01-1.578-.243-3.02-.709-4.313s-1.111-2.392-1.959-3.302c-.836-.911-1.853-1.611-3.029-2.12c-1.176-.497-2.478-.751-3.908-.751zM5.201%207.35l8.04%204.66l-8.04%204.648zm15.992%209.162a2.716%202.716%200%200%200-2.71%202.71a2.716%202.716%200%200%200%202.71%202.712h.096A2.716%202.716%200%200%200%2024%2019.224a2.716%202.716%200%200%200-2.711-2.711z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/dtube.svg?color=%231a73e8&size=48