Google Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Google Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305778.svg" alt="Google Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305778.svg" alt="Google Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305778.svg" alt="Google Plus icon" :width="24" :height="24" />
CSS background
.icon-google-plus {
background-image: url('https://proicons.com/icon/305778.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="M341 222C187 222 63 346 63 500s124 279 278 279c161 0 267-113 267-272 0-19 0-33-4-47H341v96h158c-7 41-48 120-158 120-95 0-173-79-173-176s78-176 173-176c54 0 90 23 111 43l76-72c-49-46-112-73-187-73zm437 159v79h-79v80h79v79h80v-79h80v-80h-80v-79h-80z"/></svg>
Copied!