dicebear logo
dicebear from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- dicebear
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the dicebear logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 0A1.5 1.5 0 0 0 0 1.5v21A1.5 1.5 0 0 0 1.5 24h12.84a.99.99 0 0 0 .87-1.468c-.986-1.777-1.929-3.346-2.523-4.024c-1.69-1.933-9.626-.13-9.877-6.435c-.016-.415.262-.777.655-.908l3.872-1.29c.226-.076.418-.23.547-.43c.365-.569 1.182-1.768 1.928-2.375c.707-.574 1.85-1.301 3.936-1.636c.417-.067.749-.379.952-.75c.488-.89 1.457-1.432 2.478-1.285c1.332.192 2.249 1.483 2.048 2.883a.3.3 0 0 0 .094.276c.889.794 1.829 1.894 2.759 3.137c.596.797 1.921.393 1.921-.602V1.5A1.5 1.5 0 0 0 22.5 0zm9.375 9.625a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0-2.5 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDicebear(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="M1.5 0A1.5 1.5 0 0 0 0 1.5v21A1.5 1.5 0 0 0 1.5 24h12.84a.99.99 0 0 0 .87-1.468c-.986-1.777-1.929-3.346-2.523-4.024c-1.69-1.933-9.626-.13-9.877-6.435c-.016-.415.262-.777.655-.908l3.872-1.29c.226-.076.418-.23.547-.43c.365-.569 1.182-1.768 1.928-2.375c.707-.574 1.85-1.301 3.936-1.636c.417-.067.749-.379.952-.75c.488-.89 1.457-1.432 2.478-1.285c1.332.192 2.249 1.483 2.048 2.883a.3.3 0 0 0 .094.276c.889.794 1.829 1.894 2.759 3.137c.596.797 1.921.393 1.921-.602V1.5A1.5 1.5 0 0 0 22.5 0zm9.375 9.625a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0-2.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 0A1.5 1.5 0 0 0 0 1.5v21A1.5 1.5 0 0 0 1.5 24h12.84a.99.99 0 0 0 .87-1.468c-.986-1.777-1.929-3.346-2.523-4.024c-1.69-1.933-9.626-.13-9.877-6.435c-.016-.415.262-.777.655-.908l3.872-1.29c.226-.076.418-.23.547-.43c.365-.569 1.182-1.768 1.928-2.375c.707-.574 1.85-1.301 3.936-1.636c.417-.067.749-.379.952-.75c.488-.89 1.457-1.432 2.478-1.285c1.332.192 2.249 1.483 2.048 2.883a.3.3 0 0 0 .094.276c.889.794 1.829 1.894 2.759 3.137c.596.797 1.921.393 1.921-.602V1.5A1.5 1.5 0 0 0 22.5 0zm9.375 9.625a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0-2.5 0"/></svg> </template>
CSS
.icon-dicebear {
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%22M1.5%200A1.5%201.5%200%200%200%200%201.5v21A1.5%201.5%200%200%200%201.5%2024h12.84a.99.99%200%200%200%20.87-1.468c-.986-1.777-1.929-3.346-2.523-4.024c-1.69-1.933-9.626-.13-9.877-6.435c-.016-.415.262-.777.655-.908l3.872-1.29c.226-.076.418-.23.547-.43c.365-.569%201.182-1.768%201.928-2.375c.707-.574%201.85-1.301%203.936-1.636c.417-.067.749-.379.952-.75c.488-.89%201.457-1.432%202.478-1.285c1.332.192%202.249%201.483%202.048%202.883a.3.3%200%200%200%20.094.276c.889.794%201.829%201.894%202.759%203.137c.596.797%201.921.393%201.921-.602V1.5A1.5%201.5%200%200%200%2022.5%200zm9.375%209.625a1.25%201.25%200%201%200%202.5%200a1.25%201.25%200%201%200-2.5%200%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%22M1.5%200A1.5%201.5%200%200%200%200%201.5v21A1.5%201.5%200%200%200%201.5%2024h12.84a.99.99%200%200%200%20.87-1.468c-.986-1.777-1.929-3.346-2.523-4.024c-1.69-1.933-9.626-.13-9.877-6.435c-.016-.415.262-.777.655-.908l3.872-1.29c.226-.076.418-.23.547-.43c.365-.569%201.182-1.768%201.928-2.375c.707-.574%201.85-1.301%203.936-1.636c.417-.067.749-.379.952-.75c.488-.89%201.457-1.432%202.478-1.285c1.332.192%202.249%201.483%202.048%202.883a.3.3%200%200%200%20.094.276c.889.794%201.829%201.894%202.759%203.137c.596.797%201.921.393%201.921-.602V1.5A1.5%201.5%200%200%200%2022.5%200zm9.375%209.625a1.25%201.25%200%201%200%202.5%200a1.25%201.25%200%201%200-2.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/dicebear.svg?color=%231a73e8&size=48