googlepubsub logo
googlepubsub from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- googlepubsub
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the googlepubsub logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.3 7.452a2.064 2.064 0 1 1 4.128 0a2.064 2.064 0 0 1-4.128 0M3.636 9.516a2.064 2.064 0 1 0 0-4.128a2.064 2.064 0 0 0 0 4.128M12 19.872A2.064 2.064 0 1 0 12 24a2.064 2.064 0 0 0 0-4.128m-5.774-3.151a2.6 2.6 0 0 0-.118-.48l-.002-.006a2.6 2.6 0 0 0-.2-.436l-.004-.008a2.6 2.6 0 0 0-.276-.39l-.001-.001a2.6 2.6 0 0 0-.346-.336a2.6 2.6 0 0 0-1.643-.592A2.628 2.628 0 1 0 6.264 17.1c0-.13-.02-.254-.038-.38zm8.499-2.53q.048-.071.094-.147a3 3 0 0 0 .201-.37q.04-.081.074-.164a3.3 3.3 0 0 0 .242-1.234c0-1.51-1.01-2.772-2.388-3.183a3 3 0 0 0-.42-.1A3 3 0 0 0 12 8.94c-.183 0-.359.021-.532.054a3 3 0 0 0-.428.103a3.325 3.325 0 0 0-2.376 3.179c0 .567.155 1.093.405 1.561q.04.082.086.16q.094.152.201.292q.06.076.12.147a3.314 3.314 0 0 0 4.885.196q.2-.204.364-.44zm-8.987.608c.473.433.818 1.002.956 1.651l2.575-1.486a3.8 3.8 0 0 1-.946-1.657L5.738 14.8zm5.302-9.21v2.988A3.8 3.8 0 0 1 12 8.44c.329 0 .643.055.948.133v-2.98c-.3.097-.615.163-.948.163c-.337 0-.656-.067-.96-.166zm7.317 9.132L15.711 13.2a3.8 3.8 0 0 1-.914 1.683l2.542 1.46a3.1 3.1 0 0 1 1.018-1.622m2.007-.249c-.58 0-1.112.194-1.547.513a2.6 2.6 0 0 0-.662.701l-.013.024q-.125.194-.212.409l-.02.061a2.6 2.6 0 0 0-.124.421a2.628 2.628 0 1 0 2.578-2.129m-8.862-9.266a2.5 2.5 0 0 0 .99 0A2.626 2.626 0 0 0 12 0a2.627 2.627 0 0 0-.498 5.206"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGooglepubsub(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="M18.3 7.452a2.064 2.064 0 1 1 4.128 0a2.064 2.064 0 0 1-4.128 0M3.636 9.516a2.064 2.064 0 1 0 0-4.128a2.064 2.064 0 0 0 0 4.128M12 19.872A2.064 2.064 0 1 0 12 24a2.064 2.064 0 0 0 0-4.128m-5.774-3.151a2.6 2.6 0 0 0-.118-.48l-.002-.006a2.6 2.6 0 0 0-.2-.436l-.004-.008a2.6 2.6 0 0 0-.276-.39l-.001-.001a2.6 2.6 0 0 0-.346-.336a2.6 2.6 0 0 0-1.643-.592A2.628 2.628 0 1 0 6.264 17.1c0-.13-.02-.254-.038-.38zm8.499-2.53q.048-.071.094-.147a3 3 0 0 0 .201-.37q.04-.081.074-.164a3.3 3.3 0 0 0 .242-1.234c0-1.51-1.01-2.772-2.388-3.183a3 3 0 0 0-.42-.1A3 3 0 0 0 12 8.94c-.183 0-.359.021-.532.054a3 3 0 0 0-.428.103a3.325 3.325 0 0 0-2.376 3.179c0 .567.155 1.093.405 1.561q.04.082.086.16q.094.152.201.292q.06.076.12.147a3.314 3.314 0 0 0 4.885.196q.2-.204.364-.44zm-8.987.608c.473.433.818 1.002.956 1.651l2.575-1.486a3.8 3.8 0 0 1-.946-1.657L5.738 14.8zm5.302-9.21v2.988A3.8 3.8 0 0 1 12 8.44c.329 0 .643.055.948.133v-2.98c-.3.097-.615.163-.948.163c-.337 0-.656-.067-.96-.166zm7.317 9.132L15.711 13.2a3.8 3.8 0 0 1-.914 1.683l2.542 1.46a3.1 3.1 0 0 1 1.018-1.622m2.007-.249c-.58 0-1.112.194-1.547.513a2.6 2.6 0 0 0-.662.701l-.013.024q-.125.194-.212.409l-.02.061a2.6 2.6 0 0 0-.124.421a2.628 2.628 0 1 0 2.578-2.129m-8.862-9.266a2.5 2.5 0 0 0 .99 0A2.626 2.626 0 0 0 12 0a2.627 2.627 0 0 0-.498 5.206"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.3 7.452a2.064 2.064 0 1 1 4.128 0a2.064 2.064 0 0 1-4.128 0M3.636 9.516a2.064 2.064 0 1 0 0-4.128a2.064 2.064 0 0 0 0 4.128M12 19.872A2.064 2.064 0 1 0 12 24a2.064 2.064 0 0 0 0-4.128m-5.774-3.151a2.6 2.6 0 0 0-.118-.48l-.002-.006a2.6 2.6 0 0 0-.2-.436l-.004-.008a2.6 2.6 0 0 0-.276-.39l-.001-.001a2.6 2.6 0 0 0-.346-.336a2.6 2.6 0 0 0-1.643-.592A2.628 2.628 0 1 0 6.264 17.1c0-.13-.02-.254-.038-.38zm8.499-2.53q.048-.071.094-.147a3 3 0 0 0 .201-.37q.04-.081.074-.164a3.3 3.3 0 0 0 .242-1.234c0-1.51-1.01-2.772-2.388-3.183a3 3 0 0 0-.42-.1A3 3 0 0 0 12 8.94c-.183 0-.359.021-.532.054a3 3 0 0 0-.428.103a3.325 3.325 0 0 0-2.376 3.179c0 .567.155 1.093.405 1.561q.04.082.086.16q.094.152.201.292q.06.076.12.147a3.314 3.314 0 0 0 4.885.196q.2-.204.364-.44zm-8.987.608c.473.433.818 1.002.956 1.651l2.575-1.486a3.8 3.8 0 0 1-.946-1.657L5.738 14.8zm5.302-9.21v2.988A3.8 3.8 0 0 1 12 8.44c.329 0 .643.055.948.133v-2.98c-.3.097-.615.163-.948.163c-.337 0-.656-.067-.96-.166zm7.317 9.132L15.711 13.2a3.8 3.8 0 0 1-.914 1.683l2.542 1.46a3.1 3.1 0 0 1 1.018-1.622m2.007-.249c-.58 0-1.112.194-1.547.513a2.6 2.6 0 0 0-.662.701l-.013.024q-.125.194-.212.409l-.02.061a2.6 2.6 0 0 0-.124.421a2.628 2.628 0 1 0 2.578-2.129m-8.862-9.266a2.5 2.5 0 0 0 .99 0A2.626 2.626 0 0 0 12 0a2.627 2.627 0 0 0-.498 5.206"/></svg> </template>
CSS
.icon-googlepubsub {
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%22M18.3%207.452a2.064%202.064%200%201%201%204.128%200a2.064%202.064%200%200%201-4.128%200M3.636%209.516a2.064%202.064%200%201%200%200-4.128a2.064%202.064%200%200%200%200%204.128M12%2019.872A2.064%202.064%200%201%200%2012%2024a2.064%202.064%200%200%200%200-4.128m-5.774-3.151a2.6%202.6%200%200%200-.118-.48l-.002-.006a2.6%202.6%200%200%200-.2-.436l-.004-.008a2.6%202.6%200%200%200-.276-.39l-.001-.001a2.6%202.6%200%200%200-.346-.336a2.6%202.6%200%200%200-1.643-.592A2.628%202.628%200%201%200%206.264%2017.1c0-.13-.02-.254-.038-.38zm8.499-2.53q.048-.071.094-.147a3%203%200%200%200%20.201-.37q.04-.081.074-.164a3.3%203.3%200%200%200%20.242-1.234c0-1.51-1.01-2.772-2.388-3.183a3%203%200%200%200-.42-.1A3%203%200%200%200%2012%208.94c-.183%200-.359.021-.532.054a3%203%200%200%200-.428.103a3.325%203.325%200%200%200-2.376%203.179c0%20.567.155%201.093.405%201.561q.04.082.086.16q.094.152.201.292q.06.076.12.147a3.314%203.314%200%200%200%204.885.196q.2-.204.364-.44zm-8.987.608c.473.433.818%201.002.956%201.651l2.575-1.486a3.8%203.8%200%200%201-.946-1.657L5.738%2014.8zm5.302-9.21v2.988A3.8%203.8%200%200%201%2012%208.44c.329%200%20.643.055.948.133v-2.98c-.3.097-.615.163-.948.163c-.337%200-.656-.067-.96-.166zm7.317%209.132L15.711%2013.2a3.8%203.8%200%200%201-.914%201.683l2.542%201.46a3.1%203.1%200%200%201%201.018-1.622m2.007-.249c-.58%200-1.112.194-1.547.513a2.6%202.6%200%200%200-.662.701l-.013.024q-.125.194-.212.409l-.02.061a2.6%202.6%200%200%200-.124.421a2.628%202.628%200%201%200%202.578-2.129m-8.862-9.266a2.5%202.5%200%200%200%20.99%200A2.626%202.626%200%200%200%2012%200a2.627%202.627%200%200%200-.498%205.206%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%22M18.3%207.452a2.064%202.064%200%201%201%204.128%200a2.064%202.064%200%200%201-4.128%200M3.636%209.516a2.064%202.064%200%201%200%200-4.128a2.064%202.064%200%200%200%200%204.128M12%2019.872A2.064%202.064%200%201%200%2012%2024a2.064%202.064%200%200%200%200-4.128m-5.774-3.151a2.6%202.6%200%200%200-.118-.48l-.002-.006a2.6%202.6%200%200%200-.2-.436l-.004-.008a2.6%202.6%200%200%200-.276-.39l-.001-.001a2.6%202.6%200%200%200-.346-.336a2.6%202.6%200%200%200-1.643-.592A2.628%202.628%200%201%200%206.264%2017.1c0-.13-.02-.254-.038-.38zm8.499-2.53q.048-.071.094-.147a3%203%200%200%200%20.201-.37q.04-.081.074-.164a3.3%203.3%200%200%200%20.242-1.234c0-1.51-1.01-2.772-2.388-3.183a3%203%200%200%200-.42-.1A3%203%200%200%200%2012%208.94c-.183%200-.359.021-.532.054a3%203%200%200%200-.428.103a3.325%203.325%200%200%200-2.376%203.179c0%20.567.155%201.093.405%201.561q.04.082.086.16q.094.152.201.292q.06.076.12.147a3.314%203.314%200%200%200%204.885.196q.2-.204.364-.44zm-8.987.608c.473.433.818%201.002.956%201.651l2.575-1.486a3.8%203.8%200%200%201-.946-1.657L5.738%2014.8zm5.302-9.21v2.988A3.8%203.8%200%200%201%2012%208.44c.329%200%20.643.055.948.133v-2.98c-.3.097-.615.163-.948.163c-.337%200-.656-.067-.96-.166zm7.317%209.132L15.711%2013.2a3.8%203.8%200%200%201-.914%201.683l2.542%201.46a3.1%203.1%200%200%201%201.018-1.622m2.007-.249c-.58%200-1.112.194-1.547.513a2.6%202.6%200%200%200-.662.701l-.013.024q-.125.194-.212.409l-.02.061a2.6%202.6%200%200%200-.124.421a2.628%202.628%200%201%200%202.578-2.129m-8.862-9.266a2.5%202.5%200%200%200%20.99%200A2.626%202.626%200%200%200%2012%200a2.627%202.627%200%200%200-.498%205.206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/googlepubsub.svg?color=%231a73e8&size=48