active campaign icon logo

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

Name
active-campaign-icon
Set
SVG Logos
Style
Color
Viewbox
256×391
License
CC0

Related icons in SVG Logos

Use the active campaign icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 391"><path fill="#004cff" d="m1.273 0l3.049 2.142c9.488 6.603 232.185 161.826 238.397 166.475c8.795 6.174 13.281 13.81 13.281 22.668v4.397c-.1 6.842-2.558 16.469-13.28 24.52l-.039.026c-5.166 3.692-57.747 40.12-113.415 78.701c-4.9 3.397-9.858 6.832-14.827 10.275l-3.314 2.297C61.96 345.572 12.62 379.777 5.947 384.498v6.136l-3.641-6.124c-.177-.315-.34-.58-.151-1.008H2.04v-32.03c0-10.924 1.21-16.178 13.37-24.28c5.179-3.33 49.529-33.955 94.578-65.128l5.3-3.668c41.513-28.73 82.338-57.033 92.364-63.974C186.484 179.718 27.796 69.554 16.923 61.59l-1.286-.932C7.598 54.836 1.273 50.25 1.273 38.128zM21.86 111.361c10.736 6.905 114.562 78.954 115.608 79.697l2.356 1.626l-2.394 1.6s-7.018 4.675-14.805 10.118c-6.666 4.889-12.903 7.333-19.102 7.333c-5.506 0-10.962-1.915-16.708-5.733c-6.12-4.086-23.363-15.98-40.816-28.064l-2.38-1.648A27213 27213 0 0 1 .832 146.592l-.832-.58v-24.47c0-5.62 2.42-10.067 6.666-12.222c4.548-2.318 10.231-1.562 15.195 2.041"/></svg>

React

import type { SVGProps } from "react";

export function LogosActiveCampaignIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 391"><path fill="#004cff" d="m1.273 0l3.049 2.142c9.488 6.603 232.185 161.826 238.397 166.475c8.795 6.174 13.281 13.81 13.281 22.668v4.397c-.1 6.842-2.558 16.469-13.28 24.52l-.039.026c-5.166 3.692-57.747 40.12-113.415 78.701c-4.9 3.397-9.858 6.832-14.827 10.275l-3.314 2.297C61.96 345.572 12.62 379.777 5.947 384.498v6.136l-3.641-6.124c-.177-.315-.34-.58-.151-1.008H2.04v-32.03c0-10.924 1.21-16.178 13.37-24.28c5.179-3.33 49.529-33.955 94.578-65.128l5.3-3.668c41.513-28.73 82.338-57.033 92.364-63.974C186.484 179.718 27.796 69.554 16.923 61.59l-1.286-.932C7.598 54.836 1.273 50.25 1.273 38.128zM21.86 111.361c10.736 6.905 114.562 78.954 115.608 79.697l2.356 1.626l-2.394 1.6s-7.018 4.675-14.805 10.118c-6.666 4.889-12.903 7.333-19.102 7.333c-5.506 0-10.962-1.915-16.708-5.733c-6.12-4.086-23.363-15.98-40.816-28.064l-2.38-1.648A27213 27213 0 0 1 .832 146.592l-.832-.58v-24.47c0-5.62 2.42-10.067 6.666-12.222c4.548-2.318 10.231-1.562 15.195 2.041"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 391"><path fill="#004cff" d="m1.273 0l3.049 2.142c9.488 6.603 232.185 161.826 238.397 166.475c8.795 6.174 13.281 13.81 13.281 22.668v4.397c-.1 6.842-2.558 16.469-13.28 24.52l-.039.026c-5.166 3.692-57.747 40.12-113.415 78.701c-4.9 3.397-9.858 6.832-14.827 10.275l-3.314 2.297C61.96 345.572 12.62 379.777 5.947 384.498v6.136l-3.641-6.124c-.177-.315-.34-.58-.151-1.008H2.04v-32.03c0-10.924 1.21-16.178 13.37-24.28c5.179-3.33 49.529-33.955 94.578-65.128l5.3-3.668c41.513-28.73 82.338-57.033 92.364-63.974C186.484 179.718 27.796 69.554 16.923 61.59l-1.286-.932C7.598 54.836 1.273 50.25 1.273 38.128zM21.86 111.361c10.736 6.905 114.562 78.954 115.608 79.697l2.356 1.626l-2.394 1.6s-7.018 4.675-14.805 10.118c-6.666 4.889-12.903 7.333-19.102 7.333c-5.506 0-10.962-1.915-16.708-5.733c-6.12-4.086-23.363-15.98-40.816-28.064l-2.38-1.648A27213 27213 0 0 1 .832 146.592l-.832-.58v-24.47c0-5.62 2.42-10.067 6.666-12.222c4.548-2.318 10.231-1.562 15.195 2.041"/></svg>
</template>

