tutsplus logo

tutsplus from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
tutsplus
Set
SVG Logos
Style
Color
Viewbox
512×173
License
CC0

Use the tutsplus logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 173"><g fill="#2A3743"><path d="M16.423 169.414V73.105H.036V38.832h16.387V.262h37.633v38.57h16.375v34.273H54.056v61.803H66.6v34.506H16.423z"/><path d="M213.87 38.838v96.297h15.922v34.28h-50.875v-17.08c-4.259 6.432-9.515 11.235-15.738 14.405c-6.223 3.17-13.615 4.755-22.127 4.755c-14.478 0-25.627-4.271-33.46-12.838c-7.826-8.555-11.73-20.842-11.73-36.88v-48.44h-16.38V38.833h54.245v71.79c0 9.76 1.604 16.692 4.816 20.78c3.213 4.112 8.5 6.168 15.861 6.168c6.884 0 12.379-2.423 16.491-7.27c4.1-4.84 6.156-11.4 6.156-19.69V73.32h-14.986V38.812h51.81v.025h-.005z"/><path d="M252.188 169.414V73.105H235.8V38.832h16.387V.262h37.633v38.57h16.374v34.273h-16.374v61.803h12.544v34.506h-50.177z"/><path d="M320 129.211h35.197c.233 4.65 1.616 8.188 4.125 10.63c2.515 2.429 6.143 3.659 10.861 3.659c4.48 0 7.912-.986 10.28-2.962c2.369-1.97 3.543-4.816 3.543-8.536c0-5.355-5.85-9.412-17.537-12.202c-4.565-1.089-8.175-2.007-10.806-2.784c-12.324-3.482-21.375-8.5-27.176-15.04c-5.807-6.542-8.72-15.005-8.72-25.383c0-12.318 4.143-22.25 12.429-29.794c8.285-7.551 19.208-11.327 32.762-11.327c5.415 0 10.28.655 14.57 1.97c4.301 1.322 8.389 3.446 12.262 6.389v-5.458h27.175V75.43H384.46c-.691-4.259-1.97-7.3-3.83-9.117c-1.86-1.824-4.608-2.73-8.255-2.73c-3.708 0-6.725.906-9.007 2.73c-2.283 1.817-3.427 4.16-3.427 7.025c0 3.64 1.279 6.467 3.824 8.48c2.564 2.014 8.763 4.26 18.596 6.738c16.253 4.185 27.45 9.332 33.558 15.45c6.119 6.12 9.178 14.742 9.178 25.903c0 12.691-4.436 23.02-13.303 30.957c-8.866 7.942-20.34 11.901-34.438 11.901c-5.734 0-10.941-.813-15.628-2.429c-4.688-1.634-9.081-4.149-13.181-7.545v6.621H319.97v-40.203h.03z"/><path d="M511.7 82.112h-23.73V58.37H454.8v23.742h-23.736v33.166h23.736v23.73h33.172v-23.73h23.73V82.112z"/></g></svg>

React

import type { SVGProps } from "react";

