pulse2 icon
pulse2-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.
- Name
- pulse2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More medicine icons from Reicon
Use the pulse2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.464 3.464C2 4.93 2 7.286 2 12c0 .819 0 1.566.008 2.25h3.1c.526 0 .993-.002 1.421.182s.75.522 1.112.904l.075.078l1.141 1.199l.207.215l.177-.241l3.653-5.043c.15-.206.304-.42.458-.579c.175-.18.447-.394.842-.412s.685.17.876.333c.167.144.341.343.508.534l1.804 2.062c.486.555.59.65.703.701s.253.067.99.067h2.917A199 199 0 0 0 22 12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464"/><path d="M21.956 15.75h-2.994c-.556.001-1.05.002-1.497-.201s-.771-.575-1.137-.994l-.075-.086l-1.777-2.03l-.206-.234q-.078.103-.184.251l-3.654 5.042a5 5 0 0 1-.442.56c-.17.177-.434.384-.816.41s-.67-.145-.863-.298a5 5 0 0 1-.513-.495l-1.169-1.227c-.48-.505-.582-.59-.69-.637c-.11-.047-.242-.061-.939-.061H2.044c.097 2.34.41 3.775 1.42 4.785C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465c1.01-1.01 1.324-2.445 1.421-4.785"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPulse2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.464 3.464C2 4.93 2 7.286 2 12c0 .819 0 1.566.008 2.25h3.1c.526 0 .993-.002 1.421.182s.75.522 1.112.904l.075.078l1.141 1.199l.207.215l.177-.241l3.653-5.043c.15-.206.304-.42.458-.579c.175-.18.447-.394.842-.412s.685.17.876.333c.167.144.341.343.508.534l1.804 2.062c.486.555.59.65.703.701s.253.067.99.067h2.917A199 199 0 0 0 22 12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464"/><path d="M21.956 15.75h-2.994c-.556.001-1.05.002-1.497-.201s-.771-.575-1.137-.994l-.075-.086l-1.777-2.03l-.206-.234q-.078.103-.184.251l-3.654 5.042a5 5 0 0 1-.442.56c-.17.177-.434.384-.816.41s-.67-.145-.863-.298a5 5 0 0 1-.513-.495l-1.169-1.227c-.48-.505-.582-.59-.69-.637c-.11-.047-.242-.061-.939-.061H2.044c.097 2.34.41 3.775 1.42 4.785C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465c1.01-1.01 1.324-2.445 1.421-4.785"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.464 3.464C2 4.93 2 7.286 2 12c0 .819 0 1.566.008 2.25h3.1c.526 0 .993-.002 1.421.182s.75.522 1.112.904l.075.078l1.141 1.199l.207.215l.177-.241l3.653-5.043c.15-.206.304-.42.458-.579c.175-.18.447-.394.842-.412s.685.17.876.333c.167.144.341.343.508.534l1.804 2.062c.486.555.59.65.703.701s.253.067.99.067h2.917A199 199 0 0 0 22 12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464"/><path d="M21.956 15.75h-2.994c-.556.001-1.05.002-1.497-.201s-.771-.575-1.137-.994l-.075-.086l-1.777-2.03l-.206-.234q-.078.103-.184.251l-3.654 5.042a5 5 0 0 1-.442.56c-.17.177-.434.384-.816.41s-.67-.145-.863-.298a5 5 0 0 1-.513-.495l-1.169-1.227c-.48-.505-.582-.59-.69-.637c-.11-.047-.242-.061-.939-.061H2.044c.097 2.34.41 3.775 1.42 4.785C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465c1.01-1.01 1.324-2.445 1.421-4.785"/></g></svg> </template>
CSS
.icon-pulse2-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012c0%20.819%200%201.566.008%202.25h3.1c.526%200%20.993-.002%201.421.182s.75.522%201.112.904l.075.078l1.141%201.199l.207.215l.177-.241l3.653-5.043c.15-.206.304-.42.458-.579c.175-.18.447-.394.842-.412s.685.17.876.333c.167.144.341.343.508.534l1.804%202.062c.486.555.59.65.703.701s.253.067.99.067h2.917A199%20199%200%200%200%2022%2012c0-4.714%200-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464%22%2F%3E%3Cpath%20d%3D%22M21.956%2015.75h-2.994c-.556.001-1.05.002-1.497-.201s-.771-.575-1.137-.994l-.075-.086l-1.777-2.03l-.206-.234q-.078.103-.184.251l-3.654%205.042a5%205%200%200%201-.442.56c-.17.177-.434.384-.816.41s-.67-.145-.863-.298a5%205%200%200%201-.513-.495l-1.169-1.227c-.48-.505-.582-.59-.69-.637c-.11-.047-.242-.061-.939-.061H2.044c.097%202.34.41%203.775%201.42%204.785C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465c1.01-1.01%201.324-2.445%201.421-4.785%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012c0%20.819%200%201.566.008%202.25h3.1c.526%200%20.993-.002%201.421.182s.75.522%201.112.904l.075.078l1.141%201.199l.207.215l.177-.241l3.653-5.043c.15-.206.304-.42.458-.579c.175-.18.447-.394.842-.412s.685.17.876.333c.167.144.341.343.508.534l1.804%202.062c.486.555.59.65.703.701s.253.067.99.067h2.917A199%20199%200%200%200%2022%2012c0-4.714%200-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464%22%2F%3E%3Cpath%20d%3D%22M21.956%2015.75h-2.994c-.556.001-1.05.002-1.497-.201s-.771-.575-1.137-.994l-.075-.086l-1.777-2.03l-.206-.234q-.078.103-.184.251l-3.654%205.042a5%205%200%200%201-.442.56c-.17.177-.434.384-.816.41s-.67-.145-.863-.298a5%205%200%200%201-.513-.495l-1.169-1.227c-.48-.505-.582-.59-.69-.637c-.11-.047-.242-.061-.939-.061H2.044c.097%202.34.41%203.775%201.42%204.785C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465c1.01-1.01%201.324-2.445%201.421-4.785%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pulse2-filled.svg?color=%231a73e8&size=48