zazzle logo
zazzle from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- zazzle
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the zazzle logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 12C0 5.382 5.382 0 12 0s12 5.382 12 12s-5.382 12-12 12S0 18.618 0 12m5.936 6.179c.134.177.422.155.665-.045c.532-.42 1.042-.753 2.016-.753c1.839 0 3.301 1.152 5.495 1.152c1.684.021 2.747-.62 3.346-1.485c.465-.664.686-1.573.686-2.282c0-.997-.576-1.662-1.573-1.662c-.953 0-1.373.487-1.419 1.196c-.021.288-.021.843-.199 1.108c-.177.288-.51.377-.908.377c-1.042 0-2.283-.841-3.655-.841h-.2l8.928-7.223c.155-.112.222-.377.045-.51l-1.374-1.618c-.244-.222-.421-.199-.665 0c-.466.377-.908.754-1.861.754c-1.552 0-3.213-.975-5.383-.975c-1.55 0-2.416.576-3.014 1.197c-.576.62-.974 1.617-.974 2.57c0 .975.576 1.595 1.529 1.595c.864 0 1.374-.487 1.374-1.174c0-.398.021-.753.199-1.018c.155-.266.554-.51 1.108-.51c.864 0 2.503.597 3.523.597h.066l-9.04 7.179c-.177.133-.177.442-.066.597Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsZazzle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 12C0 5.382 5.382 0 12 0s12 5.382 12 12s-5.382 12-12 12S0 18.618 0 12m5.936 6.179c.134.177.422.155.665-.045c.532-.42 1.042-.753 2.016-.753c1.839 0 3.301 1.152 5.495 1.152c1.684.021 2.747-.62 3.346-1.485c.465-.664.686-1.573.686-2.282c0-.997-.576-1.662-1.573-1.662c-.953 0-1.373.487-1.419 1.196c-.021.288-.021.843-.199 1.108c-.177.288-.51.377-.908.377c-1.042 0-2.283-.841-3.655-.841h-.2l8.928-7.223c.155-.112.222-.377.045-.51l-1.374-1.618c-.244-.222-.421-.199-.665 0c-.466.377-.908.754-1.861.754c-1.552 0-3.213-.975-5.383-.975c-1.55 0-2.416.576-3.014 1.197c-.576.62-.974 1.617-.974 2.57c0 .975.576 1.595 1.529 1.595c.864 0 1.374-.487 1.374-1.174c0-.398.021-.753.199-1.018c.155-.266.554-.51 1.108-.51c.864 0 2.503.597 3.523.597h.066l-9.04 7.179c-.177.133-.177.442-.066.597Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 12C0 5.382 5.382 0 12 0s12 5.382 12 12s-5.382 12-12 12S0 18.618 0 12m5.936 6.179c.134.177.422.155.665-.045c.532-.42 1.042-.753 2.016-.753c1.839 0 3.301 1.152 5.495 1.152c1.684.021 2.747-.62 3.346-1.485c.465-.664.686-1.573.686-2.282c0-.997-.576-1.662-1.573-1.662c-.953 0-1.373.487-1.419 1.196c-.021.288-.021.843-.199 1.108c-.177.288-.51.377-.908.377c-1.042 0-2.283-.841-3.655-.841h-.2l8.928-7.223c.155-.112.222-.377.045-.51l-1.374-1.618c-.244-.222-.421-.199-.665 0c-.466.377-.908.754-1.861.754c-1.552 0-3.213-.975-5.383-.975c-1.55 0-2.416.576-3.014 1.197c-.576.62-.974 1.617-.974 2.57c0 .975.576 1.595 1.529 1.595c.864 0 1.374-.487 1.374-1.174c0-.398.021-.753.199-1.018c.155-.266.554-.51 1.108-.51c.864 0 2.503.597 3.523.597h.066l-9.04 7.179c-.177.133-.177.442-.066.597Z"/></svg> </template>
CSS
.icon-zazzle {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2012C0%205.382%205.382%200%2012%200s12%205.382%2012%2012s-5.382%2012-12%2012S0%2018.618%200%2012m5.936%206.179c.134.177.422.155.665-.045c.532-.42%201.042-.753%202.016-.753c1.839%200%203.301%201.152%205.495%201.152c1.684.021%202.747-.62%203.346-1.485c.465-.664.686-1.573.686-2.282c0-.997-.576-1.662-1.573-1.662c-.953%200-1.373.487-1.419%201.196c-.021.288-.021.843-.199%201.108c-.177.288-.51.377-.908.377c-1.042%200-2.283-.841-3.655-.841h-.2l8.928-7.223c.155-.112.222-.377.045-.51l-1.374-1.618c-.244-.222-.421-.199-.665%200c-.466.377-.908.754-1.861.754c-1.552%200-3.213-.975-5.383-.975c-1.55%200-2.416.576-3.014%201.197c-.576.62-.974%201.617-.974%202.57c0%20.975.576%201.595%201.529%201.595c.864%200%201.374-.487%201.374-1.174c0-.398.021-.753.199-1.018c.155-.266.554-.51%201.108-.51c.864%200%202.503.597%203.523.597h.066l-9.04%207.179c-.177.133-.177.442-.066.597Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2012C0%205.382%205.382%200%2012%200s12%205.382%2012%2012s-5.382%2012-12%2012S0%2018.618%200%2012m5.936%206.179c.134.177.422.155.665-.045c.532-.42%201.042-.753%202.016-.753c1.839%200%203.301%201.152%205.495%201.152c1.684.021%202.747-.62%203.346-1.485c.465-.664.686-1.573.686-2.282c0-.997-.576-1.662-1.573-1.662c-.953%200-1.373.487-1.419%201.196c-.021.288-.021.843-.199%201.108c-.177.288-.51.377-.908.377c-1.042%200-2.283-.841-3.655-.841h-.2l8.928-7.223c.155-.112.222-.377.045-.51l-1.374-1.618c-.244-.222-.421-.199-.665%200c-.466.377-.908.754-1.861.754c-1.552%200-3.213-.975-5.383-.975c-1.55%200-2.416.576-3.014%201.197c-.576.62-.974%201.617-.974%202.57c0%20.975.576%201.595%201.529%201.595c.864%200%201.374-.487%201.374-1.174c0-.398.021-.753.199-1.018c.155-.266.554-.51%201.108-.51c.864%200%202.503.597%203.523.597h.066l-9.04%207.179c-.177.133-.177.442-.066.597Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/zazzle.svg?color=%231a73e8&size=48