joomla icon
joomla from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- joomla
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the joomla icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.023 8.688a2.677 2.677 0 0 1 5.316-.434a4.43 4.43 0 0 1 4.15 1.18l.152.156l-1.973 1.973l-.152-.157a1.64 1.64 0 0 0-2.32.004a1.637 1.637 0 0 0-.005 2.32l4.45 4.45l-1.973 1.972l-2.09-2.09l-1.976-1.972l-.383-.387a4.42 4.42 0 0 1-1.11-4.406a2.67 2.67 0 0 1-2.086-2.61zm5.79 5.195l1.972 1.976l2.09-2.086l2.36-2.359a1.637 1.637 0 0 1 2.32-.004c.64.64.64 1.68 0 2.32l-.153.153l1.973 1.976l.152-.156a4.42 4.42 0 0 0 1.125-4.36a2.678 2.678 0 0 0-.351-5.331a2.675 2.675 0 0 0-2.649 2.308a4.44 4.44 0 0 0-4.386 1.117l-.387.387l-1.977 1.973zm11.886 6.781a4.42 4.42 0 0 0-1.172-4.184l-.386-.39l-1.973-1.973l-2.082-2.086l-1.977 1.973l2.086 2.09l2.36 2.36a1.637 1.637 0 1 1-2.316 2.316l-.153-.149l-1.973 1.977l.149.148a4.43 4.43 0 0 0 4.441 1.102a2.68 2.68 0 0 0 2.621 2.144a2.677 2.677 0 0 0 .375-5.328m-3.765-2.363l-1.973-1.977l-2.086 2.086l-1.973 1.977l-.386.386a1.643 1.643 0 0 1-2.325-.003a1.64 1.64 0 0 1 0-2.32l.153-.15l-1.973-1.976l-.152.153a4.42 4.42 0 0 0-1.16 4.23a2.678 2.678 0 0 0 .617 5.281a2.684 2.684 0 0 0 2.61-2.078a4.42 4.42 0 0 0 4.202-1.164l.39-.387l1.974-1.976z"/></svg>
React
import type { SVGProps } from "react";
export function LaJoomla(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.023 8.688a2.677 2.677 0 0 1 5.316-.434a4.43 4.43 0 0 1 4.15 1.18l.152.156l-1.973 1.973l-.152-.157a1.64 1.64 0 0 0-2.32.004a1.637 1.637 0 0 0-.005 2.32l4.45 4.45l-1.973 1.972l-2.09-2.09l-1.976-1.972l-.383-.387a4.42 4.42 0 0 1-1.11-4.406a2.67 2.67 0 0 1-2.086-2.61zm5.79 5.195l1.972 1.976l2.09-2.086l2.36-2.359a1.637 1.637 0 0 1 2.32-.004c.64.64.64 1.68 0 2.32l-.153.153l1.973 1.976l.152-.156a4.42 4.42 0 0 0 1.125-4.36a2.678 2.678 0 0 0-.351-5.331a2.675 2.675 0 0 0-2.649 2.308a4.44 4.44 0 0 0-4.386 1.117l-.387.387l-1.977 1.973zm11.886 6.781a4.42 4.42 0 0 0-1.172-4.184l-.386-.39l-1.973-1.973l-2.082-2.086l-1.977 1.973l2.086 2.09l2.36 2.36a1.637 1.637 0 1 1-2.316 2.316l-.153-.149l-1.973 1.977l.149.148a4.43 4.43 0 0 0 4.441 1.102a2.68 2.68 0 0 0 2.621 2.144a2.677 2.677 0 0 0 .375-5.328m-3.765-2.363l-1.973-1.977l-2.086 2.086l-1.973 1.977l-.386.386a1.643 1.643 0 0 1-2.325-.003a1.64 1.64 0 0 1 0-2.32l.153-.15l-1.973-1.976l-.152.153a4.42 4.42 0 0 0-1.16 4.23a2.678 2.678 0 0 0 .617 5.281a2.684 2.684 0 0 0 2.61-2.078a4.42 4.42 0 0 0 4.202-1.164l.39-.387l1.974-1.976z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.023 8.688a2.677 2.677 0 0 1 5.316-.434a4.43 4.43 0 0 1 4.15 1.18l.152.156l-1.973 1.973l-.152-.157a1.64 1.64 0 0 0-2.32.004a1.637 1.637 0 0 0-.005 2.32l4.45 4.45l-1.973 1.972l-2.09-2.09l-1.976-1.972l-.383-.387a4.42 4.42 0 0 1-1.11-4.406a2.67 2.67 0 0 1-2.086-2.61zm5.79 5.195l1.972 1.976l2.09-2.086l2.36-2.359a1.637 1.637 0 0 1 2.32-.004c.64.64.64 1.68 0 2.32l-.153.153l1.973 1.976l.152-.156a4.42 4.42 0 0 0 1.125-4.36a2.678 2.678 0 0 0-.351-5.331a2.675 2.675 0 0 0-2.649 2.308a4.44 4.44 0 0 0-4.386 1.117l-.387.387l-1.977 1.973zm11.886 6.781a4.42 4.42 0 0 0-1.172-4.184l-.386-.39l-1.973-1.973l-2.082-2.086l-1.977 1.973l2.086 2.09l2.36 2.36a1.637 1.637 0 1 1-2.316 2.316l-.153-.149l-1.973 1.977l.149.148a4.43 4.43 0 0 0 4.441 1.102a2.68 2.68 0 0 0 2.621 2.144a2.677 2.677 0 0 0 .375-5.328m-3.765-2.363l-1.973-1.977l-2.086 2.086l-1.973 1.977l-.386.386a1.643 1.643 0 0 1-2.325-.003a1.64 1.64 0 0 1 0-2.32l.153-.15l-1.973-1.976l-.152.153a4.42 4.42 0 0 0-1.16 4.23a2.678 2.678 0 0 0 .617 5.281a2.684 2.684 0 0 0 2.61-2.078a4.42 4.42 0 0 0 4.202-1.164l.39-.387l1.974-1.976z"/></svg> </template>
CSS
.icon-joomla {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.023%208.688a2.677%202.677%200%200%201%205.316-.434a4.43%204.43%200%200%201%204.15%201.18l.152.156l-1.973%201.973l-.152-.157a1.64%201.64%200%200%200-2.32.004a1.637%201.637%200%200%200-.005%202.32l4.45%204.45l-1.973%201.972l-2.09-2.09l-1.976-1.972l-.383-.387a4.42%204.42%200%200%201-1.11-4.406a2.67%202.67%200%200%201-2.086-2.61zm5.79%205.195l1.972%201.976l2.09-2.086l2.36-2.359a1.637%201.637%200%200%201%202.32-.004c.64.64.64%201.68%200%202.32l-.153.153l1.973%201.976l.152-.156a4.42%204.42%200%200%200%201.125-4.36a2.678%202.678%200%200%200-.351-5.331a2.675%202.675%200%200%200-2.649%202.308a4.44%204.44%200%200%200-4.386%201.117l-.387.387l-1.977%201.973zm11.886%206.781a4.42%204.42%200%200%200-1.172-4.184l-.386-.39l-1.973-1.973l-2.082-2.086l-1.977%201.973l2.086%202.09l2.36%202.36a1.637%201.637%200%201%201-2.316%202.316l-.153-.149l-1.973%201.977l.149.148a4.43%204.43%200%200%200%204.441%201.102a2.68%202.68%200%200%200%202.621%202.144a2.677%202.677%200%200%200%20.375-5.328m-3.765-2.363l-1.973-1.977l-2.086%202.086l-1.973%201.977l-.386.386a1.643%201.643%200%200%201-2.325-.003a1.64%201.64%200%200%201%200-2.32l.153-.15l-1.973-1.976l-.152.153a4.42%204.42%200%200%200-1.16%204.23a2.678%202.678%200%200%200%20.617%205.281a2.684%202.684%200%200%200%202.61-2.078a4.42%204.42%200%200%200%204.202-1.164l.39-.387l1.974-1.976z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.023%208.688a2.677%202.677%200%200%201%205.316-.434a4.43%204.43%200%200%201%204.15%201.18l.152.156l-1.973%201.973l-.152-.157a1.64%201.64%200%200%200-2.32.004a1.637%201.637%200%200%200-.005%202.32l4.45%204.45l-1.973%201.972l-2.09-2.09l-1.976-1.972l-.383-.387a4.42%204.42%200%200%201-1.11-4.406a2.67%202.67%200%200%201-2.086-2.61zm5.79%205.195l1.972%201.976l2.09-2.086l2.36-2.359a1.637%201.637%200%200%201%202.32-.004c.64.64.64%201.68%200%202.32l-.153.153l1.973%201.976l.152-.156a4.42%204.42%200%200%200%201.125-4.36a2.678%202.678%200%200%200-.351-5.331a2.675%202.675%200%200%200-2.649%202.308a4.44%204.44%200%200%200-4.386%201.117l-.387.387l-1.977%201.973zm11.886%206.781a4.42%204.42%200%200%200-1.172-4.184l-.386-.39l-1.973-1.973l-2.082-2.086l-1.977%201.973l2.086%202.09l2.36%202.36a1.637%201.637%200%201%201-2.316%202.316l-.153-.149l-1.973%201.977l.149.148a4.43%204.43%200%200%200%204.441%201.102a2.68%202.68%200%200%200%202.621%202.144a2.677%202.677%200%200%200%20.375-5.328m-3.765-2.363l-1.973-1.977l-2.086%202.086l-1.973%201.977l-.386.386a1.643%201.643%200%200%201-2.325-.003a1.64%201.64%200%200%201%200-2.32l.153-.15l-1.973-1.976l-.152.153a4.42%204.42%200%200%200-1.16%204.23a2.678%202.678%200%200%200%20.617%205.281a2.684%202.684%200%200%200%202.61-2.078a4.42%204.42%200%200%200%204.202-1.164l.39-.387l1.974-1.976z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/joomla.svg?color=%231a73e8&size=48