youtrack logo
youtrack from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- youtrack
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
The same logo in other sets
Use the youtrack logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGxeDXVlqw" x1="65.797%" x2="2.105%" y1="66.687%" y2="5.574%"><stop offset="0%" stop-color="#905cfb"/><stop offset="7%" stop-color="#a554e6"/><stop offset="25%" stop-color="#d641b5"/><stop offset="39%" stop-color="#f43597"/><stop offset="47%" stop-color="#ff318c"/></linearGradient></defs><path fill="#0cb0f2" d="M83.61 98.195c42.346-38.629 89.39-81.692 90.752-83.054a63.5 63.5 0 0 1 6.8-6c17.868-13.169 42.523-12 59.066 2.8c16.542 14.802 20.435 39.176 9.326 58.393a44 44 0 0 1-7.4 9.6c-9.398 9.398-45.394 47.594-45.394 47.594s47.194 45.394 47.994 45.994c11.696 9.369 14.684 25.931 7 38.796a30.9 30.9 0 0 1-20.998 14.398c-2.598.459-36.915-32.57-74.812-59.294c-23.958 26.878-71.622 80.332-71.771 80.332c-20.238 14.158-44.995 6.36-56.194.2a56.433 56.433 0 0 1-9.399-90.59c6.6-5.999 34.596-31.396 64.993-59.193z"/><path fill="url(#SVGxeDXVlqw)" d="M167.802 111.988a36.35 36.35 0 0 0-13.869-23.61L80.22 13.785a46.977 46.977 0 1 0-60.926 71.148l88.984 62.129a37.157 37.157 0 0 0 59.524-35.073"/><path d="M47.855 48.763h159.382v159.382H47.855z"/><path fill="#fff" d="M63.992 175.87h58.374v10.56H63.992zm21.317-63.952L58.414 69.682h17.93L93.08 97.773l16.935-28.09h17.492l-26.896 42.036v27.892H85.27v-27.693zm65.746-28.09h-21.318V69.681h57.776v14.145h-21.118v55.585h-15.34z"/></svg>
React
import type { SVGProps } from "react";
export function LogosYoutrack(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGxeDXVlqw" x1="65.797%" x2="2.105%" y1="66.687%" y2="5.574%"><stop offset="0%" stopColor="#905cfb"/><stop offset="7%" stopColor="#a554e6"/><stop offset="25%" stopColor="#d641b5"/><stop offset="39%" stopColor="#f43597"/><stop offset="47%" stopColor="#ff318c"/></linearGradient></defs><path fill="#0cb0f2" d="M83.61 98.195c42.346-38.629 89.39-81.692 90.752-83.054a63.5 63.5 0 0 1 6.8-6c17.868-13.169 42.523-12 59.066 2.8c16.542 14.802 20.435 39.176 9.326 58.393a44 44 0 0 1-7.4 9.6c-9.398 9.398-45.394 47.594-45.394 47.594s47.194 45.394 47.994 45.994c11.696 9.369 14.684 25.931 7 38.796a30.9 30.9 0 0 1-20.998 14.398c-2.598.459-36.915-32.57-74.812-59.294c-23.958 26.878-71.622 80.332-71.771 80.332c-20.238 14.158-44.995 6.36-56.194.2a56.433 56.433 0 0 1-9.399-90.59c6.6-5.999 34.596-31.396 64.993-59.193z"/><path fill="url(#SVGxeDXVlqw)" d="M167.802 111.988a36.35 36.35 0 0 0-13.869-23.61L80.22 13.785a46.977 46.977 0 1 0-60.926 71.148l88.984 62.129a37.157 37.157 0 0 0 59.524-35.073"/><path d="M47.855 48.763h159.382v159.382H47.855z"/><path fill="#fff" d="M63.992 175.87h58.374v10.56H63.992zm21.317-63.952L58.414 69.682h17.93L93.08 97.773l16.935-28.09h17.492l-26.896 42.036v27.892H85.27v-27.693zm65.746-28.09h-21.318V69.681h57.776v14.145h-21.118v55.585h-15.34z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGxeDXVlqw" x1="65.797%" x2="2.105%" y1="66.687%" y2="5.574%"><stop offset="0%" stop-color="#905cfb"/><stop offset="7%" stop-color="#a554e6"/><stop offset="25%" stop-color="#d641b5"/><stop offset="39%" stop-color="#f43597"/><stop offset="47%" stop-color="#ff318c"/></linearGradient></defs><path fill="#0cb0f2" d="M83.61 98.195c42.346-38.629 89.39-81.692 90.752-83.054a63.5 63.5 0 0 1 6.8-6c17.868-13.169 42.523-12 59.066 2.8c16.542 14.802 20.435 39.176 9.326 58.393a44 44 0 0 1-7.4 9.6c-9.398 9.398-45.394 47.594-45.394 47.594s47.194 45.394 47.994 45.994c11.696 9.369 14.684 25.931 7 38.796a30.9 30.9 0 0 1-20.998 14.398c-2.598.459-36.915-32.57-74.812-59.294c-23.958 26.878-71.622 80.332-71.771 80.332c-20.238 14.158-44.995 6.36-56.194.2a56.433 56.433 0 0 1-9.399-90.59c6.6-5.999 34.596-31.396 64.993-59.193z"/><path fill="url(#SVGxeDXVlqw)" d="M167.802 111.988a36.35 36.35 0 0 0-13.869-23.61L80.22 13.785a46.977 46.977 0 1 0-60.926 71.148l88.984 62.129a37.157 37.157 0 0 0 59.524-35.073"/><path d="M47.855 48.763h159.382v159.382H47.855z"/><path fill="#fff" d="M63.992 175.87h58.374v10.56H63.992zm21.317-63.952L58.414 69.682h17.93L93.08 97.773l16.935-28.09h17.492l-26.896 42.036v27.892H85.27v-27.693zm65.746-28.09h-21.318V69.681h57.776v14.145h-21.118v55.585h-15.34z"/></svg> </template>
CSS
.icon-youtrack {
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%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGxeDXVlqw%22%20x1%3D%2265.797%25%22%20x2%3D%222.105%25%22%20y1%3D%2266.687%25%22%20y2%3D%225.574%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23905cfb%22%2F%3E%3Cstop%20offset%3D%227%25%22%20stop-color%3D%22%23a554e6%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%23d641b5%22%2F%3E%3Cstop%20offset%3D%2239%25%22%20stop-color%3D%22%23f43597%22%2F%3E%3Cstop%20offset%3D%2247%25%22%20stop-color%3D%22%23ff318c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%230cb0f2%22%20d%3D%22M83.61%2098.195c42.346-38.629%2089.39-81.692%2090.752-83.054a63.5%2063.5%200%200%201%206.8-6c17.868-13.169%2042.523-12%2059.066%202.8c16.542%2014.802%2020.435%2039.176%209.326%2058.393a44%2044%200%200%201-7.4%209.6c-9.398%209.398-45.394%2047.594-45.394%2047.594s47.194%2045.394%2047.994%2045.994c11.696%209.369%2014.684%2025.931%207%2038.796a30.9%2030.9%200%200%201-20.998%2014.398c-2.598.459-36.915-32.57-74.812-59.294c-23.958%2026.878-71.622%2080.332-71.771%2080.332c-20.238%2014.158-44.995%206.36-56.194.2a56.433%2056.433%200%200%201-9.399-90.59c6.6-5.999%2034.596-31.396%2064.993-59.193z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxeDXVlqw)%22%20d%3D%22M167.802%20111.988a36.35%2036.35%200%200%200-13.869-23.61L80.22%2013.785a46.977%2046.977%200%201%200-60.926%2071.148l88.984%2062.129a37.157%2037.157%200%200%200%2059.524-35.073%22%2F%3E%3Cpath%20d%3D%22M47.855%2048.763h159.382v159.382H47.855z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M63.992%20175.87h58.374v10.56H63.992zm21.317-63.952L58.414%2069.682h17.93L93.08%2097.773l16.935-28.09h17.492l-26.896%2042.036v27.892H85.27v-27.693zm65.746-28.09h-21.318V69.681h57.776v14.145h-21.118v55.585h-15.34z%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%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGxeDXVlqw%22%20x1%3D%2265.797%25%22%20x2%3D%222.105%25%22%20y1%3D%2266.687%25%22%20y2%3D%225.574%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23905cfb%22%2F%3E%3Cstop%20offset%3D%227%25%22%20stop-color%3D%22%23a554e6%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%23d641b5%22%2F%3E%3Cstop%20offset%3D%2239%25%22%20stop-color%3D%22%23f43597%22%2F%3E%3Cstop%20offset%3D%2247%25%22%20stop-color%3D%22%23ff318c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%230cb0f2%22%20d%3D%22M83.61%2098.195c42.346-38.629%2089.39-81.692%2090.752-83.054a63.5%2063.5%200%200%201%206.8-6c17.868-13.169%2042.523-12%2059.066%202.8c16.542%2014.802%2020.435%2039.176%209.326%2058.393a44%2044%200%200%201-7.4%209.6c-9.398%209.398-45.394%2047.594-45.394%2047.594s47.194%2045.394%2047.994%2045.994c11.696%209.369%2014.684%2025.931%207%2038.796a30.9%2030.9%200%200%201-20.998%2014.398c-2.598.459-36.915-32.57-74.812-59.294c-23.958%2026.878-71.622%2080.332-71.771%2080.332c-20.238%2014.158-44.995%206.36-56.194.2a56.433%2056.433%200%200%201-9.399-90.59c6.6-5.999%2034.596-31.396%2064.993-59.193z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxeDXVlqw)%22%20d%3D%22M167.802%20111.988a36.35%2036.35%200%200%200-13.869-23.61L80.22%2013.785a46.977%2046.977%200%201%200-60.926%2071.148l88.984%2062.129a37.157%2037.157%200%200%200%2059.524-35.073%22%2F%3E%3Cpath%20d%3D%22M47.855%2048.763h159.382v159.382H47.855z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M63.992%20175.87h58.374v10.56H63.992zm21.317-63.952L58.414%2069.682h17.93L93.08%2097.773l16.935-28.09h17.492l-26.896%2042.036v27.892H85.27v-27.693zm65.746-28.09h-21.318V69.681h57.776v14.145h-21.118v55.585h-15.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/youtrack.svg?color=%231a73e8&size=48