Brand Joomla Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Joomla icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305156.svg" alt="Brand Joomla icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305156.svg" alt="Brand Joomla icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305156.svg" alt="Brand Joomla icon" :width="24" :height="24" />
CSS background
.icon-brand-joomla {
background-image: url('https://proicons.com/icon/305156.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M324 403l209-204s73-75 177-31c0 0 7-97 113-106 0 0 115 2 115 117 0 0 5 95-101 114 0 0 31 123-55 197l-80-81s58-49 3-111c0 0-53-46-111 9L411 491l-87-88zm274-79l203 208s75 74 31 178c0 0 97 7 105 113 0 0-1 115-116 115 0 0-96 5-114-102 0 0-123 31-197-54l81-81s49 59 111 4c0 0 46-53-9-111L509 411l89-87zm78 274L468 801s-74 75-178 31c0 0-7 97-113 105 0 0-115-1-114-116 0 0-5-96 101-114 0 0-31-123 54-197l81 81s-59 49-4 111c0 0 53 46 111-9l183-184 87 89zm-275 79L199 468s-75-74-31-178c0 0-97-7-105-113 0 0 2-115 116-114 0 0 96-5 114 101 0 0 123-31 197 55l-81 80s-49-58-111-4c0 0-46 53 8 111l184 184-89 87z"/></svg>
Copied!