notist from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
notist
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the notist logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.933 3.8c-1.1.11-2.288.4-3.038.74c-1.07.5-1.26.87-.91 1.869c.36 1.04.19 2.308-1 7.505C.109 17.79-.04 18.6.01 19.32c.04.47.09.63.29.79c.22.18.33.19 1.688.13c3.408-.17 4.057-.22 4.267-.34c.24-.13.25-.2.44-1.759c.32-2.868 1.788-7.155 3.027-8.894c1.06-1.479 2.359-2.128 3.098-1.549c.78.62.76 1.559-.13 4.147c-.68 1.999-.79 2.428-.91 3.617c-.15 1.46.13 2.49.96 3.408c.85.94 2.119 1.41 3.847 1.41c1.64 0 2.968-.41 4.377-1.34c1.29-.86 2.828-2.608 3.008-3.428c.1-.41-.07-.859-.35-.969c-.41-.15-.65-.04-1.389.63c-.859.78-1.249.95-2.008.89c-1.01-.08-1.45-.66-1.45-1.92c0-.899.09-1.349.65-3.317c.79-2.728.93-3.967.58-5.027C19.434 4.03 17.026 3.26 14.358 4c-1.45.41-3.238 1.449-4.597 2.688c-.38.34-.68.59-.68.56c0-.02.07-.35.16-.72c.34-1.5.2-2.248-.48-2.598c-.39-.2-1.598-.26-2.827-.13z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsNotist(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="M5.933 3.8c-1.1.11-2.288.4-3.038.74c-1.07.5-1.26.87-.91 1.869c.36 1.04.19 2.308-1 7.505C.109 17.79-.04 18.6.01 19.32c.04.47.09.63.29.79c.22.18.33.19 1.688.13c3.408-.17 4.057-.22 4.267-.34c.24-.13.25-.2.44-1.759c.32-2.868 1.788-7.155 3.027-8.894c1.06-1.479 2.359-2.128 3.098-1.549c.78.62.76 1.559-.13 4.147c-.68 1.999-.79 2.428-.91 3.617c-.15 1.46.13 2.49.96 3.408c.85.94 2.119 1.41 3.847 1.41c1.64 0 2.968-.41 4.377-1.34c1.29-.86 2.828-2.608 3.008-3.428c.1-.41-.07-.859-.35-.969c-.41-.15-.65-.04-1.389.63c-.859.78-1.249.95-2.008.89c-1.01-.08-1.45-.66-1.45-1.92c0-.899.09-1.349.65-3.317c.79-2.728.93-3.967.58-5.027C19.434 4.03 17.026 3.26 14.358 4c-1.45.41-3.238 1.449-4.597 2.688c-.38.34-.68.59-.68.56c0-.02.07-.35.16-.72c.34-1.5.2-2.248-.48-2.598c-.39-.2-1.598-.26-2.827-.13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.933 3.8c-1.1.11-2.288.4-3.038.74c-1.07.5-1.26.87-.91 1.869c.36 1.04.19 2.308-1 7.505C.109 17.79-.04 18.6.01 19.32c.04.47.09.63.29.79c.22.18.33.19 1.688.13c3.408-.17 4.057-.22 4.267-.34c.24-.13.25-.2.44-1.759c.32-2.868 1.788-7.155 3.027-8.894c1.06-1.479 2.359-2.128 3.098-1.549c.78.62.76 1.559-.13 4.147c-.68 1.999-.79 2.428-.91 3.617c-.15 1.46.13 2.49.96 3.408c.85.94 2.119 1.41 3.847 1.41c1.64 0 2.968-.41 4.377-1.34c1.29-.86 2.828-2.608 3.008-3.428c.1-.41-.07-.859-.35-.969c-.41-.15-.65-.04-1.389.63c-.859.78-1.249.95-2.008.89c-1.01-.08-1.45-.66-1.45-1.92c0-.899.09-1.349.65-3.317c.79-2.728.93-3.967.58-5.027C19.434 4.03 17.026 3.26 14.358 4c-1.45.41-3.238 1.449-4.597 2.688c-.38.34-.68.59-.68.56c0-.02.07-.35.16-.72c.34-1.5.2-2.248-.48-2.598c-.39-.2-1.598-.26-2.827-.13z"/></svg>
</template>

CSS

.icon-notist {
  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%22M5.933%203.8c-1.1.11-2.288.4-3.038.74c-1.07.5-1.26.87-.91%201.869c.36%201.04.19%202.308-1%207.505C.109%2017.79-.04%2018.6.01%2019.32c.04.47.09.63.29.79c.22.18.33.19%201.688.13c3.408-.17%204.057-.22%204.267-.34c.24-.13.25-.2.44-1.759c.32-2.868%201.788-7.155%203.027-8.894c1.06-1.479%202.359-2.128%203.098-1.549c.78.62.76%201.559-.13%204.147c-.68%201.999-.79%202.428-.91%203.617c-.15%201.46.13%202.49.96%203.408c.85.94%202.119%201.41%203.847%201.41c1.64%200%202.968-.41%204.377-1.34c1.29-.86%202.828-2.608%203.008-3.428c.1-.41-.07-.859-.35-.969c-.41-.15-.65-.04-1.389.63c-.859.78-1.249.95-2.008.89c-1.01-.08-1.45-.66-1.45-1.92c0-.899.09-1.349.65-3.317c.79-2.728.93-3.967.58-5.027C19.434%204.03%2017.026%203.26%2014.358%204c-1.45.41-3.238%201.449-4.597%202.688c-.38.34-.68.59-.68.56c0-.02.07-.35.16-.72c.34-1.5.2-2.248-.48-2.598c-.39-.2-1.598-.26-2.827-.13z%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%22M5.933%203.8c-1.1.11-2.288.4-3.038.74c-1.07.5-1.26.87-.91%201.869c.36%201.04.19%202.308-1%207.505C.109%2017.79-.04%2018.6.01%2019.32c.04.47.09.63.29.79c.22.18.33.19%201.688.13c3.408-.17%204.057-.22%204.267-.34c.24-.13.25-.2.44-1.759c.32-2.868%201.788-7.155%203.027-8.894c1.06-1.479%202.359-2.128%203.098-1.549c.78.62.76%201.559-.13%204.147c-.68%201.999-.79%202.428-.91%203.617c-.15%201.46.13%202.49.96%203.408c.85.94%202.119%201.41%203.847%201.41c1.64%200%202.968-.41%204.377-1.34c1.29-.86%202.828-2.608%203.008-3.428c.1-.41-.07-.859-.35-.969c-.41-.15-.65-.04-1.389.63c-.859.78-1.249.95-2.008.89c-1.01-.08-1.45-.66-1.45-1.92c0-.899.09-1.349.65-3.317c.79-2.728.93-3.967.58-5.027C19.434%204.03%2017.026%203.26%2014.358%204c-1.45.41-3.238%201.449-4.597%202.688c-.38.34-.68.59-.68.56c0-.02.07-.35.16-.72c.34-1.5.2-2.248-.48-2.598c-.39-.2-1.598-.26-2.827-.13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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