dts from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
dts
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the dts logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.556 14.346l-1.194-1.173a.841.841 0 0 1 .604-1.445h.59a.346.346 0 0 0 .349-.343v-.636H18.97a1.49 1.49 0 0 0-1.507 1.477v.003c0 .396.16.775.444 1.05l1.201 1.18a.841.841 0 0 1-.604 1.446h-1.849a1.306 1.306 0 0 1-1.317-1.294v-2.876h1.135a.346.346 0 0 0 .35-.343v-.636h-1.485V7.587l-3.866 1.66v1.494h-1.87V7.123h-2.87a.986.986 0 0 0-.997.98v2.638H3.67C1.514 10.741 0 11.893 0 13.81c0 1.71 1.776 3.068 3.676 3.068h4.615a1.306 1.306 0 0 0 1.318-1.294v-3.855h1.863v2.503c0 1.423.874 2.646 2.65 2.646h8.371A1.49 1.49 0 0 0 24 15.4v-.003a1.44 1.44 0 0 0-.444-1.051M5.729 15.683a.217.217 0 0 1-.219.214h-.13c-1.34 0-1.835-.908-1.85-2.088c.015-1.216.525-2.088 1.85-2.088h.349z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsDts(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="m23.556 14.346l-1.194-1.173a.841.841 0 0 1 .604-1.445h.59a.346.346 0 0 0 .349-.343v-.636H18.97a1.49 1.49 0 0 0-1.507 1.477v.003c0 .396.16.775.444 1.05l1.201 1.18a.841.841 0 0 1-.604 1.446h-1.849a1.306 1.306 0 0 1-1.317-1.294v-2.876h1.135a.346.346 0 0 0 .35-.343v-.636h-1.485V7.587l-3.866 1.66v1.494h-1.87V7.123h-2.87a.986.986 0 0 0-.997.98v2.638H3.67C1.514 10.741 0 11.893 0 13.81c0 1.71 1.776 3.068 3.676 3.068h4.615a1.306 1.306 0 0 0 1.318-1.294v-3.855h1.863v2.503c0 1.423.874 2.646 2.65 2.646h8.371A1.49 1.49 0 0 0 24 15.4v-.003a1.44 1.44 0 0 0-.444-1.051M5.729 15.683a.217.217 0 0 1-.219.214h-.13c-1.34 0-1.835-.908-1.85-2.088c.015-1.216.525-2.088 1.85-2.088h.349z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.556 14.346l-1.194-1.173a.841.841 0 0 1 .604-1.445h.59a.346.346 0 0 0 .349-.343v-.636H18.97a1.49 1.49 0 0 0-1.507 1.477v.003c0 .396.16.775.444 1.05l1.201 1.18a.841.841 0 0 1-.604 1.446h-1.849a1.306 1.306 0 0 1-1.317-1.294v-2.876h1.135a.346.346 0 0 0 .35-.343v-.636h-1.485V7.587l-3.866 1.66v1.494h-1.87V7.123h-2.87a.986.986 0 0 0-.997.98v2.638H3.67C1.514 10.741 0 11.893 0 13.81c0 1.71 1.776 3.068 3.676 3.068h4.615a1.306 1.306 0 0 0 1.318-1.294v-3.855h1.863v2.503c0 1.423.874 2.646 2.65 2.646h8.371A1.49 1.49 0 0 0 24 15.4v-.003a1.44 1.44 0 0 0-.444-1.051M5.729 15.683a.217.217 0 0 1-.219.214h-.13c-1.34 0-1.835-.908-1.85-2.088c.015-1.216.525-2.088 1.85-2.088h.349z"/></svg>
</template>

CSS

.icon-dts {
  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%22m23.556%2014.346l-1.194-1.173a.841.841%200%200%201%20.604-1.445h.59a.346.346%200%200%200%20.349-.343v-.636H18.97a1.49%201.49%200%200%200-1.507%201.477v.003c0%20.396.16.775.444%201.05l1.201%201.18a.841.841%200%200%201-.604%201.446h-1.849a1.306%201.306%200%200%201-1.317-1.294v-2.876h1.135a.346.346%200%200%200%20.35-.343v-.636h-1.485V7.587l-3.866%201.66v1.494h-1.87V7.123h-2.87a.986.986%200%200%200-.997.98v2.638H3.67C1.514%2010.741%200%2011.893%200%2013.81c0%201.71%201.776%203.068%203.676%203.068h4.615a1.306%201.306%200%200%200%201.318-1.294v-3.855h1.863v2.503c0%201.423.874%202.646%202.65%202.646h8.371A1.49%201.49%200%200%200%2024%2015.4v-.003a1.44%201.44%200%200%200-.444-1.051M5.729%2015.683a.217.217%200%200%201-.219.214h-.13c-1.34%200-1.835-.908-1.85-2.088c.015-1.216.525-2.088%201.85-2.088h.349z%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%22m23.556%2014.346l-1.194-1.173a.841.841%200%200%201%20.604-1.445h.59a.346.346%200%200%200%20.349-.343v-.636H18.97a1.49%201.49%200%200%200-1.507%201.477v.003c0%20.396.16.775.444%201.05l1.201%201.18a.841.841%200%200%201-.604%201.446h-1.849a1.306%201.306%200%200%201-1.317-1.294v-2.876h1.135a.346.346%200%200%200%20.35-.343v-.636h-1.485V7.587l-3.866%201.66v1.494h-1.87V7.123h-2.87a.986.986%200%200%200-.997.98v2.638H3.67C1.514%2010.741%200%2011.893%200%2013.81c0%201.71%201.776%203.068%203.676%203.068h4.615a1.306%201.306%200%200%200%201.318-1.294v-3.855h1.863v2.503c0%201.423.874%202.646%202.65%202.646h8.371A1.49%201.49%200%200%200%2024%2015.4v-.003a1.44%201.44%200%200%200-.444-1.051M5.729%2015.683a.217.217%200%200%201-.219.214h-.13c-1.34%200-1.835-.908-1.85-2.088c.015-1.216.525-2.088%201.85-2.088h.349z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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