braze icon logo

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

Name
braze-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the braze icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#212124" d="M115.665 146.618c2.095-20.014 14.662-36.305 29.324-36.305s22.575 16.29 20.48 36.305s-14.196 36.538-27.927 36.538s-24.902-12.567-21.877-36.538M128 237.382a109.15 109.15 0 0 1-84.247-39.564c18.152 5.818 38.4.698 54.225-14.894a52 52 0 0 0 4.655-5.353c7.214 15.593 21.178 23.505 35.142 23.505c23.738 0 43.752-24.436 46.08-54.69c2.327-30.255-14.662-54.226-37.237-54.226a44 44 0 0 0-23.273 6.284l6.982-40.728a11.4 11.4 0 0 0-2.094-9.309c-2.095-3.258-3.957-4.654-6.75-4.654h-32.58a3.956 3.956 0 0 0-3.724 3.49a93 93 0 0 0-1.862 11.637c-.232 2.56 1.63 3.49 3.724 3.49h23.738c-3.723 23.274-11.17 68.423-13.265 79.826a57.5 57.5 0 0 1-15.128 28.626c-13.032 13.033-37.003 16.058-51.2 1.862c-4.887-5.12-12.567-17.688-12.567-44.684C18.618 67.59 67.59 18.618 128 18.618S237.382 67.59 237.382 128S188.41 237.382 128 237.382M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128A128 128 0 0 0 128 0"/></svg>

React

import type { SVGProps } from "react";

export function LogosBrazeIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#212124" d="M115.665 146.618c2.095-20.014 14.662-36.305 29.324-36.305s22.575 16.29 20.48 36.305s-14.196 36.538-27.927 36.538s-24.902-12.567-21.877-36.538M128 237.382a109.15 109.15 0 0 1-84.247-39.564c18.152 5.818 38.4.698 54.225-14.894a52 52 0 0 0 4.655-5.353c7.214 15.593 21.178 23.505 35.142 23.505c23.738 0 43.752-24.436 46.08-54.69c2.327-30.255-14.662-54.226-37.237-54.226a44 44 0 0 0-23.273 6.284l6.982-40.728a11.4 11.4 0 0 0-2.094-9.309c-2.095-3.258-3.957-4.654-6.75-4.654h-32.58a3.956 3.956 0 0 0-3.724 3.49a93 93 0 0 0-1.862 11.637c-.232 2.56 1.63 3.49 3.724 3.49h23.738c-3.723 23.274-11.17 68.423-13.265 79.826a57.5 57.5 0 0 1-15.128 28.626c-13.032 13.033-37.003 16.058-51.2 1.862c-4.887-5.12-12.567-17.688-12.567-44.684C18.618 67.59 67.59 18.618 128 18.618S237.382 67.59 237.382 128S188.41 237.382 128 237.382M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128A128 128 0 0 0 128 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#212124" d="M115.665 146.618c2.095-20.014 14.662-36.305 29.324-36.305s22.575 16.29 20.48 36.305s-14.196 36.538-27.927 36.538s-24.902-12.567-21.877-36.538M128 237.382a109.15 109.15 0 0 1-84.247-39.564c18.152 5.818 38.4.698 54.225-14.894a52 52 0 0 0 4.655-5.353c7.214 15.593 21.178 23.505 35.142 23.505c23.738 0 43.752-24.436 46.08-54.69c2.327-30.255-14.662-54.226-37.237-54.226a44 44 0 0 0-23.273 6.284l6.982-40.728a11.4 11.4 0 0 0-2.094-9.309c-2.095-3.258-3.957-4.654-6.75-4.654h-32.58a3.956 3.956 0 0 0-3.724 3.49a93 93 0 0 0-1.862 11.637c-.232 2.56 1.63 3.49 3.724 3.49h23.738c-3.723 23.274-11.17 68.423-13.265 79.826a57.5 57.5 0 0 1-15.128 28.626c-13.032 13.033-37.003 16.058-51.2 1.862c-4.887-5.12-12.567-17.688-12.567-44.684C18.618 67.59 67.59 18.618 128 18.618S237.382 67.59 237.382 128S188.41 237.382 128 237.382M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128A128 128 0 0 0 128 0"/></svg>
</template>

CSS

.icon-braze-icon {
  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%20256%22%3E%3Cpath%20fill%3D%22%23212124%22%20d%3D%22M115.665%20146.618c2.095-20.014%2014.662-36.305%2029.324-36.305s22.575%2016.29%2020.48%2036.305s-14.196%2036.538-27.927%2036.538s-24.902-12.567-21.877-36.538M128%20237.382a109.15%20109.15%200%200%201-84.247-39.564c18.152%205.818%2038.4.698%2054.225-14.894a52%2052%200%200%200%204.655-5.353c7.214%2015.593%2021.178%2023.505%2035.142%2023.505c23.738%200%2043.752-24.436%2046.08-54.69c2.327-30.255-14.662-54.226-37.237-54.226a44%2044%200%200%200-23.273%206.284l6.982-40.728a11.4%2011.4%200%200%200-2.094-9.309c-2.095-3.258-3.957-4.654-6.75-4.654h-32.58a3.956%203.956%200%200%200-3.724%203.49a93%2093%200%200%200-1.862%2011.637c-.232%202.56%201.63%203.49%203.724%203.49h23.738c-3.723%2023.274-11.17%2068.423-13.265%2079.826a57.5%2057.5%200%200%201-15.128%2028.626c-13.032%2013.033-37.003%2016.058-51.2%201.862c-4.887-5.12-12.567-17.688-12.567-44.684C18.618%2067.59%2067.59%2018.618%20128%2018.618S237.382%2067.59%20237.382%20128S188.41%20237.382%20128%20237.382M128%200C57.308%200%200%2057.308%200%20128s57.308%20128%20128%20128s128-57.308%20128-128A128%20128%200%200%200%20128%200%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%20256%22%3E%3Cpath%20fill%3D%22%23212124%22%20d%3D%22M115.665%20146.618c2.095-20.014%2014.662-36.305%2029.324-36.305s22.575%2016.29%2020.48%2036.305s-14.196%2036.538-27.927%2036.538s-24.902-12.567-21.877-36.538M128%20237.382a109.15%20109.15%200%200%201-84.247-39.564c18.152%205.818%2038.4.698%2054.225-14.894a52%2052%200%200%200%204.655-5.353c7.214%2015.593%2021.178%2023.505%2035.142%2023.505c23.738%200%2043.752-24.436%2046.08-54.69c2.327-30.255-14.662-54.226-37.237-54.226a44%2044%200%200%200-23.273%206.284l6.982-40.728a11.4%2011.4%200%200%200-2.094-9.309c-2.095-3.258-3.957-4.654-6.75-4.654h-32.58a3.956%203.956%200%200%200-3.724%203.49a93%2093%200%200%200-1.862%2011.637c-.232%202.56%201.63%203.49%203.724%203.49h23.738c-3.723%2023.274-11.17%2068.423-13.265%2079.826a57.5%2057.5%200%200%201-15.128%2028.626c-13.032%2013.033-37.003%2016.058-51.2%201.862c-4.887-5.12-12.567-17.688-12.567-44.684C18.618%2067.59%2067.59%2018.618%20128%2018.618S237.382%2067.59%20237.382%20128S188.41%20237.382%20128%20237.382M128%200C57.308%200%200%2057.308%200%20128s57.308%20128%20128%20128s128-57.308%20128-128A128%20128%200%200%200%20128%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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