pulse2 icon
pulse2-duotone from Reicon by REICON · Duotone · Medicine · MIT Free for personal and commercial use.
- Name
- pulse2-duotone
- Set
- Reicon
- Style
- Duotone
- 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.199a.25.25 0 0 0 .384-.026l3.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" opacity=".5"/><path d="M2.008 14.25c.036 3.255.246 5.075 1.457 6.285C4.929 22 7.286 22 12 22s7.071 0 8.536-1.465c1.21-1.21 1.42-3.03 1.456-6.285h-2.916c-.738 0-.878-.016-.99-.067c-.114-.052-.218-.146-.704-.702L15.58 11.42c-.168-.191-.342-.39-.509-.534c-.191-.164-.482-.352-.876-.333c-.395.018-.667.231-.842.412a5.5 5.5 0 0 0-.457.578L9.24 16.587a.25.25 0 0 1-.384.025l-1.141-1.198l-.075-.079c-.362-.381-.683-.72-1.112-.903c-.428-.184-.895-.183-1.421-.182h-3.1"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPulse2Duotone(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.199a.25.25 0 0 0 .384-.026l3.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" opacity=".5"/><path d="M2.008 14.25c.036 3.255.246 5.075 1.457 6.285C4.929 22 7.286 22 12 22s7.071 0 8.536-1.465c1.21-1.21 1.42-3.03 1.456-6.285h-2.916c-.738 0-.878-.016-.99-.067c-.114-.052-.218-.146-.704-.702L15.58 11.42c-.168-.191-.342-.39-.509-.534c-.191-.164-.482-.352-.876-.333c-.395.018-.667.231-.842.412a5.5 5.5 0 0 0-.457.578L9.24 16.587a.25.25 0 0 1-.384.025l-1.141-1.198l-.075-.079c-.362-.381-.683-.72-1.112-.903c-.428-.184-.895-.183-1.421-.182h-3.1"/></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.199a.25.25 0 0 0 .384-.026l3.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" opacity=".5"/><path d="M2.008 14.25c.036 3.255.246 5.075 1.457 6.285C4.929 22 7.286 22 12 22s7.071 0 8.536-1.465c1.21-1.21 1.42-3.03 1.456-6.285h-2.916c-.738 0-.878-.016-.99-.067c-.114-.052-.218-.146-.704-.702L15.58 11.42c-.168-.191-.342-.39-.509-.534c-.191-.164-.482-.352-.876-.333c-.395.018-.667.231-.842.412a5.5 5.5 0 0 0-.457.578L9.24 16.587a.25.25 0 0 1-.384.025l-1.141-1.198l-.075-.079c-.362-.381-.683-.72-1.112-.903c-.428-.184-.895-.183-1.421-.182h-3.1"/></g></svg> </template>
CSS
.icon-pulse2-duotone {
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.199a.25.25%200%200%200%20.384-.026l3.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%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.008%2014.25c.036%203.255.246%205.075%201.457%206.285C4.929%2022%207.286%2022%2012%2022s7.071%200%208.536-1.465c1.21-1.21%201.42-3.03%201.456-6.285h-2.916c-.738%200-.878-.016-.99-.067c-.114-.052-.218-.146-.704-.702L15.58%2011.42c-.168-.191-.342-.39-.509-.534c-.191-.164-.482-.352-.876-.333c-.395.018-.667.231-.842.412a5.5%205.5%200%200%200-.457.578L9.24%2016.587a.25.25%200%200%201-.384.025l-1.141-1.198l-.075-.079c-.362-.381-.683-.72-1.112-.903c-.428-.184-.895-.183-1.421-.182h-3.1%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.199a.25.25%200%200%200%20.384-.026l3.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%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.008%2014.25c.036%203.255.246%205.075%201.457%206.285C4.929%2022%207.286%2022%2012%2022s7.071%200%208.536-1.465c1.21-1.21%201.42-3.03%201.456-6.285h-2.916c-.738%200-.878-.016-.99-.067c-.114-.052-.218-.146-.704-.702L15.58%2011.42c-.168-.191-.342-.39-.509-.534c-.191-.164-.482-.352-.876-.333c-.395.018-.667.231-.842.412a5.5%205.5%200%200%200-.457.578L9.24%2016.587a.25.25%200%200%201-.384.025l-1.141-1.198l-.075-.079c-.362-.381-.683-.72-1.112-.903c-.428-.184-.895-.183-1.421-.182h-3.1%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-duotone.svg?color=%231a73e8&size=48