Weezer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weezer 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/335075.svg" alt="Weezer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335075.svg" alt="Weezer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335075.svg" alt="Weezer icon" :width="24" :height="24" />
CSS background
.icon-weezer {
background-image: url('https://proicons.com/icon/335075.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M33.7716,6.5988l-.107-.814c-.143-1.084-.792-1.262-1.453-1.283h0c-.22-.006-.443.005-.647.005h-11.0181c-1.362,0-2.344.745-2.167,2.077l1.645,12.3961c-.464-.066-.933-.1-1.403-.101-5.561,0-10.0691,4.506-10.0681,10.0631,0,2.952,1.27,5.606,3.296,7.447M17.6526,38.96c.319.03.642.046.97.046,5.561,0,10.0721-4.505,10.0701-10.0641,0-.456-.032-.858-.13-1.596l-1.53-11.5441c-.136-1.019-.06-2.007,1.372-2.023l4.773-.052c.7612-.0233,1.3595-.6593,1.3362-1.4206-.0016-.051-.006-.1019-.0132-.1525l-.105-.799M37.1437,8.9958c-.22-.007-.442.004-.647.004h-11.0171c-1.363,0-2.344.746-2.168,2.078l1.646,12.3961c-.465-.067-.934-.1-1.403-.102-5.561.001-10.0701,4.507-10.0691,10.0641,0,5.558,4.508,10.0631,10.0691,10.0641,5.562,0,10.0721-4.506,10.0701-10.0641,0-.456-.031-.858-.13-1.597l-1.53-11.5441c-.135-1.018-.06-2.007,1.373-2.023l4.772-.052c.7612-.0233,1.3595-.6593,1.3362-1.4206-.0016-.051-.006-.1019-.0132-.1525l-.836-6.368c-.142-1.085-.792-1.263-1.453-1.283Z"/></svg>
Copied!