sourcetrail logo

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

Name
sourcetrail
Set
SVG Logos
Style
Color
Viewbox
256×247
License
CC0

Use the sourcetrail logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 247"><path fill="#027AC3" d="M55.216 246.742h-22.79c0-19.845 11.596-36.97 28.377-44.99a49.602 49.602 0 0 0-8.577 27.953a49.77 49.77 0 0 0 2.99 17.037Zm125.795 0h-22.79c0-19.845 11.596-36.97 28.38-44.99a49.605 49.605 0 0 0-8.58 27.953c0 5.985 1.06 11.72 2.99 17.037Zm64.97-13.723c-6.044-20.718-24.847-36.12-47.517-36.12c-27.525 0-49.844 22.313-49.844 49.838h-26c-.003-27.525-22.318-49.837-49.843-49.837c-27.524 0-49.842 22.312-49.842 49.837H1.845a128.918 128.918 0 0 1-1.844-21.735c0-28.716 9.458-55.23 25.425-76.587c-10.89-8.066-19.303-19.658-23.281-33.72C-6.321 84.803 11.03 53.757 40.918 45.3c7.09-2.007 11.573-9.37 9.563-16.459c-2.006-7.09-9.737-11.205-16.825-9.199c-5.08 1.438-10.37-1.512-11.805-6.596a9.557 9.557 0 0 1 6.593-11.808C45.71-3.648 63.642 6.364 68.528 23.629c4.888 17.262-5.133 35.192-22.398 40.081c-14.943 4.23-23.62 19.75-19.391 34.695c3.394 11.982 11.908 21.113 22.492 25.7C70.949 107.126 98.295 97.002 128 97.002c23.202 0 44.96 6.173 63.725 16.964c1.48-14.256 9.626-26.79 21.617-33.502c.326 1.33.608 2.686.82 4.067c1.558 10.143-.369 19.971-4.817 28.226c2.646-1.005 5.414-1.779 8.316-2.222c10.104-1.555 19.943.759 28.116 5.871c-5.971 5.823-13.658 9.885-22.409 11.232a40.69 40.69 0 0 1-12.268.011c27.476 23.475 44.9 58.38 44.9 97.354c0 2.605-.074 5.214-.23 7.778c-.125 2.924-1.864 4.82-4.456 4.956c-2.599.134-4.116-1.483-5.332-4.717Zm-38.841-72.09c0-5.042-4.084-9.13-9.126-9.13c-5.04 0-9.13 4.088-9.13 9.13c0 5.039 4.09 9.128 9.13 9.128c5.042 0 9.126-4.09 9.126-9.129Z"/></svg>

React

import type { SVGProps } from "react";

