paragraph bullets point 01 icon

paragraph-bullets-point-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
paragraph-bullets-point-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the paragraph bullets point 01 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="M3.513 9.487C4.025 10 4.85 10 6.5 10s2.475 0 2.987-.513C10 8.975 10 8.15 10 6.5s0-2.475-.513-2.987C8.975 3 8.15 3 6.5 3s-2.475 0-2.987.513C3 4.025 3 4.85 3 6.5s0 2.475.513 2.987m0 11C4.025 21 4.85 21 6.5 21s2.475 0 2.987-.513C10 19.975 10 19.15 10 17.5s0-2.475-.513-2.987C8.975 14 8.15 14 6.5 14s-2.475 0-2.987.513C3 15.025 3 15.85 3 17.5s0 2.475.513 2.987M15 4h6m-6 11h6m-6-6h6m-6 11h6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsParagraphBulletsPoint01(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="M3.513 9.487C4.025 10 4.85 10 6.5 10s2.475 0 2.987-.513C10 8.975 10 8.15 10 6.5s0-2.475-.513-2.987C8.975 3 8.15 3 6.5 3s-2.475 0-2.987.513C3 4.025 3 4.85 3 6.5s0 2.475.513 2.987m0 11C4.025 21 4.85 21 6.5 21s2.475 0 2.987-.513C10 19.975 10 19.15 10 17.5s0-2.475-.513-2.987C8.975 14 8.15 14 6.5 14s-2.475 0-2.987.513C3 15.025 3 15.85 3 17.5s0 2.475.513 2.987M15 4h6m-6 11h6m-6-6h6m-6 11h6"/></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="M3.513 9.487C4.025 10 4.85 10 6.5 10s2.475 0 2.987-.513C10 8.975 10 8.15 10 6.5s0-2.475-.513-2.987C8.975 3 8.15 3 6.5 3s-2.475 0-2.987.513C3 4.025 3 4.85 3 6.5s0 2.475.513 2.987m0 11C4.025 21 4.85 21 6.5 21s2.475 0 2.987-.513C10 19.975 10 19.15 10 17.5s0-2.475-.513-2.987C8.975 14 8.15 14 6.5 14s-2.475 0-2.987.513C3 15.025 3 15.85 3 17.5s0 2.475.513 2.987M15 4h6m-6 11h6m-6-6h6m-6 11h6"/></svg>
</template>

CSS

.icon-paragraph-bullets-point-01 {
  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%22M3.513%209.487C4.025%2010%204.85%2010%206.5%2010s2.475%200%202.987-.513C10%208.975%2010%208.15%2010%206.5s0-2.475-.513-2.987C8.975%203%208.15%203%206.5%203s-2.475%200-2.987.513C3%204.025%203%204.85%203%206.5s0%202.475.513%202.987m0%2011C4.025%2021%204.85%2021%206.5%2021s2.475%200%202.987-.513C10%2019.975%2010%2019.15%2010%2017.5s0-2.475-.513-2.987C8.975%2014%208.15%2014%206.5%2014s-2.475%200-2.987.513C3%2015.025%203%2015.85%203%2017.5s0%202.475.513%202.987M15%204h6m-6%2011h6m-6-6h6m-6%2011h6%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%22M3.513%209.487C4.025%2010%204.85%2010%206.5%2010s2.475%200%202.987-.513C10%208.975%2010%208.15%2010%206.5s0-2.475-.513-2.987C8.975%203%208.15%203%206.5%203s-2.475%200-2.987.513C3%204.025%203%204.85%203%206.5s0%202.475.513%202.987m0%2011C4.025%2021%204.85%2021%206.5%2021s2.475%200%202.987-.513C10%2019.975%2010%2019.15%2010%2017.5s0-2.475-.513-2.987C8.975%2014%208.15%2014%206.5%2014s-2.475%200-2.987.513C3%2015.025%203%2015.85%203%2017.5s0%202.475.513%202.987M15%204h6m-6%2011h6m-6-6h6m-6%2011h6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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