broadcom logo
broadcom from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- broadcom
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the broadcom logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.628 0 12 5.372 12 12a12 12 0 0 1-.56 3.63a14 14 0 0 0-.867-.388c-1.372-.546-2.629-.363-3.888.4c0 0-.459.28-.597.366c-.586.37-1.14.717-1.672.717c-.508 0-1.007-.135-1.218-1.117c-.33-1.533-1.135-5.298-1.486-7.162c-.206-1.097-.319-1.688-.436-2.088c-.208-.706-.586-1.09-1.124-1.15c0 0-.084-.013-.152-.013s-.162.014-.162.014c-.531.064-.907.447-1.114 1.15c-.117.4-.23.99-.436 2.087c-.351 1.864-1.156 5.63-1.486 7.162c-.21.982-.71 1.117-1.218 1.117c-.531 0-1.086-.348-1.672-.717c-.138-.086-.597-.366-.597-.366c-1.259-.763-2.516-.946-3.888-.4c-.301.12-.586.251-.867.387A12 12 0 0 1 0 12C0 5.372 5.372 0 12 0m8.375 16.976c-.453.152-.855.42-1.256.672c-.756.475-1.613 1.014-2.704 1.014c-1.614 0-2.749-.964-3.112-2.647C13.023 14.712 12 9.793 12 9.793a496 496 0 0 1-1.303 6.222c-.362 1.683-1.497 2.647-3.112 2.647c-1.09 0-1.946-.539-2.703-1.014c-.401-.252-.804-.52-1.256-.672a2.3 2.3 0 0 0-1.414-.01c-.33.097-.644.234-.951.386C3.227 21.292 7.207 24 11.91 24s8.863-2.708 10.83-6.648a6 6 0 0 0-.95-.386a2.32 2.32 0 0 0-1.415.01"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBroadcom(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="M12 0c6.628 0 12 5.372 12 12a12 12 0 0 1-.56 3.63a14 14 0 0 0-.867-.388c-1.372-.546-2.629-.363-3.888.4c0 0-.459.28-.597.366c-.586.37-1.14.717-1.672.717c-.508 0-1.007-.135-1.218-1.117c-.33-1.533-1.135-5.298-1.486-7.162c-.206-1.097-.319-1.688-.436-2.088c-.208-.706-.586-1.09-1.124-1.15c0 0-.084-.013-.152-.013s-.162.014-.162.014c-.531.064-.907.447-1.114 1.15c-.117.4-.23.99-.436 2.087c-.351 1.864-1.156 5.63-1.486 7.162c-.21.982-.71 1.117-1.218 1.117c-.531 0-1.086-.348-1.672-.717c-.138-.086-.597-.366-.597-.366c-1.259-.763-2.516-.946-3.888-.4c-.301.12-.586.251-.867.387A12 12 0 0 1 0 12C0 5.372 5.372 0 12 0m8.375 16.976c-.453.152-.855.42-1.256.672c-.756.475-1.613 1.014-2.704 1.014c-1.614 0-2.749-.964-3.112-2.647C13.023 14.712 12 9.793 12 9.793a496 496 0 0 1-1.303 6.222c-.362 1.683-1.497 2.647-3.112 2.647c-1.09 0-1.946-.539-2.703-1.014c-.401-.252-.804-.52-1.256-.672a2.3 2.3 0 0 0-1.414-.01c-.33.097-.644.234-.951.386C3.227 21.292 7.207 24 11.91 24s8.863-2.708 10.83-6.648a6 6 0 0 0-.95-.386a2.32 2.32 0 0 0-1.415.01"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.628 0 12 5.372 12 12a12 12 0 0 1-.56 3.63a14 14 0 0 0-.867-.388c-1.372-.546-2.629-.363-3.888.4c0 0-.459.28-.597.366c-.586.37-1.14.717-1.672.717c-.508 0-1.007-.135-1.218-1.117c-.33-1.533-1.135-5.298-1.486-7.162c-.206-1.097-.319-1.688-.436-2.088c-.208-.706-.586-1.09-1.124-1.15c0 0-.084-.013-.152-.013s-.162.014-.162.014c-.531.064-.907.447-1.114 1.15c-.117.4-.23.99-.436 2.087c-.351 1.864-1.156 5.63-1.486 7.162c-.21.982-.71 1.117-1.218 1.117c-.531 0-1.086-.348-1.672-.717c-.138-.086-.597-.366-.597-.366c-1.259-.763-2.516-.946-3.888-.4c-.301.12-.586.251-.867.387A12 12 0 0 1 0 12C0 5.372 5.372 0 12 0m8.375 16.976c-.453.152-.855.42-1.256.672c-.756.475-1.613 1.014-2.704 1.014c-1.614 0-2.749-.964-3.112-2.647C13.023 14.712 12 9.793 12 9.793a496 496 0 0 1-1.303 6.222c-.362 1.683-1.497 2.647-3.112 2.647c-1.09 0-1.946-.539-2.703-1.014c-.401-.252-.804-.52-1.256-.672a2.3 2.3 0 0 0-1.414-.01c-.33.097-.644.234-.951.386C3.227 21.292 7.207 24 11.91 24s8.863-2.708 10.83-6.648a6 6 0 0 0-.95-.386a2.32 2.32 0 0 0-1.415.01"/></svg> </template>
CSS
.icon-broadcom {
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%22M12%200c6.628%200%2012%205.372%2012%2012a12%2012%200%200%201-.56%203.63a14%2014%200%200%200-.867-.388c-1.372-.546-2.629-.363-3.888.4c0%200-.459.28-.597.366c-.586.37-1.14.717-1.672.717c-.508%200-1.007-.135-1.218-1.117c-.33-1.533-1.135-5.298-1.486-7.162c-.206-1.097-.319-1.688-.436-2.088c-.208-.706-.586-1.09-1.124-1.15c0%200-.084-.013-.152-.013s-.162.014-.162.014c-.531.064-.907.447-1.114%201.15c-.117.4-.23.99-.436%202.087c-.351%201.864-1.156%205.63-1.486%207.162c-.21.982-.71%201.117-1.218%201.117c-.531%200-1.086-.348-1.672-.717c-.138-.086-.597-.366-.597-.366c-1.259-.763-2.516-.946-3.888-.4c-.301.12-.586.251-.867.387A12%2012%200%200%201%200%2012C0%205.372%205.372%200%2012%200m8.375%2016.976c-.453.152-.855.42-1.256.672c-.756.475-1.613%201.014-2.704%201.014c-1.614%200-2.749-.964-3.112-2.647C13.023%2014.712%2012%209.793%2012%209.793a496%20496%200%200%201-1.303%206.222c-.362%201.683-1.497%202.647-3.112%202.647c-1.09%200-1.946-.539-2.703-1.014c-.401-.252-.804-.52-1.256-.672a2.3%202.3%200%200%200-1.414-.01c-.33.097-.644.234-.951.386C3.227%2021.292%207.207%2024%2011.91%2024s8.863-2.708%2010.83-6.648a6%206%200%200%200-.95-.386a2.32%202.32%200%200%200-1.415.01%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%22M12%200c6.628%200%2012%205.372%2012%2012a12%2012%200%200%201-.56%203.63a14%2014%200%200%200-.867-.388c-1.372-.546-2.629-.363-3.888.4c0%200-.459.28-.597.366c-.586.37-1.14.717-1.672.717c-.508%200-1.007-.135-1.218-1.117c-.33-1.533-1.135-5.298-1.486-7.162c-.206-1.097-.319-1.688-.436-2.088c-.208-.706-.586-1.09-1.124-1.15c0%200-.084-.013-.152-.013s-.162.014-.162.014c-.531.064-.907.447-1.114%201.15c-.117.4-.23.99-.436%202.087c-.351%201.864-1.156%205.63-1.486%207.162c-.21.982-.71%201.117-1.218%201.117c-.531%200-1.086-.348-1.672-.717c-.138-.086-.597-.366-.597-.366c-1.259-.763-2.516-.946-3.888-.4c-.301.12-.586.251-.867.387A12%2012%200%200%201%200%2012C0%205.372%205.372%200%2012%200m8.375%2016.976c-.453.152-.855.42-1.256.672c-.756.475-1.613%201.014-2.704%201.014c-1.614%200-2.749-.964-3.112-2.647C13.023%2014.712%2012%209.793%2012%209.793a496%20496%200%200%201-1.303%206.222c-.362%201.683-1.497%202.647-3.112%202.647c-1.09%200-1.946-.539-2.703-1.014c-.401-.252-.804-.52-1.256-.672a2.3%202.3%200%200%200-1.414-.01c-.33.097-.644.234-.951.386C3.227%2021.292%207.207%2024%2011.91%2024s8.863-2.708%2010.83-6.648a6%206%200%200%200-.95-.386a2.32%202.32%200%200%200-1.415.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/broadcom.svg?color=%231a73e8&size=48