CSS

.icon-active-campaign-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%20391%22%3E%3Cpath%20fill%3D%22%23004cff%22%20d%3D%22m1.273%200l3.049%202.142c9.488%206.603%20232.185%20161.826%20238.397%20166.475c8.795%206.174%2013.281%2013.81%2013.281%2022.668v4.397c-.1%206.842-2.558%2016.469-13.28%2024.52l-.039.026c-5.166%203.692-57.747%2040.12-113.415%2078.701c-4.9%203.397-9.858%206.832-14.827%2010.275l-3.314%202.297C61.96%20345.572%2012.62%20379.777%205.947%20384.498v6.136l-3.641-6.124c-.177-.315-.34-.58-.151-1.008H2.04v-32.03c0-10.924%201.21-16.178%2013.37-24.28c5.179-3.33%2049.529-33.955%2094.578-65.128l5.3-3.668c41.513-28.73%2082.338-57.033%2092.364-63.974C186.484%20179.718%2027.796%2069.554%2016.923%2061.59l-1.286-.932C7.598%2054.836%201.273%2050.25%201.273%2038.128zM21.86%20111.361c10.736%206.905%20114.562%2078.954%20115.608%2079.697l2.356%201.626l-2.394%201.6s-7.018%204.675-14.805%2010.118c-6.666%204.889-12.903%207.333-19.102%207.333c-5.506%200-10.962-1.915-16.708-5.733c-6.12-4.086-23.363-15.98-40.816-28.064l-2.38-1.648A27213%2027213%200%200%201%20.832%20146.592l-.832-.58v-24.47c0-5.62%202.42-10.067%206.666-12.222c4.548-2.318%2010.231-1.562%2015.195%202.041%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%20391%22%3E%3Cpath%20fill%3D%22%23004cff%22%20d%3D%22m1.273%200l3.049%202.142c9.488%206.603%20232.185%20161.826%20238.397%20166.475c8.795%206.174%2013.281%2013.81%2013.281%2022.668v4.397c-.1%206.842-2.558%2016.469-13.28%2024.52l-.039.026c-5.166%203.692-57.747%2040.12-113.415%2078.701c-4.9%203.397-9.858%206.832-14.827%2010.275l-3.314%202.297C61.96%20345.572%2012.62%20379.777%205.947%20384.498v6.136l-3.641-6.124c-.177-.315-.34-.58-.151-1.008H2.04v-32.03c0-10.924%201.21-16.178%2013.37-24.28c5.179-3.33%2049.529-33.955%2094.578-65.128l5.3-3.668c41.513-28.73%2082.338-57.033%2092.364-63.974C186.484%20179.718%2027.796%2069.554%2016.923%2061.59l-1.286-.932C7.598%2054.836%201.273%2050.25%201.273%2038.128zM21.86%20111.361c10.736%206.905%20114.562%2078.954%20115.608%2079.697l2.356%201.626l-2.394%201.6s-7.018%204.675-14.805%2010.118c-6.666%204.889-12.903%207.333-19.102%207.333c-5.506%200-10.962-1.915-16.708-5.733c-6.12-4.086-23.363-15.98-40.816-28.064l-2.38-1.648A27213%2027213%200%200%201%20.832%20146.592l-.832-.58v-24.47c0-5.62%202.42-10.067%206.666-12.222c4.548-2.318%2010.231-1.562%2015.195%202.041%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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