proton logo
proton from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- proton
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the proton logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.474 17.75V24h4.401v-5.979c0-.582.232-1.14.645-1.551a2.2 2.2 0 0 1 1.556-.643h4.513a7.96 7.96 0 0 0 5.612-2.318a7.9 7.9 0 0 0 2.325-5.595a7.9 7.9 0 0 0-2.325-5.596A7.96 7.96 0 0 0 13.587 0H2.474v7.812h4.401V4.129h6.416c.995 0 1.951.394 2.656 1.097c.704.7 1.1 1.653 1.101 2.646a3.74 3.74 0 0 1-1.101 2.648a3.77 3.77 0 0 1-2.656 1.097H8.627a6.16 6.16 0 0 0-4.352 1.795a6.13 6.13 0 0 0-1.801 4.338"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsProton(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="M2.474 17.75V24h4.401v-5.979c0-.582.232-1.14.645-1.551a2.2 2.2 0 0 1 1.556-.643h4.513a7.96 7.96 0 0 0 5.612-2.318a7.9 7.9 0 0 0 2.325-5.595a7.9 7.9 0 0 0-2.325-5.596A7.96 7.96 0 0 0 13.587 0H2.474v7.812h4.401V4.129h6.416c.995 0 1.951.394 2.656 1.097c.704.7 1.1 1.653 1.101 2.646a3.74 3.74 0 0 1-1.101 2.648a3.77 3.77 0 0 1-2.656 1.097H8.627a6.16 6.16 0 0 0-4.352 1.795a6.13 6.13 0 0 0-1.801 4.338"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.474 17.75V24h4.401v-5.979c0-.582.232-1.14.645-1.551a2.2 2.2 0 0 1 1.556-.643h4.513a7.96 7.96 0 0 0 5.612-2.318a7.9 7.9 0 0 0 2.325-5.595a7.9 7.9 0 0 0-2.325-5.596A7.96 7.96 0 0 0 13.587 0H2.474v7.812h4.401V4.129h6.416c.995 0 1.951.394 2.656 1.097c.704.7 1.1 1.653 1.101 2.646a3.74 3.74 0 0 1-1.101 2.648a3.77 3.77 0 0 1-2.656 1.097H8.627a6.16 6.16 0 0 0-4.352 1.795a6.13 6.13 0 0 0-1.801 4.338"/></svg> </template>
CSS
.icon-proton {
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%22M2.474%2017.75V24h4.401v-5.979c0-.582.232-1.14.645-1.551a2.2%202.2%200%200%201%201.556-.643h4.513a7.96%207.96%200%200%200%205.612-2.318a7.9%207.9%200%200%200%202.325-5.595a7.9%207.9%200%200%200-2.325-5.596A7.96%207.96%200%200%200%2013.587%200H2.474v7.812h4.401V4.129h6.416c.995%200%201.951.394%202.656%201.097c.704.7%201.1%201.653%201.101%202.646a3.74%203.74%200%200%201-1.101%202.648a3.77%203.77%200%200%201-2.656%201.097H8.627a6.16%206.16%200%200%200-4.352%201.795a6.13%206.13%200%200%200-1.801%204.338%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%22M2.474%2017.75V24h4.401v-5.979c0-.582.232-1.14.645-1.551a2.2%202.2%200%200%201%201.556-.643h4.513a7.96%207.96%200%200%200%205.612-2.318a7.9%207.9%200%200%200%202.325-5.595a7.9%207.9%200%200%200-2.325-5.596A7.96%207.96%200%200%200%2013.587%200H2.474v7.812h4.401V4.129h6.416c.995%200%201.951.394%202.656%201.097c.704.7%201.1%201.653%201.101%202.646a3.74%203.74%200%200%201-1.101%202.648a3.77%203.77%200%200%201-2.656%201.097H8.627a6.16%206.16%200%200%200-4.352%201.795a6.13%206.13%200%200%200-1.801%204.338%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/proton.svg?color=%231a73e8&size=48