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

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

The same logo in other sets

Use the jasmine logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.591 19.649h.771v-3.786h-.77zm-6.874-5.03l-.238-.733l3.6-1.17l.238.735l-3.6 1.17m4.645-5.762L7.138 5.796l.624-.453l2.224 3.062zm5.315.028l-.624-.454l2.225-3.062l.624.453zm4.592 5.78l-3.6-1.17l.238-.734l3.6 1.17zM12 .001C5.383.001 0 5.384 0 11.998C0 18.617 5.383 24 12 24s12-5.382 12-12c0-6.617-5.383-12-12-12zm0 2.43c5.284 0 9.569 4.283 9.569 9.567c0 5.287-4.285 9.573-9.569 9.573c-5.286 0-9.57-4.286-9.57-9.573c0-5.284 4.285-9.567 9.57-9.567m1.552 7.96l.575 1.768l.747.242l4.736-1.538l-.86-2.645l-4.736 1.539zm.337 2.5l-1.504 1.093v.785l2.927 4.03l2.25-1.636l-2.927-4.029zm-2.275 1.093l-1.504-1.093l-.747.243l-2.927 4.029l2.25 1.635l2.928-4.029zM9.873 12.16l.574-1.767l-.462-.635l-4.736-1.54l-.86 2.646l4.737 1.54zm1.198-2.22h1.859l.462-.636v-4.98H10.61v4.98z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsJasmine(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="M11.591 19.649h.771v-3.786h-.77zm-6.874-5.03l-.238-.733l3.6-1.17l.238.735l-3.6 1.17m4.645-5.762L7.138 5.796l.624-.453l2.224 3.062zm5.315.028l-.624-.454l2.225-3.062l.624.453zm4.592 5.78l-3.6-1.17l.238-.734l3.6 1.17zM12 .001C5.383.001 0 5.384 0 11.998C0 18.617 5.383 24 12 24s12-5.382 12-12c0-6.617-5.383-12-12-12zm0 2.43c5.284 0 9.569 4.283 9.569 9.567c0 5.287-4.285 9.573-9.569 9.573c-5.286 0-9.57-4.286-9.57-9.573c0-5.284 4.285-9.567 9.57-9.567m1.552 7.96l.575 1.768l.747.242l4.736-1.538l-.86-2.645l-4.736 1.539zm.337 2.5l-1.504 1.093v.785l2.927 4.03l2.25-1.636l-2.927-4.029zm-2.275 1.093l-1.504-1.093l-.747.243l-2.927 4.029l2.25 1.635l2.928-4.029zM9.873 12.16l.574-1.767l-.462-.635l-4.736-1.54l-.86 2.646l4.737 1.54zm1.198-2.22h1.859l.462-.636v-4.98H10.61v4.98z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.591 19.649h.771v-3.786h-.77zm-6.874-5.03l-.238-.733l3.6-1.17l.238.735l-3.6 1.17m4.645-5.762L7.138 5.796l.624-.453l2.224 3.062zm5.315.028l-.624-.454l2.225-3.062l.624.453zm4.592 5.78l-3.6-1.17l.238-.734l3.6 1.17zM12 .001C5.383.001 0 5.384 0 11.998C0 18.617 5.383 24 12 24s12-5.382 12-12c0-6.617-5.383-12-12-12zm0 2.43c5.284 0 9.569 4.283 9.569 9.567c0 5.287-4.285 9.573-9.569 9.573c-5.286 0-9.57-4.286-9.57-9.573c0-5.284 4.285-9.567 9.57-9.567m1.552 7.96l.575 1.768l.747.242l4.736-1.538l-.86-2.645l-4.736 1.539zm.337 2.5l-1.504 1.093v.785l2.927 4.03l2.25-1.636l-2.927-4.029zm-2.275 1.093l-1.504-1.093l-.747.243l-2.927 4.029l2.25 1.635l2.928-4.029zM9.873 12.16l.574-1.767l-.462-.635l-4.736-1.54l-.86 2.646l4.737 1.54zm1.198-2.22h1.859l.462-.636v-4.98H10.61v4.98z"/></svg>
</template>

CSS

.icon-jasmine {
  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%22M11.591%2019.649h.771v-3.786h-.77zm-6.874-5.03l-.238-.733l3.6-1.17l.238.735l-3.6%201.17m4.645-5.762L7.138%205.796l.624-.453l2.224%203.062zm5.315.028l-.624-.454l2.225-3.062l.624.453zm4.592%205.78l-3.6-1.17l.238-.734l3.6%201.17zM12%20.001C5.383.001%200%205.384%200%2011.998C0%2018.617%205.383%2024%2012%2024s12-5.382%2012-12c0-6.617-5.383-12-12-12zm0%202.43c5.284%200%209.569%204.283%209.569%209.567c0%205.287-4.285%209.573-9.569%209.573c-5.286%200-9.57-4.286-9.57-9.573c0-5.284%204.285-9.567%209.57-9.567m1.552%207.96l.575%201.768l.747.242l4.736-1.538l-.86-2.645l-4.736%201.539zm.337%202.5l-1.504%201.093v.785l2.927%204.03l2.25-1.636l-2.927-4.029zm-2.275%201.093l-1.504-1.093l-.747.243l-2.927%204.029l2.25%201.635l2.928-4.029zM9.873%2012.16l.574-1.767l-.462-.635l-4.736-1.54l-.86%202.646l4.737%201.54zm1.198-2.22h1.859l.462-.636v-4.98H10.61v4.98z%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%22M11.591%2019.649h.771v-3.786h-.77zm-6.874-5.03l-.238-.733l3.6-1.17l.238.735l-3.6%201.17m4.645-5.762L7.138%205.796l.624-.453l2.224%203.062zm5.315.028l-.624-.454l2.225-3.062l.624.453zm4.592%205.78l-3.6-1.17l.238-.734l3.6%201.17zM12%20.001C5.383.001%200%205.384%200%2011.998C0%2018.617%205.383%2024%2012%2024s12-5.382%2012-12c0-6.617-5.383-12-12-12zm0%202.43c5.284%200%209.569%204.283%209.569%209.567c0%205.287-4.285%209.573-9.569%209.573c-5.286%200-9.57-4.286-9.57-9.573c0-5.284%204.285-9.567%209.57-9.567m1.552%207.96l.575%201.768l.747.242l4.736-1.538l-.86-2.645l-4.736%201.539zm.337%202.5l-1.504%201.093v.785l2.927%204.03l2.25-1.636l-2.927-4.029zm-2.275%201.093l-1.504-1.093l-.747.243l-2.927%204.029l2.25%201.635l2.928-4.029zM9.873%2012.16l.574-1.767l-.462-.635l-4.736-1.54l-.86%202.646l4.737%201.54zm1.198-2.22h1.859l.462-.636v-4.98H10.61v4.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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