dapulse from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
dapulse
Set
SVG Logos
Style
Color
Viewbox
256×253
License
CC0

Use the dapulse logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><path d="M256 128C256 57.225 198.615 0 128 0C57.385 0 0 57.225 0 128c0 23.113 6.057 44.792 16.737 63.442C24.07 173.43 34.75 152.07 41.763 146.81c0 0 16.26-14.665 32.997-9.245c0 0 72.528 25.983 91.975 49.574c0 0 10.201 14.825 5.898 29.808c-1.754 6.377-8.13 21.68-15.303 35.707C213.918 239.423 256 188.573 256 128zm-76.354 30.765a17.935 17.935 0 0 1-3.347 1.912c-4.145 1.435-8.927.16-11.955-3.506c-11.318-13.868-54.994-36.185-70.934-36.185c-6.058 0-10.84-4.782-10.999-10.84c0-6.056 4.782-10.838 10.84-10.998c24.069-.16 73.803 26.62 87.99 44.155c3.825 4.941 3.187 11.795-1.595 15.462zm30.765-12.753C180.921 109.67 108.075 77.63 71.412 77.788c-5.42 0-9.883-4.304-9.883-9.723c0-5.42 4.304-9.883 9.724-9.883c41.923-.16 120.19 33.474 154.301 75.397c3.348 4.145 2.71 10.361-1.434 13.709c-.957.797-1.913 1.275-3.03 1.753c-3.665 1.435-7.97.319-10.679-3.029z" fill="#010101"/></svg>

React

import type { SVGProps } from "react";

export function LogosDapulse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><path d="M256 128C256 57.225 198.615 0 128 0C57.385 0 0 57.225 0 128c0 23.113 6.057 44.792 16.737 63.442C24.07 173.43 34.75 152.07 41.763 146.81c0 0 16.26-14.665 32.997-9.245c0 0 72.528 25.983 91.975 49.574c0 0 10.201 14.825 5.898 29.808c-1.754 6.377-8.13 21.68-15.303 35.707C213.918 239.423 256 188.573 256 128zm-76.354 30.765a17.935 17.935 0 0 1-3.347 1.912c-4.145 1.435-8.927.16-11.955-3.506c-11.318-13.868-54.994-36.185-70.934-36.185c-6.058 0-10.84-4.782-10.999-10.84c0-6.056 4.782-10.838 10.84-10.998c24.069-.16 73.803 26.62 87.99 44.155c3.825 4.941 3.187 11.795-1.595 15.462zm30.765-12.753C180.921 109.67 108.075 77.63 71.412 77.788c-5.42 0-9.883-4.304-9.883-9.723c0-5.42 4.304-9.883 9.724-9.883c41.923-.16 120.19 33.474 154.301 75.397c3.348 4.145 2.71 10.361-1.434 13.709c-.957.797-1.913 1.275-3.03 1.753c-3.665 1.435-7.97.319-10.679-3.029z" fill="#010101"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><path d="M256 128C256 57.225 198.615 0 128 0C57.385 0 0 57.225 0 128c0 23.113 6.057 44.792 16.737 63.442C24.07 173.43 34.75 152.07 41.763 146.81c0 0 16.26-14.665 32.997-9.245c0 0 72.528 25.983 91.975 49.574c0 0 10.201 14.825 5.898 29.808c-1.754 6.377-8.13 21.68-15.303 35.707C213.918 239.423 256 188.573 256 128zm-76.354 30.765a17.935 17.935 0 0 1-3.347 1.912c-4.145 1.435-8.927.16-11.955-3.506c-11.318-13.868-54.994-36.185-70.934-36.185c-6.058 0-10.84-4.782-10.999-10.84c0-6.056 4.782-10.838 10.84-10.998c24.069-.16 73.803 26.62 87.99 44.155c3.825 4.941 3.187 11.795-1.595 15.462zm30.765-12.753C180.921 109.67 108.075 77.63 71.412 77.788c-5.42 0-9.883-4.304-9.883-9.723c0-5.42 4.304-9.883 9.724-9.883c41.923-.16 120.19 33.474 154.301 75.397c3.348 4.145 2.71 10.361-1.434 13.709c-.957.797-1.913 1.275-3.03 1.753c-3.665 1.435-7.97.319-10.679-3.029z" fill="#010101"/></svg>
</template>

CSS

.icon-dapulse {
  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%20256%20253%22%3E%3Cpath%20d%3D%22M256%20128C256%2057.225%20198.615%200%20128%200C57.385%200%200%2057.225%200%20128c0%2023.113%206.057%2044.792%2016.737%2063.442C24.07%20173.43%2034.75%20152.07%2041.763%20146.81c0%200%2016.26-14.665%2032.997-9.245c0%200%2072.528%2025.983%2091.975%2049.574c0%200%2010.201%2014.825%205.898%2029.808c-1.754%206.377-8.13%2021.68-15.303%2035.707C213.918%20239.423%20256%20188.573%20256%20128zm-76.354%2030.765a17.935%2017.935%200%200%201-3.347%201.912c-4.145%201.435-8.927.16-11.955-3.506c-11.318-13.868-54.994-36.185-70.934-36.185c-6.058%200-10.84-4.782-10.999-10.84c0-6.056%204.782-10.838%2010.84-10.998c24.069-.16%2073.803%2026.62%2087.99%2044.155c3.825%204.941%203.187%2011.795-1.595%2015.462zm30.765-12.753C180.921%20109.67%20108.075%2077.63%2071.412%2077.788c-5.42%200-9.883-4.304-9.883-9.723c0-5.42%204.304-9.883%209.724-9.883c41.923-.16%20120.19%2033.474%20154.301%2075.397c3.348%204.145%202.71%2010.361-1.434%2013.709c-.957.797-1.913%201.275-3.03%201.753c-3.665%201.435-7.97.319-10.679-3.029z%22%20fill%3D%22%23010101%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%20256%20253%22%3E%3Cpath%20d%3D%22M256%20128C256%2057.225%20198.615%200%20128%200C57.385%200%200%2057.225%200%20128c0%2023.113%206.057%2044.792%2016.737%2063.442C24.07%20173.43%2034.75%20152.07%2041.763%20146.81c0%200%2016.26-14.665%2032.997-9.245c0%200%2072.528%2025.983%2091.975%2049.574c0%200%2010.201%2014.825%205.898%2029.808c-1.754%206.377-8.13%2021.68-15.303%2035.707C213.918%20239.423%20256%20188.573%20256%20128zm-76.354%2030.765a17.935%2017.935%200%200%201-3.347%201.912c-4.145%201.435-8.927.16-11.955-3.506c-11.318-13.868-54.994-36.185-70.934-36.185c-6.058%200-10.84-4.782-10.999-10.84c0-6.056%204.782-10.838%2010.84-10.998c24.069-.16%2073.803%2026.62%2087.99%2044.155c3.825%204.941%203.187%2011.795-1.595%2015.462zm30.765-12.753C180.921%20109.67%20108.075%2077.63%2071.412%2077.788c-5.42%200-9.883-4.304-9.883-9.723c0-5.42%204.304-9.883%209.724-9.883c41.923-.16%20120.19%2033.474%20154.301%2075.397c3.348%204.145%202.71%2010.361-1.434%2013.709c-.957.797-1.913%201.275-3.03%201.753c-3.665%201.435-7.97.319-10.679-3.029z%22%20fill%3D%22%23010101%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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