pytorch logo
pytorch-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- pytorch-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the pytorch logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ee4c2c" d="m17.9 55.7l-1.7 1.7c2.7 2.7 2.7 7.2 0 9.9S9 70 6.4 67.2c-2.7-2.7-2.7-7.2 0-9.9l4.4-4.4l.6-.6V49l-6.6 6.6c-3.7 3.7-3.7 9.6 0 13.2s9.6 3.7 13.2 0c3.6-3.6 3.6-9.4-.1-13.1"/><circle cx="14.6" cy="54.1" r="1.2" fill="#ee4c2c"/><path d="M34.9 64.1h-2.8v7.3H30V50.7h5.2c5.4 0 8 2.7 8 6.4c0 4.6-3.2 7-8.3 7m.2-11.3h-3v9.5l2.9-.1c3.9-.1 6-1.6 6-4.8c.1-3-2.1-4.6-5.9-4.6m17.6 18.5l-1.2 3.3c-1.4 3.7-2.8 4.7-4.9 4.7c-1.1 0-2-.3-2.9-.7l.6-1.9c.7.4 1.5.7 2.3.7c1.1 0 2-.6 3.1-3.5l1-2.7l-5.9-14.9H47l4.7 12.5l4.7-12.5h2.1z"/><path d="M65.5 52.8v18.7h-2.1V52.8h-7.3v-2h16.6v2zm13.3 19c-4.2 0-7.3-3.1-7.3-7.9s3.2-8 7.5-8s7.3 3.1 7.3 7.9c-.1 4.8-3.3 8-7.5 8m0-14c-3.2 0-5.3 2.5-5.3 6.1c0 3.7 2.1 6.2 5.3 6.2s5.3-2.5 5.3-6.1c.1-3.8-2-6.2-5.3-6.2m12.6 13.6h-2.1V56.3l2.1-.5V59c1-1.9 2.4-3.2 4.4-3.2c1 0 1.9.3 2.7.7l-.5 1.9c-.7-.4-1.5-.7-2.3-.7c-1.6 0-3.1 1.2-4.3 3.9zm15.1.4c-4.6 0-7.4-3.3-7.4-7.9c0-4.7 3.1-8 7.4-8c1.8 0 3.4.5 4.7 1.3l-.5 1.8c-1.1-.8-2.6-1.2-4.2-1.2c-3.3 0-5.3 2.4-5.3 6c0 3.7 2.1 6.1 5.3 6.1c1.5 0 3.1-.5 4.2-1.2l.5 1.9c-1.3.7-2.9 1.2-4.7 1.2m17.4-.4v-9.8c0-2.7-1.1-3.8-3.2-3.8c-1.8 0-3.4.9-4.7 2.1v11.5h-2.1V49.2l2.1-.5v9.6c1.6-1.6 3.6-2.4 5.3-2.4c2.9 0 4.7 1.9 4.7 5.2v10.3z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconPytorchWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ee4c2c" d="m17.9 55.7l-1.7 1.7c2.7 2.7 2.7 7.2 0 9.9S9 70 6.4 67.2c-2.7-2.7-2.7-7.2 0-9.9l4.4-4.4l.6-.6V49l-6.6 6.6c-3.7 3.7-3.7 9.6 0 13.2s9.6 3.7 13.2 0c3.6-3.6 3.6-9.4-.1-13.1"/><circle cx="14.6" cy="54.1" r="1.2" fill="#ee4c2c"/><path d="M34.9 64.1h-2.8v7.3H30V50.7h5.2c5.4 0 8 2.7 8 6.4c0 4.6-3.2 7-8.3 7m.2-11.3h-3v9.5l2.9-.1c3.9-.1 6-1.6 6-4.8c.1-3-2.1-4.6-5.9-4.6m17.6 18.5l-1.2 3.3c-1.4 3.7-2.8 4.7-4.9 4.7c-1.1 0-2-.3-2.9-.7l.6-1.9c.7.4 1.5.7 2.3.7c1.1 0 2-.6 3.1-3.5l1-2.7l-5.9-14.9H47l4.7 12.5l4.7-12.5h2.1z"/><path d="M65.5 52.8v18.7h-2.1V52.8h-7.3v-2h16.6v2zm13.3 19c-4.2 0-7.3-3.1-7.3-7.9s3.2-8 7.5-8s7.3 3.1 7.3 7.9c-.1 4.8-3.3 8-7.5 8m0-14c-3.2 0-5.3 2.5-5.3 6.1c0 3.7 2.1 6.2 5.3 6.2s5.3-2.5 5.3-6.1c.1-3.8-2-6.2-5.3-6.2m12.6 13.6h-2.1V56.3l2.1-.5V59c1-1.9 2.4-3.2 4.4-3.2c1 0 1.9.3 2.7.7l-.5 1.9c-.7-.4-1.5-.7-2.3-.7c-1.6 0-3.1 1.2-4.3 3.9zm15.1.4c-4.6 0-7.4-3.3-7.4-7.9c0-4.7 3.1-8 7.4-8c1.8 0 3.4.5 4.7 1.3l-.5 1.8c-1.1-.8-2.6-1.2-4.2-1.2c-3.3 0-5.3 2.4-5.3 6c0 3.7 2.1 6.1 5.3 6.1c1.5 0 3.1-.5 4.2-1.2l.5 1.9c-1.3.7-2.9 1.2-4.7 1.2m17.4-.4v-9.8c0-2.7-1.1-3.8-3.2-3.8c-1.8 0-3.4.9-4.7 2.1v11.5h-2.1V49.2l2.1-.5v9.6c1.6-1.6 3.6-2.4 5.3-2.4c2.9 0 4.7 1.9 4.7 5.2v10.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ee4c2c" d="m17.9 55.7l-1.7 1.7c2.7 2.7 2.7 7.2 0 9.9S9 70 6.4 67.2c-2.7-2.7-2.7-7.2 0-9.9l4.4-4.4l.6-.6V49l-6.6 6.6c-3.7 3.7-3.7 9.6 0 13.2s9.6 3.7 13.2 0c3.6-3.6 3.6-9.4-.1-13.1"/><circle cx="14.6" cy="54.1" r="1.2" fill="#ee4c2c"/><path d="M34.9 64.1h-2.8v7.3H30V50.7h5.2c5.4 0 8 2.7 8 6.4c0 4.6-3.2 7-8.3 7m.2-11.3h-3v9.5l2.9-.1c3.9-.1 6-1.6 6-4.8c.1-3-2.1-4.6-5.9-4.6m17.6 18.5l-1.2 3.3c-1.4 3.7-2.8 4.7-4.9 4.7c-1.1 0-2-.3-2.9-.7l.6-1.9c.7.4 1.5.7 2.3.7c1.1 0 2-.6 3.1-3.5l1-2.7l-5.9-14.9H47l4.7 12.5l4.7-12.5h2.1z"/><path d="M65.5 52.8v18.7h-2.1V52.8h-7.3v-2h16.6v2zm13.3 19c-4.2 0-7.3-3.1-7.3-7.9s3.2-8 7.5-8s7.3 3.1 7.3 7.9c-.1 4.8-3.3 8-7.5 8m0-14c-3.2 0-5.3 2.5-5.3 6.1c0 3.7 2.1 6.2 5.3 6.2s5.3-2.5 5.3-6.1c.1-3.8-2-6.2-5.3-6.2m12.6 13.6h-2.1V56.3l2.1-.5V59c1-1.9 2.4-3.2 4.4-3.2c1 0 1.9.3 2.7.7l-.5 1.9c-.7-.4-1.5-.7-2.3-.7c-1.6 0-3.1 1.2-4.3 3.9zm15.1.4c-4.6 0-7.4-3.3-7.4-7.9c0-4.7 3.1-8 7.4-8c1.8 0 3.4.5 4.7 1.3l-.5 1.8c-1.1-.8-2.6-1.2-4.2-1.2c-3.3 0-5.3 2.4-5.3 6c0 3.7 2.1 6.1 5.3 6.1c1.5 0 3.1-.5 4.2-1.2l.5 1.9c-1.3.7-2.9 1.2-4.7 1.2m17.4-.4v-9.8c0-2.7-1.1-3.8-3.2-3.8c-1.8 0-3.4.9-4.7 2.1v11.5h-2.1V49.2l2.1-.5v9.6c1.6-1.6 3.6-2.4 5.3-2.4c2.9 0 4.7 1.9 4.7 5.2v10.3z"/></svg> </template>
CSS
.icon-pytorch-wordmark {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ee4c2c%22%20d%3D%22m17.9%2055.7l-1.7%201.7c2.7%202.7%202.7%207.2%200%209.9S9%2070%206.4%2067.2c-2.7-2.7-2.7-7.2%200-9.9l4.4-4.4l.6-.6V49l-6.6%206.6c-3.7%203.7-3.7%209.6%200%2013.2s9.6%203.7%2013.2%200c3.6-3.6%203.6-9.4-.1-13.1%22%2F%3E%3Ccircle%20cx%3D%2214.6%22%20cy%3D%2254.1%22%20r%3D%221.2%22%20fill%3D%22%23ee4c2c%22%2F%3E%3Cpath%20d%3D%22M34.9%2064.1h-2.8v7.3H30V50.7h5.2c5.4%200%208%202.7%208%206.4c0%204.6-3.2%207-8.3%207m.2-11.3h-3v9.5l2.9-.1c3.9-.1%206-1.6%206-4.8c.1-3-2.1-4.6-5.9-4.6m17.6%2018.5l-1.2%203.3c-1.4%203.7-2.8%204.7-4.9%204.7c-1.1%200-2-.3-2.9-.7l.6-1.9c.7.4%201.5.7%202.3.7c1.1%200%202-.6%203.1-3.5l1-2.7l-5.9-14.9H47l4.7%2012.5l4.7-12.5h2.1z%22%2F%3E%3Cpath%20d%3D%22M65.5%2052.8v18.7h-2.1V52.8h-7.3v-2h16.6v2zm13.3%2019c-4.2%200-7.3-3.1-7.3-7.9s3.2-8%207.5-8s7.3%203.1%207.3%207.9c-.1%204.8-3.3%208-7.5%208m0-14c-3.2%200-5.3%202.5-5.3%206.1c0%203.7%202.1%206.2%205.3%206.2s5.3-2.5%205.3-6.1c.1-3.8-2-6.2-5.3-6.2m12.6%2013.6h-2.1V56.3l2.1-.5V59c1-1.9%202.4-3.2%204.4-3.2c1%200%201.9.3%202.7.7l-.5%201.9c-.7-.4-1.5-.7-2.3-.7c-1.6%200-3.1%201.2-4.3%203.9zm15.1.4c-4.6%200-7.4-3.3-7.4-7.9c0-4.7%203.1-8%207.4-8c1.8%200%203.4.5%204.7%201.3l-.5%201.8c-1.1-.8-2.6-1.2-4.2-1.2c-3.3%200-5.3%202.4-5.3%206c0%203.7%202.1%206.1%205.3%206.1c1.5%200%203.1-.5%204.2-1.2l.5%201.9c-1.3.7-2.9%201.2-4.7%201.2m17.4-.4v-9.8c0-2.7-1.1-3.8-3.2-3.8c-1.8%200-3.4.9-4.7%202.1v11.5h-2.1V49.2l2.1-.5v9.6c1.6-1.6%203.6-2.4%205.3-2.4c2.9%200%204.7%201.9%204.7%205.2v10.3z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ee4c2c%22%20d%3D%22m17.9%2055.7l-1.7%201.7c2.7%202.7%202.7%207.2%200%209.9S9%2070%206.4%2067.2c-2.7-2.7-2.7-7.2%200-9.9l4.4-4.4l.6-.6V49l-6.6%206.6c-3.7%203.7-3.7%209.6%200%2013.2s9.6%203.7%2013.2%200c3.6-3.6%203.6-9.4-.1-13.1%22%2F%3E%3Ccircle%20cx%3D%2214.6%22%20cy%3D%2254.1%22%20r%3D%221.2%22%20fill%3D%22%23ee4c2c%22%2F%3E%3Cpath%20d%3D%22M34.9%2064.1h-2.8v7.3H30V50.7h5.2c5.4%200%208%202.7%208%206.4c0%204.6-3.2%207-8.3%207m.2-11.3h-3v9.5l2.9-.1c3.9-.1%206-1.6%206-4.8c.1-3-2.1-4.6-5.9-4.6m17.6%2018.5l-1.2%203.3c-1.4%203.7-2.8%204.7-4.9%204.7c-1.1%200-2-.3-2.9-.7l.6-1.9c.7.4%201.5.7%202.3.7c1.1%200%202-.6%203.1-3.5l1-2.7l-5.9-14.9H47l4.7%2012.5l4.7-12.5h2.1z%22%2F%3E%3Cpath%20d%3D%22M65.5%2052.8v18.7h-2.1V52.8h-7.3v-2h16.6v2zm13.3%2019c-4.2%200-7.3-3.1-7.3-7.9s3.2-8%207.5-8s7.3%203.1%207.3%207.9c-.1%204.8-3.3%208-7.5%208m0-14c-3.2%200-5.3%202.5-5.3%206.1c0%203.7%202.1%206.2%205.3%206.2s5.3-2.5%205.3-6.1c.1-3.8-2-6.2-5.3-6.2m12.6%2013.6h-2.1V56.3l2.1-.5V59c1-1.9%202.4-3.2%204.4-3.2c1%200%201.9.3%202.7.7l-.5%201.9c-.7-.4-1.5-.7-2.3-.7c-1.6%200-3.1%201.2-4.3%203.9zm15.1.4c-4.6%200-7.4-3.3-7.4-7.9c0-4.7%203.1-8%207.4-8c1.8%200%203.4.5%204.7%201.3l-.5%201.8c-1.1-.8-2.6-1.2-4.2-1.2c-3.3%200-5.3%202.4-5.3%206c0%203.7%202.1%206.1%205.3%206.1c1.5%200%203.1-.5%204.2-1.2l.5%201.9c-1.3.7-2.9%201.2-4.7%201.2m17.4-.4v-9.8c0-2.7-1.1-3.8-3.2-3.8c-1.8%200-3.4.9-4.7%202.1v11.5h-2.1V49.2l2.1-.5v9.6c1.6-1.6%203.6-2.4%205.3-2.4c2.9%200%204.7%201.9%204.7%205.2v10.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/pytorch-wordmark.svg?color=%231a73e8&size=48