sanity from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
sanity
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the sanity logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.44 14.67l-.74-1.29l-3.61 2.19l4-5.09l.61-.36l-.15-.22l.27-.35l-1.26-1.05l-.58.73l-11.66 6.82l4.31-5.18l8.03-4.4l-.76-1.48l-4.37 2.4l2.15-2.59l-1.23-1.09l-4.85 5.83l-4.81 2.64l3.68-4.87l2.31-1.2l-.73-1.49l-6.73 3.5l1.83-2.43l-1.28-1.03L2 9.79l.06.05l.72 1.47l4.3-2.23l-3.92 5.17l.65.51l.38.74l4.52-2.48l-4.98 5.99l1.23 1.09l.25-.3l12.01-7.05l-3.99 5.08l.07.05l-.01.01l.83 1.43l5.3-3.23l-2.04 3.3l1.37.9L22 15.04z"/></svg>

React

import type { SVGProps } from "react";

export function BxlSanity(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="m21.44 14.67l-.74-1.29l-3.61 2.19l4-5.09l.61-.36l-.15-.22l.27-.35l-1.26-1.05l-.58.73l-11.66 6.82l4.31-5.18l8.03-4.4l-.76-1.48l-4.37 2.4l2.15-2.59l-1.23-1.09l-4.85 5.83l-4.81 2.64l3.68-4.87l2.31-1.2l-.73-1.49l-6.73 3.5l1.83-2.43l-1.28-1.03L2 9.79l.06.05l.72 1.47l4.3-2.23l-3.92 5.17l.65.51l.38.74l4.52-2.48l-4.98 5.99l1.23 1.09l.25-.3l12.01-7.05l-3.99 5.08l.07.05l-.01.01l.83 1.43l5.3-3.23l-2.04 3.3l1.37.9L22 15.04z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.44 14.67l-.74-1.29l-3.61 2.19l4-5.09l.61-.36l-.15-.22l.27-.35l-1.26-1.05l-.58.73l-11.66 6.82l4.31-5.18l8.03-4.4l-.76-1.48l-4.37 2.4l2.15-2.59l-1.23-1.09l-4.85 5.83l-4.81 2.64l3.68-4.87l2.31-1.2l-.73-1.49l-6.73 3.5l1.83-2.43l-1.28-1.03L2 9.79l.06.05l.72 1.47l4.3-2.23l-3.92 5.17l.65.51l.38.74l4.52-2.48l-4.98 5.99l1.23 1.09l.25-.3l12.01-7.05l-3.99 5.08l.07.05l-.01.01l.83 1.43l5.3-3.23l-2.04 3.3l1.37.9L22 15.04z"/></svg>
</template>

CSS

.icon-sanity {
  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%22m21.44%2014.67l-.74-1.29l-3.61%202.19l4-5.09l.61-.36l-.15-.22l.27-.35l-1.26-1.05l-.58.73l-11.66%206.82l4.31-5.18l8.03-4.4l-.76-1.48l-4.37%202.4l2.15-2.59l-1.23-1.09l-4.85%205.83l-4.81%202.64l3.68-4.87l2.31-1.2l-.73-1.49l-6.73%203.5l1.83-2.43l-1.28-1.03L2%209.79l.06.05l.72%201.47l4.3-2.23l-3.92%205.17l.65.51l.38.74l4.52-2.48l-4.98%205.99l1.23%201.09l.25-.3l12.01-7.05l-3.99%205.08l.07.05l-.01.01l.83%201.43l5.3-3.23l-2.04%203.3l1.37.9L22%2015.04z%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%22m21.44%2014.67l-.74-1.29l-3.61%202.19l4-5.09l.61-.36l-.15-.22l.27-.35l-1.26-1.05l-.58.73l-11.66%206.82l4.31-5.18l8.03-4.4l-.76-1.48l-4.37%202.4l2.15-2.59l-1.23-1.09l-4.85%205.83l-4.81%202.64l3.68-4.87l2.31-1.2l-.73-1.49l-6.73%203.5l1.83-2.43l-1.28-1.03L2%209.79l.06.05l.72%201.47l4.3-2.23l-3.92%205.17l.65.51l.38.74l4.52-2.48l-4.98%205.99l1.23%201.09l.25-.3l12.01-7.05l-3.99%205.08l.07.05l-.01.01l.83%201.43l5.3-3.23l-2.04%203.3l1.37.9L22%2015.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/sanity.svg?color=%231a73e8&size=48