export function LogosTutsplus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 173"><g fill="#2A3743"><path d="M16.423 169.414V73.105H.036V38.832h16.387V.262h37.633v38.57h16.375v34.273H54.056v61.803H66.6v34.506H16.423z"/><path d="M213.87 38.838v96.297h15.922v34.28h-50.875v-17.08c-4.259 6.432-9.515 11.235-15.738 14.405c-6.223 3.17-13.615 4.755-22.127 4.755c-14.478 0-25.627-4.271-33.46-12.838c-7.826-8.555-11.73-20.842-11.73-36.88v-48.44h-16.38V38.833h54.245v71.79c0 9.76 1.604 16.692 4.816 20.78c3.213 4.112 8.5 6.168 15.861 6.168c6.884 0 12.379-2.423 16.491-7.27c4.1-4.84 6.156-11.4 6.156-19.69V73.32h-14.986V38.812h51.81v.025h-.005z"/><path d="M252.188 169.414V73.105H235.8V38.832h16.387V.262h37.633v38.57h16.374v34.273h-16.374v61.803h12.544v34.506h-50.177z"/><path d="M320 129.211h35.197c.233 4.65 1.616 8.188 4.125 10.63c2.515 2.429 6.143 3.659 10.861 3.659c4.48 0 7.912-.986 10.28-2.962c2.369-1.97 3.543-4.816 3.543-8.536c0-5.355-5.85-9.412-17.537-12.202c-4.565-1.089-8.175-2.007-10.806-2.784c-12.324-3.482-21.375-8.5-27.176-15.04c-5.807-6.542-8.72-15.005-8.72-25.383c0-12.318 4.143-22.25 12.429-29.794c8.285-7.551 19.208-11.327 32.762-11.327c5.415 0 10.28.655 14.57 1.97c4.301 1.322 8.389 3.446 12.262 6.389v-5.458h27.175V75.43H384.46c-.691-4.259-1.97-7.3-3.83-9.117c-1.86-1.824-4.608-2.73-8.255-2.73c-3.708 0-6.725.906-9.007 2.73c-2.283 1.817-3.427 4.16-3.427 7.025c0 3.64 1.279 6.467 3.824 8.48c2.564 2.014 8.763 4.26 18.596 6.738c16.253 4.185 27.45 9.332 33.558 15.45c6.119 6.12 9.178 14.742 9.178 25.903c0 12.691-4.436 23.02-13.303 30.957c-8.866 7.942-20.34 11.901-34.438 11.901c-5.734 0-10.941-.813-15.628-2.429c-4.688-1.634-9.081-4.149-13.181-7.545v6.621H319.97v-40.203h.03z"/><path d="M511.7 82.112h-23.73V58.37H454.8v23.742h-23.736v33.166h23.736v23.73h33.172v-23.73h23.73V82.112z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 173"><g fill="#2A3743"><path d="M16.423 169.414V73.105H.036V38.832h16.387V.262h37.633v38.57h16.375v34.273H54.056v61.803H66.6v34.506H16.423z"/><path d="M213.87 38.838v96.297h15.922v34.28h-50.875v-17.08c-4.259 6.432-9.515 11.235-15.738 14.405c-6.223 3.17-13.615 4.755-22.127 4.755c-14.478 0-25.627-4.271-33.46-12.838c-7.826-8.555-11.73-20.842-11.73-36.88v-48.44h-16.38V38.833h54.245v71.79c0 9.76 1.604 16.692 4.816 20.78c3.213 4.112 8.5 6.168 15.861 6.168c6.884 0 12.379-2.423 16.491-7.27c4.1-4.84 6.156-11.4 6.156-19.69V73.32h-14.986V38.812h51.81v.025h-.005z"/><path d="M252.188 169.414V73.105H235.8V38.832h16.387V.262h37.633v38.57h16.374v34.273h-16.374v61.803h12.544v34.506h-50.177z"/><path d="M320 129.211h35.197c.233 4.65 1.616 8.188 4.125 10.63c2.515 2.429 6.143 3.659 10.861 3.659c4.48 0 7.912-.986 10.28-2.962c2.369-1.97 3.543-4.816 3.543-8.536c0-5.355-5.85-9.412-17.537-12.202c-4.565-1.089-8.175-2.007-10.806-2.784c-12.324-3.482-21.375-8.5-27.176-15.04c-5.807-6.542-8.72-15.005-8.72-25.383c0-12.318 4.143-22.25 12.429-29.794c8.285-7.551 19.208-11.327 32.762-11.327c5.415 0 10.28.655 14.57 1.97c4.301 1.322 8.389 3.446 12.262 6.389v-5.458h27.175V75.43H384.46c-.691-4.259-1.97-7.3-3.83-9.117c-1.86-1.824-4.608-2.73-8.255-2.73c-3.708 0-6.725.906-9.007 2.73c-2.283 1.817-3.427 4.16-3.427 7.025c0 3.64 1.279 6.467 3.824 8.48c2.564 2.014 8.763 4.26 18.596 6.738c16.253 4.185 27.45 9.332 33.558 15.45c6.119 6.12 9.178 14.742 9.178 25.903c0 12.691-4.436 23.02-13.303 30.957c-8.866 7.942-20.34 11.901-34.438 11.901c-5.734 0-10.941-.813-15.628-2.429c-4.688-1.634-9.081-4.149-13.181-7.545v6.621H319.97v-40.203h.03z"/><path d="M511.7 82.112h-23.73V58.37H454.8v23.742h-23.736v33.166h23.736v23.73h33.172v-23.73h23.73V82.112z"/></g></svg>
</template>

CSS