export function LogosSourcetrail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 247"><path fill="#027AC3" d="M55.216 246.742h-22.79c0-19.845 11.596-36.97 28.377-44.99a49.602 49.602 0 0 0-8.577 27.953a49.77 49.77 0 0 0 2.99 17.037Zm125.795 0h-22.79c0-19.845 11.596-36.97 28.38-44.99a49.605 49.605 0 0 0-8.58 27.953c0 5.985 1.06 11.72 2.99 17.037Zm64.97-13.723c-6.044-20.718-24.847-36.12-47.517-36.12c-27.525 0-49.844 22.313-49.844 49.838h-26c-.003-27.525-22.318-49.837-49.843-49.837c-27.524 0-49.842 22.312-49.842 49.837H1.845a128.918 128.918 0 0 1-1.844-21.735c0-28.716 9.458-55.23 25.425-76.587c-10.89-8.066-19.303-19.658-23.281-33.72C-6.321 84.803 11.03 53.757 40.918 45.3c7.09-2.007 11.573-9.37 9.563-16.459c-2.006-7.09-9.737-11.205-16.825-9.199c-5.08 1.438-10.37-1.512-11.805-6.596a9.557 9.557 0 0 1 6.593-11.808C45.71-3.648 63.642 6.364 68.528 23.629c4.888 17.262-5.133 35.192-22.398 40.081c-14.943 4.23-23.62 19.75-19.391 34.695c3.394 11.982 11.908 21.113 22.492 25.7C70.949 107.126 98.295 97.002 128 97.002c23.202 0 44.96 6.173 63.725 16.964c1.48-14.256 9.626-26.79 21.617-33.502c.326 1.33.608 2.686.82 4.067c1.558 10.143-.369 19.971-4.817 28.226c2.646-1.005 5.414-1.779 8.316-2.222c10.104-1.555 19.943.759 28.116 5.871c-5.971 5.823-13.658 9.885-22.409 11.232a40.69 40.69 0 0 1-12.268.011c27.476 23.475 44.9 58.38 44.9 97.354c0 2.605-.074 5.214-.23 7.778c-.125 2.924-1.864 4.82-4.456 4.956c-2.599.134-4.116-1.483-5.332-4.717Zm-38.841-72.09c0-5.042-4.084-9.13-9.126-9.13c-5.04 0-9.13 4.088-9.13 9.13c0 5.039 4.09 9.128 9.13 9.128c5.042 0 9.126-4.09 9.126-9.129Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 247"><path fill="#027AC3" d="M55.216 246.742h-22.79c0-19.845 11.596-36.97 28.377-44.99a49.602 49.602 0 0 0-8.577 27.953a49.77 49.77 0 0 0 2.99 17.037Zm125.795 0h-22.79c0-19.845 11.596-36.97 28.38-44.99a49.605 49.605 0 0 0-8.58 27.953c0 5.985 1.06 11.72 2.99 17.037Zm64.97-13.723c-6.044-20.718-24.847-36.12-47.517-36.12c-27.525 0-49.844 22.313-49.844 49.838h-26c-.003-27.525-22.318-49.837-49.843-49.837c-27.524 0-49.842 22.312-49.842 49.837H1.845a128.918 128.918 0 0 1-1.844-21.735c0-28.716 9.458-55.23 25.425-76.587c-10.89-8.066-19.303-19.658-23.281-33.72C-6.321 84.803 11.03 53.757 40.918 45.3c7.09-2.007 11.573-9.37 9.563-16.459c-2.006-7.09-9.737-11.205-16.825-9.199c-5.08 1.438-10.37-1.512-11.805-6.596a9.557 9.557 0 0 1 6.593-11.808C45.71-3.648 63.642 6.364 68.528 23.629c4.888 17.262-5.133 35.192-22.398 40.081c-14.943 4.23-23.62 19.75-19.391 34.695c3.394 11.982 11.908 21.113 22.492 25.7C70.949 107.126 98.295 97.002 128 97.002c23.202 0 44.96 6.173 63.725 16.964c1.48-14.256 9.626-26.79 21.617-33.502c.326 1.33.608 2.686.82 4.067c1.558 10.143-.369 19.971-4.817 28.226c2.646-1.005 5.414-1.779 8.316-2.222c10.104-1.555 19.943.759 28.116 5.871c-5.971 5.823-13.658 9.885-22.409 11.232a40.69 40.69 0 0 1-12.268.011c27.476 23.475 44.9 58.38 44.9 97.354c0 2.605-.074 5.214-.23 7.778c-.125 2.924-1.864 4.82-4.456 4.956c-2.599.134-4.116-1.483-5.332-4.717Zm-38.841-72.09c0-5.042-4.084-9.13-9.126-9.13c-5.04 0-9.13 4.088-9.13 9.13c0 5.039 4.09 9.128 9.13 9.128c5.042 0 9.126-4.09 9.126-9.129Z"/></svg>
</template>

CSS

