wasabi logo
wasabi from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- wasabi
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the wasabi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.483 3.517A11.9 11.9 0 0 0 12 0a11.9 11.9 0 0 0-8.483 3.517A11.9 11.9 0 0 0 0 12a11.9 11.9 0 0 0 3.517 8.483A11.9 11.9 0 0 0 12 24a11.9 11.9 0 0 0 8.483-3.517A11.9 11.9 0 0 0 24 12a11.9 11.9 0 0 0-3.517-8.483m1.29 7.387l-5.16-4.683l-5.285 4.984l-2.774 2.615V9.932l4.206-3.994l3.146-2.969c3.163 1.379 5.478 4.365 5.867 7.935m-.088 2.828a10.6 10.6 0 0 1-1.025 2.951l-2.952-2.668v-3.87Zm-8.183-11.47l-2.227 2.103l-2.739 2.598v-4.17A9.8 9.8 0 0 1 12 2.155c.513 0 1.007.035 1.502.106zM6.398 13.891l-4.083-3.658a9.7 9.7 0 0 1 1.078-2.987L6.398 9.95zm0-9.968v3.129l-1.75-1.573a8.6 8.6 0 0 1 1.75-1.556m-4.189 9.102l5.284 4.736l5.302-4.983l2.74-2.598v3.817l-7.423 7.016a9.82 9.82 0 0 1-5.903-7.988m8.306 8.695l5.02-4.754v4.206a9.8 9.8 0 0 1-3.553.654c-.495 0-.99-.035-1.467-.106m7.176-1.714v-3.11l1.714 1.555a9.6 9.6 0 0 1-1.714 1.555"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWasabi(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="M20.483 3.517A11.9 11.9 0 0 0 12 0a11.9 11.9 0 0 0-8.483 3.517A11.9 11.9 0 0 0 0 12a11.9 11.9 0 0 0 3.517 8.483A11.9 11.9 0 0 0 12 24a11.9 11.9 0 0 0 8.483-3.517A11.9 11.9 0 0 0 24 12a11.9 11.9 0 0 0-3.517-8.483m1.29 7.387l-5.16-4.683l-5.285 4.984l-2.774 2.615V9.932l4.206-3.994l3.146-2.969c3.163 1.379 5.478 4.365 5.867 7.935m-.088 2.828a10.6 10.6 0 0 1-1.025 2.951l-2.952-2.668v-3.87Zm-8.183-11.47l-2.227 2.103l-2.739 2.598v-4.17A9.8 9.8 0 0 1 12 2.155c.513 0 1.007.035 1.502.106zM6.398 13.891l-4.083-3.658a9.7 9.7 0 0 1 1.078-2.987L6.398 9.95zm0-9.968v3.129l-1.75-1.573a8.6 8.6 0 0 1 1.75-1.556m-4.189 9.102l5.284 4.736l5.302-4.983l2.74-2.598v3.817l-7.423 7.016a9.82 9.82 0 0 1-5.903-7.988m8.306 8.695l5.02-4.754v4.206a9.8 9.8 0 0 1-3.553.654c-.495 0-.99-.035-1.467-.106m7.176-1.714v-3.11l1.714 1.555a9.6 9.6 0 0 1-1.714 1.555"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.483 3.517A11.9 11.9 0 0 0 12 0a11.9 11.9 0 0 0-8.483 3.517A11.9 11.9 0 0 0 0 12a11.9 11.9 0 0 0 3.517 8.483A11.9 11.9 0 0 0 12 24a11.9 11.9 0 0 0 8.483-3.517A11.9 11.9 0 0 0 24 12a11.9 11.9 0 0 0-3.517-8.483m1.29 7.387l-5.16-4.683l-5.285 4.984l-2.774 2.615V9.932l4.206-3.994l3.146-2.969c3.163 1.379 5.478 4.365 5.867 7.935m-.088 2.828a10.6 10.6 0 0 1-1.025 2.951l-2.952-2.668v-3.87Zm-8.183-11.47l-2.227 2.103l-2.739 2.598v-4.17A9.8 9.8 0 0 1 12 2.155c.513 0 1.007.035 1.502.106zM6.398 13.891l-4.083-3.658a9.7 9.7 0 0 1 1.078-2.987L6.398 9.95zm0-9.968v3.129l-1.75-1.573a8.6 8.6 0 0 1 1.75-1.556m-4.189 9.102l5.284 4.736l5.302-4.983l2.74-2.598v3.817l-7.423 7.016a9.82 9.82 0 0 1-5.903-7.988m8.306 8.695l5.02-4.754v4.206a9.8 9.8 0 0 1-3.553.654c-.495 0-.99-.035-1.467-.106m7.176-1.714v-3.11l1.714 1.555a9.6 9.6 0 0 1-1.714 1.555"/></svg> </template>
CSS
.icon-wasabi {
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%22M20.483%203.517A11.9%2011.9%200%200%200%2012%200a11.9%2011.9%200%200%200-8.483%203.517A11.9%2011.9%200%200%200%200%2012a11.9%2011.9%200%200%200%203.517%208.483A11.9%2011.9%200%200%200%2012%2024a11.9%2011.9%200%200%200%208.483-3.517A11.9%2011.9%200%200%200%2024%2012a11.9%2011.9%200%200%200-3.517-8.483m1.29%207.387l-5.16-4.683l-5.285%204.984l-2.774%202.615V9.932l4.206-3.994l3.146-2.969c3.163%201.379%205.478%204.365%205.867%207.935m-.088%202.828a10.6%2010.6%200%200%201-1.025%202.951l-2.952-2.668v-3.87Zm-8.183-11.47l-2.227%202.103l-2.739%202.598v-4.17A9.8%209.8%200%200%201%2012%202.155c.513%200%201.007.035%201.502.106zM6.398%2013.891l-4.083-3.658a9.7%209.7%200%200%201%201.078-2.987L6.398%209.95zm0-9.968v3.129l-1.75-1.573a8.6%208.6%200%200%201%201.75-1.556m-4.189%209.102l5.284%204.736l5.302-4.983l2.74-2.598v3.817l-7.423%207.016a9.82%209.82%200%200%201-5.903-7.988m8.306%208.695l5.02-4.754v4.206a9.8%209.8%200%200%201-3.553.654c-.495%200-.99-.035-1.467-.106m7.176-1.714v-3.11l1.714%201.555a9.6%209.6%200%200%201-1.714%201.555%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%22M20.483%203.517A11.9%2011.9%200%200%200%2012%200a11.9%2011.9%200%200%200-8.483%203.517A11.9%2011.9%200%200%200%200%2012a11.9%2011.9%200%200%200%203.517%208.483A11.9%2011.9%200%200%200%2012%2024a11.9%2011.9%200%200%200%208.483-3.517A11.9%2011.9%200%200%200%2024%2012a11.9%2011.9%200%200%200-3.517-8.483m1.29%207.387l-5.16-4.683l-5.285%204.984l-2.774%202.615V9.932l4.206-3.994l3.146-2.969c3.163%201.379%205.478%204.365%205.867%207.935m-.088%202.828a10.6%2010.6%200%200%201-1.025%202.951l-2.952-2.668v-3.87Zm-8.183-11.47l-2.227%202.103l-2.739%202.598v-4.17A9.8%209.8%200%200%201%2012%202.155c.513%200%201.007.035%201.502.106zM6.398%2013.891l-4.083-3.658a9.7%209.7%200%200%201%201.078-2.987L6.398%209.95zm0-9.968v3.129l-1.75-1.573a8.6%208.6%200%200%201%201.75-1.556m-4.189%209.102l5.284%204.736l5.302-4.983l2.74-2.598v3.817l-7.423%207.016a9.82%209.82%200%200%201-5.903-7.988m8.306%208.695l5.02-4.754v4.206a9.8%209.8%200%200%201-3.553.654c-.495%200-.99-.035-1.467-.106m7.176-1.714v-3.11l1.714%201.555a9.6%209.6%200%200%201-1.714%201.555%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/wasabi.svg?color=%231a73e8&size=48