pulse icon
pulse from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- pulse
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the pulse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.76 2.5a.5.5 0 0 1 .472.367l2.289 8.323l1.75-5.834a.501.501 0 0 1 .94-.049l1.122 2.692H14a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.462-.308l-.712-1.708l-1.848 6.159a.499.499 0 0 1-.961-.011L5.714 4.757L4.475 8.65a.5.5 0 0 1-.476.348h-2a.5.5 0 0 1 0-1h1.634l1.639-5.152a.5.5 0 0 1 .486-.348z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconPulse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.76 2.5a.5.5 0 0 1 .472.367l2.289 8.323l1.75-5.834a.501.501 0 0 1 .94-.049l1.122 2.692H14a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.462-.308l-.712-1.708l-1.848 6.159a.499.499 0 0 1-.961-.011L5.714 4.757L4.475 8.65a.5.5 0 0 1-.476.348h-2a.5.5 0 0 1 0-1h1.634l1.639-5.152a.5.5 0 0 1 .486-.348z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.76 2.5a.5.5 0 0 1 .472.367l2.289 8.323l1.75-5.834a.501.501 0 0 1 .94-.049l1.122 2.692H14a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.462-.308l-.712-1.708l-1.848 6.159a.499.499 0 0 1-.961-.011L5.714 4.757L4.475 8.65a.5.5 0 0 1-.476.348h-2a.5.5 0 0 1 0-1h1.634l1.639-5.152a.5.5 0 0 1 .486-.348z"/></svg> </template>
CSS
.icon-pulse {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.76%202.5a.5.5%200%200%201%20.472.367l2.289%208.323l1.75-5.834a.501.501%200%200%201%20.94-.049l1.122%202.692H14a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.462-.308l-.712-1.708l-1.848%206.159a.499.499%200%200%201-.961-.011L5.714%204.757L4.475%208.65a.5.5%200%200%201-.476.348h-2a.5.5%200%200%201%200-1h1.634l1.639-5.152a.5.5%200%200%201%20.486-.348z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.76%202.5a.5.5%200%200%201%20.472.367l2.289%208.323l1.75-5.834a.501.501%200%200%201%20.94-.049l1.122%202.692H14a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.462-.308l-.712-1.708l-1.848%206.159a.499.499%200%200%201-.961-.011L5.714%204.757L4.475%208.65a.5.5%200%200%201-.476.348h-2a.5.5%200%200%201%200-1h1.634l1.639-5.152a.5.5%200%200%201%20.486-.348z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/pulse.svg?color=%231a73e8&size=48