Google Bard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Bard 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/341185.svg" alt="Google Bard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341185.svg" alt="Google Bard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341185.svg" alt="Google Bard icon" :width="24" :height="24" />
CSS background
.icon-google-bard {
background-image: url('https://proicons.com/icon/341185.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.1458,30.355l-1.4774,3.3838c-.5679,1.3007-2.3679,1.3007-2.9358,0l-1.4774-3.3838c-1.3148-3.0114-3.6813-5.4084-6.6333-6.7187l-4.0666-1.8051c-1.2929-.5739-1.2929-2.4548,0-3.0287l3.9396-1.7487c3.0279-1.344,5.4369-3.8299,6.7292-6.944l1.4966-3.6061c.5553-1.3382,2.4043-1.3382,2.9597,0l1.4966,3.6061c1.2923,3.114,3.7013,5.5999,6.7291,6.9439l3.9396,1.7487c1.2929.5739,1.2929,2.4548,0,3.0287l-4.0666,1.8051c-2.9519,1.3103-5.3184,3.7073-6.6333,6.7187Z"/><path class="b" d="m36.8757,41.0249l-.4155.9523c-.3041.6971-1.2694.6971-1.5735,0l-.4155-.9523c-.7407-1.6979-2.0747-3.0498-3.7393-3.7893l-1.2801-.5688c-.6922-.3075-.6922-1.3137,0-1.6212l1.2086-.537c1.7074-.7586,3.0653-2.1605,3.7933-3.9161l.4267-1.029c.2974-.7172,1.2889-.7172,1.5863,0l.4267,1.029c.7279,1.7556,2.0859,3.1575,3.7934,3.9161l1.2084.537c.6923.3075.6923,1.3137,0,1.6212l-1.2801.5688c-1.6646.7396-2.9987,2.0914-3.7393,3.7893Z"/></svg>
Copied!