sanity logo
sanity from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- sanity
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- 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 128 128"><path fill="#f03e2f" d="M0 0h128v128H0z"/><path fill="#fff" d="M39.423 33.163c0 10.998 6.913 17.543 20.754 20.993l14.666 3.341c13.099 2.956 21.075 10.298 21.075 22.258a22.47 22.47 0 0 1-4.884 14.408c0-11.933-6.283-18.38-21.439-22.258l-14.4-3.217c-11.532-2.585-20.432-8.62-20.432-21.612a22.35 22.35 0 0 1 4.66-13.913"/><path fill="#f9b1ab" d="M82.022 76.827c6.256 3.932 8.998 9.431 8.998 17.323c-5.177 6.516-14.274 10.173-24.965 10.173c-17.997 0-30.592-8.702-33.391-23.825h17.283c2.225 6.943 8.117 10.16 15.981 10.16c9.6 0 15.982-5.032 16.108-13.859M48.407 49.468a18.2 18.2 0 0 1-6.781-6.935a17.8 17.8 0 0 1-2.203-9.37c4.996-6.462 13.686-10.407 24.28-10.407c18.333 0 28.94 9.513 31.558 22.904H78.635c-1.833-5.28-6.423-9.39-14.792-9.39c-8.942 0-15.044 5.114-15.394 13.198"/></svg>
React
import type { SVGProps } from "react";
export function DeviconSanity(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f03e2f" d="M0 0h128v128H0z"/><path fill="#fff" d="M39.423 33.163c0 10.998 6.913 17.543 20.754 20.993l14.666 3.341c13.099 2.956 21.075 10.298 21.075 22.258a22.47 22.47 0 0 1-4.884 14.408c0-11.933-6.283-18.38-21.439-22.258l-14.4-3.217c-11.532-2.585-20.432-8.62-20.432-21.612a22.35 22.35 0 0 1 4.66-13.913"/><path fill="#f9b1ab" d="M82.022 76.827c6.256 3.932 8.998 9.431 8.998 17.323c-5.177 6.516-14.274 10.173-24.965 10.173c-17.997 0-30.592-8.702-33.391-23.825h17.283c2.225 6.943 8.117 10.16 15.981 10.16c9.6 0 15.982-5.032 16.108-13.859M48.407 49.468a18.2 18.2 0 0 1-6.781-6.935a17.8 17.8 0 0 1-2.203-9.37c4.996-6.462 13.686-10.407 24.28-10.407c18.333 0 28.94 9.513 31.558 22.904H78.635c-1.833-5.28-6.423-9.39-14.792-9.39c-8.942 0-15.044 5.114-15.394 13.198"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f03e2f" d="M0 0h128v128H0z"/><path fill="#fff" d="M39.423 33.163c0 10.998 6.913 17.543 20.754 20.993l14.666 3.341c13.099 2.956 21.075 10.298 21.075 22.258a22.47 22.47 0 0 1-4.884 14.408c0-11.933-6.283-18.38-21.439-22.258l-14.4-3.217c-11.532-2.585-20.432-8.62-20.432-21.612a22.35 22.35 0 0 1 4.66-13.913"/><path fill="#f9b1ab" d="M82.022 76.827c6.256 3.932 8.998 9.431 8.998 17.323c-5.177 6.516-14.274 10.173-24.965 10.173c-17.997 0-30.592-8.702-33.391-23.825h17.283c2.225 6.943 8.117 10.16 15.981 10.16c9.6 0 15.982-5.032 16.108-13.859M48.407 49.468a18.2 18.2 0 0 1-6.781-6.935a17.8 17.8 0 0 1-2.203-9.37c4.996-6.462 13.686-10.407 24.28-10.407c18.333 0 28.94 9.513 31.558 22.904H78.635c-1.833-5.28-6.423-9.39-14.792-9.39c-8.942 0-15.044 5.114-15.394 13.198"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f03e2f%22%20d%3D%22M0%200h128v128H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.423%2033.163c0%2010.998%206.913%2017.543%2020.754%2020.993l14.666%203.341c13.099%202.956%2021.075%2010.298%2021.075%2022.258a22.47%2022.47%200%200%201-4.884%2014.408c0-11.933-6.283-18.38-21.439-22.258l-14.4-3.217c-11.532-2.585-20.432-8.62-20.432-21.612a22.35%2022.35%200%200%201%204.66-13.913%22%2F%3E%3Cpath%20fill%3D%22%23f9b1ab%22%20d%3D%22M82.022%2076.827c6.256%203.932%208.998%209.431%208.998%2017.323c-5.177%206.516-14.274%2010.173-24.965%2010.173c-17.997%200-30.592-8.702-33.391-23.825h17.283c2.225%206.943%208.117%2010.16%2015.981%2010.16c9.6%200%2015.982-5.032%2016.108-13.859M48.407%2049.468a18.2%2018.2%200%200%201-6.781-6.935a17.8%2017.8%200%200%201-2.203-9.37c4.996-6.462%2013.686-10.407%2024.28-10.407c18.333%200%2028.94%209.513%2031.558%2022.904H78.635c-1.833-5.28-6.423-9.39-14.792-9.39c-8.942%200-15.044%205.114-15.394%2013.198%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f03e2f%22%20d%3D%22M0%200h128v128H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.423%2033.163c0%2010.998%206.913%2017.543%2020.754%2020.993l14.666%203.341c13.099%202.956%2021.075%2010.298%2021.075%2022.258a22.47%2022.47%200%200%201-4.884%2014.408c0-11.933-6.283-18.38-21.439-22.258l-14.4-3.217c-11.532-2.585-20.432-8.62-20.432-21.612a22.35%2022.35%200%200%201%204.66-13.913%22%2F%3E%3Cpath%20fill%3D%22%23f9b1ab%22%20d%3D%22M82.022%2076.827c6.256%203.932%208.998%209.431%208.998%2017.323c-5.177%206.516-14.274%2010.173-24.965%2010.173c-17.997%200-30.592-8.702-33.391-23.825h17.283c2.225%206.943%208.117%2010.16%2015.981%2010.16c9.6%200%2015.982-5.032%2016.108-13.859M48.407%2049.468a18.2%2018.2%200%200%201-6.781-6.935a17.8%2017.8%200%200%201-2.203-9.37c4.996-6.462%2013.686-10.407%2024.28-10.407c18.333%200%2028.94%209.513%2031.558%2022.904H78.635c-1.833-5.28-6.423-9.39-14.792-9.39c-8.942%200-15.044%205.114-15.394%2013.198%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/sanity.svg?color=%231a73e8&size=48