bullet from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bullet
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the bullet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.666 9.167C19.437 7.396 20.5 3.5 20.5 3.5s-3.896 1.063-5.667 2.833m2.833 2.834l-2.833-2.834m2.833 2.834l-1.416 2.125m-1.417-4.959L12.708 7.75m3.542 3.542L12.708 7.75m3.542 3.542l-6.375 6.375a1.503 1.503 0 0 1-2.125 0m4.958-9.917l-6.375 6.375a1.503 1.503 0 0 0 0 2.125m1.417 1.417L6.333 16.25m1.417 1.417a1.503 1.503 0 0 1 0 2.125l-.709.708L3.5 16.958l.708-.708a1.503 1.503 0 0 1 2.125 0"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBullet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.666 9.167C19.437 7.396 20.5 3.5 20.5 3.5s-3.896 1.063-5.667 2.833m2.833 2.834l-2.833-2.834m2.833 2.834l-1.416 2.125m-1.417-4.959L12.708 7.75m3.542 3.542L12.708 7.75m3.542 3.542l-6.375 6.375a1.503 1.503 0 0 1-2.125 0m4.958-9.917l-6.375 6.375a1.503 1.503 0 0 0 0 2.125m1.417 1.417L6.333 16.25m1.417 1.417a1.503 1.503 0 0 1 0 2.125l-.709.708L3.5 16.958l.708-.708a1.503 1.503 0 0 1 2.125 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.666 9.167C19.437 7.396 20.5 3.5 20.5 3.5s-3.896 1.063-5.667 2.833m2.833 2.834l-2.833-2.834m2.833 2.834l-1.416 2.125m-1.417-4.959L12.708 7.75m3.542 3.542L12.708 7.75m3.542 3.542l-6.375 6.375a1.503 1.503 0 0 1-2.125 0m4.958-9.917l-6.375 6.375a1.503 1.503 0 0 0 0 2.125m1.417 1.417L6.333 16.25m1.417 1.417a1.503 1.503 0 0 1 0 2.125l-.709.708L3.5 16.958l.708-.708a1.503 1.503 0 0 1 2.125 0"/></svg>
</template>

CSS

.icon-bullet {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.666%209.167C19.437%207.396%2020.5%203.5%2020.5%203.5s-3.896%201.063-5.667%202.833m2.833%202.834l-2.833-2.834m2.833%202.834l-1.416%202.125m-1.417-4.959L12.708%207.75m3.542%203.542L12.708%207.75m3.542%203.542l-6.375%206.375a1.503%201.503%200%200%201-2.125%200m4.958-9.917l-6.375%206.375a1.503%201.503%200%200%200%200%202.125m1.417%201.417L6.333%2016.25m1.417%201.417a1.503%201.503%200%200%201%200%202.125l-.709.708L3.5%2016.958l.708-.708a1.503%201.503%200%200%201%202.125%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.666%209.167C19.437%207.396%2020.5%203.5%2020.5%203.5s-3.896%201.063-5.667%202.833m2.833%202.834l-2.833-2.834m2.833%202.834l-1.416%202.125m-1.417-4.959L12.708%207.75m3.542%203.542L12.708%207.75m3.542%203.542l-6.375%206.375a1.503%201.503%200%200%201-2.125%200m4.958-9.917l-6.375%206.375a1.503%201.503%200%200%200%200%202.125m1.417%201.417L6.333%2016.25m1.417%201.417a1.503%201.503%200%200%201%200%202.125l-.709.708L3.5%2016.958l.708-.708a1.503%201.503%200%200%201%202.125%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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