peloton logo
peloton from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- peloton
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the peloton logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.728 5.764l1.731-3.006a1.84 1.84 0 0 0-.672-2.513a1.84 1.84 0 0 0-2.513.673l-1.74 3.007a8.46 8.46 0 0 0-9.86 3.847a8.46 8.46 0 0 0-.664 7.032l3.205-5.558a5.5 5.5 0 0 1 3.353-2.572a5.43 5.43 0 0 1 4.183.554c2.631 1.523 3.541 4.905 2.018 7.536a5.523 5.523 0 0 1-7.536 2.018l1.84-3.185a1.84 1.84 0 0 0 2.511-.672a1.84 1.84 0 0 0-.672-2.512a1.84 1.84 0 0 0-2.512.672L4.545 21.242a1.84 1.84 0 0 0 .672 2.512a1.84 1.84 0 0 0 2.512-.672l1.741-3.007a8.46 8.46 0 0 0 9.86-3.847c2.018-3.491 1.257-7.833-1.602-10.464"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPeloton(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="m17.728 5.764l1.731-3.006a1.84 1.84 0 0 0-.672-2.513a1.84 1.84 0 0 0-2.513.673l-1.74 3.007a8.46 8.46 0 0 0-9.86 3.847a8.46 8.46 0 0 0-.664 7.032l3.205-5.558a5.5 5.5 0 0 1 3.353-2.572a5.43 5.43 0 0 1 4.183.554c2.631 1.523 3.541 4.905 2.018 7.536a5.523 5.523 0 0 1-7.536 2.018l1.84-3.185a1.84 1.84 0 0 0 2.511-.672a1.84 1.84 0 0 0-.672-2.512a1.84 1.84 0 0 0-2.512.672L4.545 21.242a1.84 1.84 0 0 0 .672 2.512a1.84 1.84 0 0 0 2.512-.672l1.741-3.007a8.46 8.46 0 0 0 9.86-3.847c2.018-3.491 1.257-7.833-1.602-10.464"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.728 5.764l1.731-3.006a1.84 1.84 0 0 0-.672-2.513a1.84 1.84 0 0 0-2.513.673l-1.74 3.007a8.46 8.46 0 0 0-9.86 3.847a8.46 8.46 0 0 0-.664 7.032l3.205-5.558a5.5 5.5 0 0 1 3.353-2.572a5.43 5.43 0 0 1 4.183.554c2.631 1.523 3.541 4.905 2.018 7.536a5.523 5.523 0 0 1-7.536 2.018l1.84-3.185a1.84 1.84 0 0 0 2.511-.672a1.84 1.84 0 0 0-.672-2.512a1.84 1.84 0 0 0-2.512.672L4.545 21.242a1.84 1.84 0 0 0 .672 2.512a1.84 1.84 0 0 0 2.512-.672l1.741-3.007a8.46 8.46 0 0 0 9.86-3.847c2.018-3.491 1.257-7.833-1.602-10.464"/></svg> </template>
CSS
.icon-peloton {
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%22m17.728%205.764l1.731-3.006a1.84%201.84%200%200%200-.672-2.513a1.84%201.84%200%200%200-2.513.673l-1.74%203.007a8.46%208.46%200%200%200-9.86%203.847a8.46%208.46%200%200%200-.664%207.032l3.205-5.558a5.5%205.5%200%200%201%203.353-2.572a5.43%205.43%200%200%201%204.183.554c2.631%201.523%203.541%204.905%202.018%207.536a5.523%205.523%200%200%201-7.536%202.018l1.84-3.185a1.84%201.84%200%200%200%202.511-.672a1.84%201.84%200%200%200-.672-2.512a1.84%201.84%200%200%200-2.512.672L4.545%2021.242a1.84%201.84%200%200%200%20.672%202.512a1.84%201.84%200%200%200%202.512-.672l1.741-3.007a8.46%208.46%200%200%200%209.86-3.847c2.018-3.491%201.257-7.833-1.602-10.464%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%22m17.728%205.764l1.731-3.006a1.84%201.84%200%200%200-.672-2.513a1.84%201.84%200%200%200-2.513.673l-1.74%203.007a8.46%208.46%200%200%200-9.86%203.847a8.46%208.46%200%200%200-.664%207.032l3.205-5.558a5.5%205.5%200%200%201%203.353-2.572a5.43%205.43%200%200%201%204.183.554c2.631%201.523%203.541%204.905%202.018%207.536a5.523%205.523%200%200%201-7.536%202.018l1.84-3.185a1.84%201.84%200%200%200%202.511-.672a1.84%201.84%200%200%200-.672-2.512a1.84%201.84%200%200%200-2.512.672L4.545%2021.242a1.84%201.84%200%200%200%20.672%202.512a1.84%201.84%200%200%200%202.512-.672l1.741-3.007a8.46%208.46%200%200%200%209.86-3.847c2.018-3.491%201.257-7.833-1.602-10.464%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/peloton.svg?color=%231a73e8&size=48