point from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
point
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the point icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 13a2.94 2.94 0 0 0-1.469.4a3 3 0 0 0-2.529-1.4a2.94 2.94 0 0 0-1.47.4a3 3 0 0 0-3.529-1.22V6a3 3 0 1 0-5.998 0v11.1l-2.23-1.52A2.93 2.93 0 0 0 6.007 15a3 3 0 0 0-2.119 5.13l7.998 7.3A6.16 6.16 0 0 0 16.003 29h4.999A7 7 0 0 0 28 22v-6a3 3 0 0 0-3-3m1 9a5 5 0 0 1-4.998 5h-4.998a4.17 4.17 0 0 1-2.76-1l-7.947-7.3a1 1 0 0 1-.29-.7a1 1 0 0 1 1.6-.8l5.398 3.7V6a1 1 0 1 1 2 0v11h1.999v-3a1 1 0 1 1 1.999 0v3h2v-2a1 1 0 1 1 1.999 0v2h2v-1A1 1 0 1 1 26 16z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPoint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 13a2.94 2.94 0 0 0-1.469.4a3 3 0 0 0-2.529-1.4a2.94 2.94 0 0 0-1.47.4a3 3 0 0 0-3.529-1.22V6a3 3 0 1 0-5.998 0v11.1l-2.23-1.52A2.93 2.93 0 0 0 6.007 15a3 3 0 0 0-2.119 5.13l7.998 7.3A6.16 6.16 0 0 0 16.003 29h4.999A7 7 0 0 0 28 22v-6a3 3 0 0 0-3-3m1 9a5 5 0 0 1-4.998 5h-4.998a4.17 4.17 0 0 1-2.76-1l-7.947-7.3a1 1 0 0 1-.29-.7a1 1 0 0 1 1.6-.8l5.398 3.7V6a1 1 0 1 1 2 0v11h1.999v-3a1 1 0 1 1 1.999 0v3h2v-2a1 1 0 1 1 1.999 0v2h2v-1A1 1 0 1 1 26 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 13a2.94 2.94 0 0 0-1.469.4a3 3 0 0 0-2.529-1.4a2.94 2.94 0 0 0-1.47.4a3 3 0 0 0-3.529-1.22V6a3 3 0 1 0-5.998 0v11.1l-2.23-1.52A2.93 2.93 0 0 0 6.007 15a3 3 0 0 0-2.119 5.13l7.998 7.3A6.16 6.16 0 0 0 16.003 29h4.999A7 7 0 0 0 28 22v-6a3 3 0 0 0-3-3m1 9a5 5 0 0 1-4.998 5h-4.998a4.17 4.17 0 0 1-2.76-1l-7.947-7.3a1 1 0 0 1-.29-.7a1 1 0 0 1 1.6-.8l5.398 3.7V6a1 1 0 1 1 2 0v11h1.999v-3a1 1 0 1 1 1.999 0v3h2v-2a1 1 0 1 1 1.999 0v2h2v-1A1 1 0 1 1 26 16z"/></svg>
</template>

CSS

.icon-point {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2013a2.94%202.94%200%200%200-1.469.4a3%203%200%200%200-2.529-1.4a2.94%202.94%200%200%200-1.47.4a3%203%200%200%200-3.529-1.22V6a3%203%200%201%200-5.998%200v11.1l-2.23-1.52A2.93%202.93%200%200%200%206.007%2015a3%203%200%200%200-2.119%205.13l7.998%207.3A6.16%206.16%200%200%200%2016.003%2029h4.999A7%207%200%200%200%2028%2022v-6a3%203%200%200%200-3-3m1%209a5%205%200%200%201-4.998%205h-4.998a4.17%204.17%200%200%201-2.76-1l-7.947-7.3a1%201%200%200%201-.29-.7a1%201%200%200%201%201.6-.8l5.398%203.7V6a1%201%200%201%201%202%200v11h1.999v-3a1%201%200%201%201%201.999%200v3h2v-2a1%201%200%201%201%201.999%200v2h2v-1A1%201%200%201%201%2026%2016z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2013a2.94%202.94%200%200%200-1.469.4a3%203%200%200%200-2.529-1.4a2.94%202.94%200%200%200-1.47.4a3%203%200%200%200-3.529-1.22V6a3%203%200%201%200-5.998%200v11.1l-2.23-1.52A2.93%202.93%200%200%200%206.007%2015a3%203%200%200%200-2.119%205.13l7.998%207.3A6.16%206.16%200%200%200%2016.003%2029h4.999A7%207%200%200%200%2028%2022v-6a3%203%200%200%200-3-3m1%209a5%205%200%200%201-4.998%205h-4.998a4.17%204.17%200%200%201-2.76-1l-7.947-7.3a1%201%200%200%201-.29-.7a1%201%200%200%201%201.6-.8l5.398%203.7V6a1%201%200%201%201%202%200v11h1.999v-3a1%201%200%201%201%201.999%200v3h2v-2a1%201%200%201%201%201.999%200v2h2v-1A1%201%200%201%201%2026%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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