ios pulse icon

ios-pulse from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-pulse
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.6 272.1c-22.4-1.2-41.6 13.2-48.2 32.9h-38.9l-28.4-85.4c-2.2-6.6-8.3-11-15.2-11h-.3c-7 .1-13.1 4.8-15 11.6l-44.5 155.3-52.3-314.1c-1.2-7.5-7.6-13.1-15.2-13.4-7.6-.3-14.3 4.8-16.2 12.1l-53 244.9H48c-8.8 0-16 7.2-16 16s7.2 16 16 16h72c7.3 0 13.8-5 15.5-12.1l37.4-182.2 51.3 307.9c1.2 7.4 7.4 12.9 14.9 13.3h.9c7.1 0 13.4-4.7 15.4-11.6l49.7-173.6 15.7 47.3c2.2 6.5 8.3 11 15.2 11h51.1c6.9 18 24.4 31 44.9 31 27 0 48.8-22.3 48-49.5-.8-24.8-20.7-45.1-45.4-46.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPulse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.6 272.1c-22.4-1.2-41.6 13.2-48.2 32.9h-38.9l-28.4-85.4c-2.2-6.6-8.3-11-15.2-11h-.3c-7 .1-13.1 4.8-15 11.6l-44.5 155.3-52.3-314.1c-1.2-7.5-7.6-13.1-15.2-13.4-7.6-.3-14.3 4.8-16.2 12.1l-53 244.9H48c-8.8 0-16 7.2-16 16s7.2 16 16 16h72c7.3 0 13.8-5 15.5-12.1l37.4-182.2 51.3 307.9c1.2 7.4 7.4 12.9 14.9 13.3h.9c7.1 0 13.4-4.7 15.4-11.6l49.7-173.6 15.7 47.3c2.2 6.5 8.3 11 15.2 11h51.1c6.9 18 24.4 31 44.9 31 27 0 48.8-22.3 48-49.5-.8-24.8-20.7-45.1-45.4-46.4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.6 272.1c-22.4-1.2-41.6 13.2-48.2 32.9h-38.9l-28.4-85.4c-2.2-6.6-8.3-11-15.2-11h-.3c-7 .1-13.1 4.8-15 11.6l-44.5 155.3-52.3-314.1c-1.2-7.5-7.6-13.1-15.2-13.4-7.6-.3-14.3 4.8-16.2 12.1l-53 244.9H48c-8.8 0-16 7.2-16 16s7.2 16 16 16h72c7.3 0 13.8-5 15.5-12.1l37.4-182.2 51.3 307.9c1.2 7.4 7.4 12.9 14.9 13.3h.9c7.1 0 13.4-4.7 15.4-11.6l49.7-173.6 15.7 47.3c2.2 6.5 8.3 11 15.2 11h51.1c6.9 18 24.4 31 44.9 31 27 0 48.8-22.3 48-49.5-.8-24.8-20.7-45.1-45.4-46.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M434.6%20272.1c-22.4-1.2-41.6%2013.2-48.2%2032.9h-38.9l-28.4-85.4c-2.2-6.6-8.3-11-15.2-11h-.3c-7%20.1-13.1%204.8-15%2011.6l-44.5%20155.3-52.3-314.1c-1.2-7.5-7.6-13.1-15.2-13.4-7.6-.3-14.3%204.8-16.2%2012.1l-53%20244.9H48c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h72c7.3%200%2013.8-5%2015.5-12.1l37.4-182.2%2051.3%20307.9c1.2%207.4%207.4%2012.9%2014.9%2013.3h.9c7.1%200%2013.4-4.7%2015.4-11.6l49.7-173.6%2015.7%2047.3c2.2%206.5%208.3%2011%2015.2%2011h51.1c6.9%2018%2024.4%2031%2044.9%2031%2027%200%2048.8-22.3%2048-49.5-.8-24.8-20.7-45.1-45.4-46.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M434.6%20272.1c-22.4-1.2-41.6%2013.2-48.2%2032.9h-38.9l-28.4-85.4c-2.2-6.6-8.3-11-15.2-11h-.3c-7%20.1-13.1%204.8-15%2011.6l-44.5%20155.3-52.3-314.1c-1.2-7.5-7.6-13.1-15.2-13.4-7.6-.3-14.3%204.8-16.2%2012.1l-53%20244.9H48c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h72c7.3%200%2013.8-5%2015.5-12.1l37.4-182.2%2051.3%20307.9c1.2%207.4%207.4%2012.9%2014.9%2013.3h.9c7.1%200%2013.4-4.7%2015.4-11.6l49.7-173.6%2015.7%2047.3c2.2%206.5%208.3%2011%2015.2%2011h51.1c6.9%2018%2024.4%2031%2044.9%2031%2027%200%2048.8-22.3%2048-49.5-.8-24.8-20.7-45.1-45.4-46.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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