broadcom icon logo
broadcom-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- broadcom-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the broadcom icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#cc092f"/><path fill="#fff" d="M240.78 162.57c-14.64-5.833-28.041-3.878-41.475 4.266c0 0-4.896 2.987-6.362 3.91c-6.26 3.926-12.164 7.647-17.84 7.647c-5.417 0-10.746-1.45-13-11.928c-3.517-16.343-12.094-56.501-15.839-76.392c-2.2-11.69-3.405-17.99-4.659-22.27c-2.207-7.522-6.244-11.613-11.975-12.267c0 0-.899-.127-1.632-.127c-.725 0-1.718.142-1.718.142c-5.677.678-9.69 4.77-11.881 12.251c-1.253 4.281-2.46 10.58-4.66 22.271c-3.744 19.89-12.321 60.05-15.837 76.392c-2.255 10.477-7.584 11.928-13 11.928c-5.676 0-11.581-3.721-17.84-7.647a940 940 0 0 0-6.37-3.91c-13.426-8.144-26.836-10.1-41.468-4.265c-3.161 1.261-6.275 2.674-9.24 4.1c2.027 6.355 4.549 12.608 7.49 18.482c3.24-1.593 6.638-3.173 10.106-4.198c4.999-1.474 10.123-1.553 15.09.11c4.824 1.617 9.12 4.478 13.402 7.167c8.065 5.069 17.202 10.816 28.83 10.816c17.233 0 29.327-10.288 33.19-28.231c2.995-13.907 9.633-44.952 13.898-66.364c0 0 10.927 52.457 13.915 66.364c3.863 17.943 15.964 28.23 33.197 28.23c11.629 0 20.766-5.746 28.83-10.815c4.281-2.689 8.578-5.55 13.403-7.167c4.958-1.663 10.09-1.584 15.089-.11c3.469 1.025 6.862 2.607 10.102 4.2c2.948-5.874 5.464-12.13 7.49-18.485c-2.964-1.427-6.074-2.838-9.236-4.1"/></svg>
React
import type { SVGProps } from "react";
export function LogosBroadcomIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#cc092f"/><path fill="#fff" d="M240.78 162.57c-14.64-5.833-28.041-3.878-41.475 4.266c0 0-4.896 2.987-6.362 3.91c-6.26 3.926-12.164 7.647-17.84 7.647c-5.417 0-10.746-1.45-13-11.928c-3.517-16.343-12.094-56.501-15.839-76.392c-2.2-11.69-3.405-17.99-4.659-22.27c-2.207-7.522-6.244-11.613-11.975-12.267c0 0-.899-.127-1.632-.127c-.725 0-1.718.142-1.718.142c-5.677.678-9.69 4.77-11.881 12.251c-1.253 4.281-2.46 10.58-4.66 22.271c-3.744 19.89-12.321 60.05-15.837 76.392c-2.255 10.477-7.584 11.928-13 11.928c-5.676 0-11.581-3.721-17.84-7.647a940 940 0 0 0-6.37-3.91c-13.426-8.144-26.836-10.1-41.468-4.265c-3.161 1.261-6.275 2.674-9.24 4.1c2.027 6.355 4.549 12.608 7.49 18.482c3.24-1.593 6.638-3.173 10.106-4.198c4.999-1.474 10.123-1.553 15.09.11c4.824 1.617 9.12 4.478 13.402 7.167c8.065 5.069 17.202 10.816 28.83 10.816c17.233 0 29.327-10.288 33.19-28.231c2.995-13.907 9.633-44.952 13.898-66.364c0 0 10.927 52.457 13.915 66.364c3.863 17.943 15.964 28.23 33.197 28.23c11.629 0 20.766-5.746 28.83-10.815c4.281-2.689 8.578-5.55 13.403-7.167c4.958-1.663 10.09-1.584 15.089-.11c3.469 1.025 6.862 2.607 10.102 4.2c2.948-5.874 5.464-12.13 7.49-18.485c-2.964-1.427-6.074-2.838-9.236-4.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#cc092f"/><path fill="#fff" d="M240.78 162.57c-14.64-5.833-28.041-3.878-41.475 4.266c0 0-4.896 2.987-6.362 3.91c-6.26 3.926-12.164 7.647-17.84 7.647c-5.417 0-10.746-1.45-13-11.928c-3.517-16.343-12.094-56.501-15.839-76.392c-2.2-11.69-3.405-17.99-4.659-22.27c-2.207-7.522-6.244-11.613-11.975-12.267c0 0-.899-.127-1.632-.127c-.725 0-1.718.142-1.718.142c-5.677.678-9.69 4.77-11.881 12.251c-1.253 4.281-2.46 10.58-4.66 22.271c-3.744 19.89-12.321 60.05-15.837 76.392c-2.255 10.477-7.584 11.928-13 11.928c-5.676 0-11.581-3.721-17.84-7.647a940 940 0 0 0-6.37-3.91c-13.426-8.144-26.836-10.1-41.468-4.265c-3.161 1.261-6.275 2.674-9.24 4.1c2.027 6.355 4.549 12.608 7.49 18.482c3.24-1.593 6.638-3.173 10.106-4.198c4.999-1.474 10.123-1.553 15.09.11c4.824 1.617 9.12 4.478 13.402 7.167c8.065 5.069 17.202 10.816 28.83 10.816c17.233 0 29.327-10.288 33.19-28.231c2.995-13.907 9.633-44.952 13.898-66.364c0 0 10.927 52.457 13.915 66.364c3.863 17.943 15.964 28.23 33.197 28.23c11.629 0 20.766-5.746 28.83-10.815c4.281-2.689 8.578-5.55 13.403-7.167c4.958-1.663 10.09-1.584 15.089-.11c3.469 1.025 6.862 2.607 10.102 4.2c2.948-5.874 5.464-12.13 7.49-18.485c-2.964-1.427-6.074-2.838-9.236-4.1"/></svg> </template>
CSS
.icon-broadcom-icon {
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%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%23cc092f%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M240.78%20162.57c-14.64-5.833-28.041-3.878-41.475%204.266c0%200-4.896%202.987-6.362%203.91c-6.26%203.926-12.164%207.647-17.84%207.647c-5.417%200-10.746-1.45-13-11.928c-3.517-16.343-12.094-56.501-15.839-76.392c-2.2-11.69-3.405-17.99-4.659-22.27c-2.207-7.522-6.244-11.613-11.975-12.267c0%200-.899-.127-1.632-.127c-.725%200-1.718.142-1.718.142c-5.677.678-9.69%204.77-11.881%2012.251c-1.253%204.281-2.46%2010.58-4.66%2022.271c-3.744%2019.89-12.321%2060.05-15.837%2076.392c-2.255%2010.477-7.584%2011.928-13%2011.928c-5.676%200-11.581-3.721-17.84-7.647a940%20940%200%200%200-6.37-3.91c-13.426-8.144-26.836-10.1-41.468-4.265c-3.161%201.261-6.275%202.674-9.24%204.1c2.027%206.355%204.549%2012.608%207.49%2018.482c3.24-1.593%206.638-3.173%2010.106-4.198c4.999-1.474%2010.123-1.553%2015.09.11c4.824%201.617%209.12%204.478%2013.402%207.167c8.065%205.069%2017.202%2010.816%2028.83%2010.816c17.233%200%2029.327-10.288%2033.19-28.231c2.995-13.907%209.633-44.952%2013.898-66.364c0%200%2010.927%2052.457%2013.915%2066.364c3.863%2017.943%2015.964%2028.23%2033.197%2028.23c11.629%200%2020.766-5.746%2028.83-10.815c4.281-2.689%208.578-5.55%2013.403-7.167c4.958-1.663%2010.09-1.584%2015.089-.11c3.469%201.025%206.862%202.607%2010.102%204.2c2.948-5.874%205.464-12.13%207.49-18.485c-2.964-1.427-6.074-2.838-9.236-4.1%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%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%23cc092f%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M240.78%20162.57c-14.64-5.833-28.041-3.878-41.475%204.266c0%200-4.896%202.987-6.362%203.91c-6.26%203.926-12.164%207.647-17.84%207.647c-5.417%200-10.746-1.45-13-11.928c-3.517-16.343-12.094-56.501-15.839-76.392c-2.2-11.69-3.405-17.99-4.659-22.27c-2.207-7.522-6.244-11.613-11.975-12.267c0%200-.899-.127-1.632-.127c-.725%200-1.718.142-1.718.142c-5.677.678-9.69%204.77-11.881%2012.251c-1.253%204.281-2.46%2010.58-4.66%2022.271c-3.744%2019.89-12.321%2060.05-15.837%2076.392c-2.255%2010.477-7.584%2011.928-13%2011.928c-5.676%200-11.581-3.721-17.84-7.647a940%20940%200%200%200-6.37-3.91c-13.426-8.144-26.836-10.1-41.468-4.265c-3.161%201.261-6.275%202.674-9.24%204.1c2.027%206.355%204.549%2012.608%207.49%2018.482c3.24-1.593%206.638-3.173%2010.106-4.198c4.999-1.474%2010.123-1.553%2015.09.11c4.824%201.617%209.12%204.478%2013.402%207.167c8.065%205.069%2017.202%2010.816%2028.83%2010.816c17.233%200%2029.327-10.288%2033.19-28.231c2.995-13.907%209.633-44.952%2013.898-66.364c0%200%2010.927%2052.457%2013.915%2066.364c3.863%2017.943%2015.964%2028.23%2033.197%2028.23c11.629%200%2020.766-5.746%2028.83-10.815c4.281-2.689%208.578-5.55%2013.403-7.167c4.958-1.663%2010.09-1.584%2015.089-.11c3.469%201.025%206.862%202.607%2010.102%204.2c2.948-5.874%205.464-12.13%207.49-18.485c-2.964-1.427-6.074-2.838-9.236-4.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/broadcom-icon.svg?color=%231a73e8&size=48