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

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

The same logo in other sets

Use the comma logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.727 24c0-.555-.044-1.02.02-1.469c.027-.191.25-.396.433-.511c.887-.563 1.85-1.013 2.677-1.659c2.676-2.092 4.262-4.846 4.349-8.424c.024-1.015-.35-1.27-1.202-.873c-2.463 1.142-5.112.472-6.525-1.65c-1.541-2.316-1.324-5.4.523-7.422C9.36-.59 13.242-.668 15.919 1.8c1.603 1.478 2.365 3.386 2.555 5.557c.637 7.271-3.01 13.265-9.649 15.898c-.657.26-1.33.475-2.098.746"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsComma(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="M6.727 24c0-.555-.044-1.02.02-1.469c.027-.191.25-.396.433-.511c.887-.563 1.85-1.013 2.677-1.659c2.676-2.092 4.262-4.846 4.349-8.424c.024-1.015-.35-1.27-1.202-.873c-2.463 1.142-5.112.472-6.525-1.65c-1.541-2.316-1.324-5.4.523-7.422C9.36-.59 13.242-.668 15.919 1.8c1.603 1.478 2.365 3.386 2.555 5.557c.637 7.271-3.01 13.265-9.649 15.898c-.657.26-1.33.475-2.098.746"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.727 24c0-.555-.044-1.02.02-1.469c.027-.191.25-.396.433-.511c.887-.563 1.85-1.013 2.677-1.659c2.676-2.092 4.262-4.846 4.349-8.424c.024-1.015-.35-1.27-1.202-.873c-2.463 1.142-5.112.472-6.525-1.65c-1.541-2.316-1.324-5.4.523-7.422C9.36-.59 13.242-.668 15.919 1.8c1.603 1.478 2.365 3.386 2.555 5.557c.637 7.271-3.01 13.265-9.649 15.898c-.657.26-1.33.475-2.098.746"/></svg>
</template>

CSS

.icon-comma {
  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%22M6.727%2024c0-.555-.044-1.02.02-1.469c.027-.191.25-.396.433-.511c.887-.563%201.85-1.013%202.677-1.659c2.676-2.092%204.262-4.846%204.349-8.424c.024-1.015-.35-1.27-1.202-.873c-2.463%201.142-5.112.472-6.525-1.65c-1.541-2.316-1.324-5.4.523-7.422C9.36-.59%2013.242-.668%2015.919%201.8c1.603%201.478%202.365%203.386%202.555%205.557c.637%207.271-3.01%2013.265-9.649%2015.898c-.657.26-1.33.475-2.098.746%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%22M6.727%2024c0-.555-.044-1.02.02-1.469c.027-.191.25-.396.433-.511c.887-.563%201.85-1.013%202.677-1.659c2.676-2.092%204.262-4.846%204.349-8.424c.024-1.015-.35-1.27-1.202-.873c-2.463%201.142-5.112.472-6.525-1.65c-1.541-2.316-1.324-5.4.523-7.422C9.36-.59%2013.242-.668%2015.919%201.8c1.603%201.478%202.365%203.386%202.555%205.557c.637%207.271-3.01%2013.265-9.649%2015.898c-.657.26-1.33.475-2.098.746%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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