.icon-tutsplus {
  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%20512%20173%22%3E%3Cg%20fill%3D%22%232A3743%22%3E%3Cpath%20d%3D%22M16.423%20169.414V73.105H.036V38.832h16.387V.262h37.633v38.57h16.375v34.273H54.056v61.803H66.6v34.506H16.423z%22%2F%3E%3Cpath%20d%3D%22M213.87%2038.838v96.297h15.922v34.28h-50.875v-17.08c-4.259%206.432-9.515%2011.235-15.738%2014.405c-6.223%203.17-13.615%204.755-22.127%204.755c-14.478%200-25.627-4.271-33.46-12.838c-7.826-8.555-11.73-20.842-11.73-36.88v-48.44h-16.38V38.833h54.245v71.79c0%209.76%201.604%2016.692%204.816%2020.78c3.213%204.112%208.5%206.168%2015.861%206.168c6.884%200%2012.379-2.423%2016.491-7.27c4.1-4.84%206.156-11.4%206.156-19.69V73.32h-14.986V38.812h51.81v.025h-.005z%22%2F%3E%3Cpath%20d%3D%22M252.188%20169.414V73.105H235.8V38.832h16.387V.262h37.633v38.57h16.374v34.273h-16.374v61.803h12.544v34.506h-50.177z%22%2F%3E%3Cpath%20d%3D%22M320%20129.211h35.197c.233%204.65%201.616%208.188%204.125%2010.63c2.515%202.429%206.143%203.659%2010.861%203.659c4.48%200%207.912-.986%2010.28-2.962c2.369-1.97%203.543-4.816%203.543-8.536c0-5.355-5.85-9.412-17.537-12.202c-4.565-1.089-8.175-2.007-10.806-2.784c-12.324-3.482-21.375-8.5-27.176-15.04c-5.807-6.542-8.72-15.005-8.72-25.383c0-12.318%204.143-22.25%2012.429-29.794c8.285-7.551%2019.208-11.327%2032.762-11.327c5.415%200%2010.28.655%2014.57%201.97c4.301%201.322%208.389%203.446%2012.262%206.389v-5.458h27.175V75.43H384.46c-.691-4.259-1.97-7.3-3.83-9.117c-1.86-1.824-4.608-2.73-8.255-2.73c-3.708%200-6.725.906-9.007%202.73c-2.283%201.817-3.427%204.16-3.427%207.025c0%203.64%201.279%206.467%203.824%208.48c2.564%202.014%208.763%204.26%2018.596%206.738c16.253%204.185%2027.45%209.332%2033.558%2015.45c6.119%206.12%209.178%2014.742%209.178%2025.903c0%2012.691-4.436%2023.02-13.303%2030.957c-8.866%207.942-20.34%2011.901-34.438%2011.901c-5.734%200-10.941-.813-15.628-2.429c-4.688-1.634-9.081-4.149-13.181-7.545v6.621H319.97v-40.203h.03z%22%2F%3E%3Cpath%20d%3D%22M511.7%2082.112h-23.73V58.37H454.8v23.742h-23.736v33.166h23.736v23.73h33.172v-23.73h23.73V82.112z%22%2F%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%20512%20173%22%3E%3Cg%20fill%3D%22%232A3743%22%3E%3Cpath%20d%3D%22M16.423%20169.414V73.105H.036V38.832h16.387V.262h37.633v38.57h16.375v34.273H54.056v61.803H66.6v34.506H16.423z%22%2F%3E%3Cpath%20d%3D%22M213.87%2038.838v96.297h15.922v34.28h-50.875v-17.08c-4.259%206.432-9.515%2011.235-15.738%2014.405c-6.223%203.17-13.615%204.755-22.127%204.755c-14.478%200-25.627-4.271-33.46-12.838c-7.826-8.555-11.73-20.842-11.73-36.88v-48.44h-16.38V38.833h54.245v71.79c0%209.76%201.604%2016.692%204.816%2020.78c3.213%204.112%208.5%206.168%2015.861%206.168c6.884%200%2012.379-2.423%2016.491-7.27c4.1-4.84%206.156-11.4%206.156-19.69V73.32h-14.986V38.812h51.81v.025h-.005z%22%2F%3E%3Cpath%20d%3D%22M252.188%20169.414V73.105H235.8V38.832h16.387V.262h37.633v38.57h16.374v34.273h-16.374v61.803h12.544v34.506h-50.177z%22%2F%3E%3Cpath%20d%3D%22M320%20129.211h35.197c.233%204.65%201.616%208.188%204.125%2010.63c2.515%202.429%206.143%203.659%2010.861%203.659c4.48%200%207.912-.986%2010.28-2.962c2.369-1.97%203.543-4.816%203.543-8.536c0-5.355-5.85-9.412-17.537-12.202c-4.565-1.089-8.175-2.007-10.806-2.784c-12.324-3.482-21.375-8.5-27.176-15.04c-5.807-6.542-8.72-15.005-8.72-25.383c0-12.318%204.143-22.25%2012.429-29.794c8.285-7.551%2019.208-11.327%2032.762-11.327c5.415%200%2010.28.655%2014.57%201.97c4.301%201.322%208.389%203.446%2012.262%206.389v-5.458h27.175V75.43H384.46c-.691-4.259-1.97-7.3-3.83-9.117c-1.86-1.824-4.608-2.73-8.255-2.73c-3.708%200-6.725.906-9.007%202.73c-2.283%201.817-3.427%204.16-3.427%207.025c0%203.64%201.279%206.467%203.824%208.48c2.564%202.014%208.763%204.26%2018.596%206.738c16.253%204.185%2027.45%209.332%2033.558%2015.45c6.119%206.12%209.178%2014.742%209.178%2025.903c0%2012.691-4.436%2023.02-13.303%2030.957c-8.866%207.942-20.34%2011.901-34.438%2011.901c-5.734%200-10.941-.813-15.628-2.429c-4.688-1.634-9.081-4.149-13.181-7.545v6.621H319.97v-40.203h.03z%22%2F%3E%3Cpath%20d%3D%22M511.7%2082.112h-23.73V58.37H454.8v23.742h-23.736v33.166h23.736v23.73h33.172v-23.73h23.73V82.112z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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