.icon-sourcetrail {
  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%20256%20247%22%3E%3Cpath%20fill%3D%22%23027AC3%22%20d%3D%22M55.216%20246.742h-22.79c0-19.845%2011.596-36.97%2028.377-44.99a49.602%2049.602%200%200%200-8.577%2027.953a49.77%2049.77%200%200%200%202.99%2017.037Zm125.795%200h-22.79c0-19.845%2011.596-36.97%2028.38-44.99a49.605%2049.605%200%200%200-8.58%2027.953c0%205.985%201.06%2011.72%202.99%2017.037Zm64.97-13.723c-6.044-20.718-24.847-36.12-47.517-36.12c-27.525%200-49.844%2022.313-49.844%2049.838h-26c-.003-27.525-22.318-49.837-49.843-49.837c-27.524%200-49.842%2022.312-49.842%2049.837H1.845a128.918%20128.918%200%200%201-1.844-21.735c0-28.716%209.458-55.23%2025.425-76.587c-10.89-8.066-19.303-19.658-23.281-33.72C-6.321%2084.803%2011.03%2053.757%2040.918%2045.3c7.09-2.007%2011.573-9.37%209.563-16.459c-2.006-7.09-9.737-11.205-16.825-9.199c-5.08%201.438-10.37-1.512-11.805-6.596a9.557%209.557%200%200%201%206.593-11.808C45.71-3.648%2063.642%206.364%2068.528%2023.629c4.888%2017.262-5.133%2035.192-22.398%2040.081c-14.943%204.23-23.62%2019.75-19.391%2034.695c3.394%2011.982%2011.908%2021.113%2022.492%2025.7C70.949%20107.126%2098.295%2097.002%20128%2097.002c23.202%200%2044.96%206.173%2063.725%2016.964c1.48-14.256%209.626-26.79%2021.617-33.502c.326%201.33.608%202.686.82%204.067c1.558%2010.143-.369%2019.971-4.817%2028.226c2.646-1.005%205.414-1.779%208.316-2.222c10.104-1.555%2019.943.759%2028.116%205.871c-5.971%205.823-13.658%209.885-22.409%2011.232a40.69%2040.69%200%200%201-12.268.011c27.476%2023.475%2044.9%2058.38%2044.9%2097.354c0%202.605-.074%205.214-.23%207.778c-.125%202.924-1.864%204.82-4.456%204.956c-2.599.134-4.116-1.483-5.332-4.717Zm-38.841-72.09c0-5.042-4.084-9.13-9.126-9.13c-5.04%200-9.13%204.088-9.13%209.13c0%205.039%204.09%209.128%209.13%209.128c5.042%200%209.126-4.09%209.126-9.129Z%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%20256%20247%22%3E%3Cpath%20fill%3D%22%23027AC3%22%20d%3D%22M55.216%20246.742h-22.79c0-19.845%2011.596-36.97%2028.377-44.99a49.602%2049.602%200%200%200-8.577%2027.953a49.77%2049.77%200%200%200%202.99%2017.037Zm125.795%200h-22.79c0-19.845%2011.596-36.97%2028.38-44.99a49.605%2049.605%200%200%200-8.58%2027.953c0%205.985%201.06%2011.72%202.99%2017.037Zm64.97-13.723c-6.044-20.718-24.847-36.12-47.517-36.12c-27.525%200-49.844%2022.313-49.844%2049.838h-26c-.003-27.525-22.318-49.837-49.843-49.837c-27.524%200-49.842%2022.312-49.842%2049.837H1.845a128.918%20128.918%200%200%201-1.844-21.735c0-28.716%209.458-55.23%2025.425-76.587c-10.89-8.066-19.303-19.658-23.281-33.72C-6.321%2084.803%2011.03%2053.757%2040.918%2045.3c7.09-2.007%2011.573-9.37%209.563-16.459c-2.006-7.09-9.737-11.205-16.825-9.199c-5.08%201.438-10.37-1.512-11.805-6.596a9.557%209.557%200%200%201%206.593-11.808C45.71-3.648%2063.642%206.364%2068.528%2023.629c4.888%2017.262-5.133%2035.192-22.398%2040.081c-14.943%204.23-23.62%2019.75-19.391%2034.695c3.394%2011.982%2011.908%2021.113%2022.492%2025.7C70.949%20107.126%2098.295%2097.002%20128%2097.002c23.202%200%2044.96%206.173%2063.725%2016.964c1.48-14.256%209.626-26.79%2021.617-33.502c.326%201.33.608%202.686.82%204.067c1.558%2010.143-.369%2019.971-4.817%2028.226c2.646-1.005%205.414-1.779%208.316-2.222c10.104-1.555%2019.943.759%2028.116%205.871c-5.971%205.823-13.658%209.885-22.409%2011.232a40.69%2040.69%200%200%201-12.268.011c27.476%2023.475%2044.9%2058.38%2044.9%2097.354c0%202.605-.074%205.214-.23%207.778c-.125%202.924-1.864%204.82-4.456%204.956c-2.599.134-4.116-1.483-5.332-4.717Zm-38.841-72.09c0-5.042-4.084-9.13-9.126-9.13c-5.04%200-9.13%204.088-9.13%209.13c0%205.039%204.09%209.128%209.13%209.128c5.042%200%209.126-4.09%209.126-9.129Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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