twotone campaign icon

twotone-campaign from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.

Name
twotone-campaign
Set
Google Material Icons
Style
Baseline
Category
Navigation
Viewbox
24×24
License
Apache 2.0

More navigation icons from Google Material Icons

Use the twotone campaign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 11v2h4v-2zm-2 6.61c.96.71 2.21 1.65 3.2 2.39c.4-.53.8-1.07 1.2-1.6c-.99-.74-2.24-1.68-3.2-2.4c-.4.54-.8 1.08-1.2 1.61M20.4 5.6c-.4-.53-.8-1.07-1.2-1.6c-.99.74-2.24 1.68-3.2 2.4c.4.53.8 1.07 1.2 1.6c.96-.72 2.21-1.65 3.2-2.4M4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9zm5.03 1.71L11 9.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55zM15.5 12c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34"/><path fill="currentColor" d="M9.03 10.71L11 9.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55z" opacity=".3"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneCampaign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 11v2h4v-2zm-2 6.61c.96.71 2.21 1.65 3.2 2.39c.4-.53.8-1.07 1.2-1.6c-.99-.74-2.24-1.68-3.2-2.4c-.4.54-.8 1.08-1.2 1.61M20.4 5.6c-.4-.53-.8-1.07-1.2-1.6c-.99.74-2.24 1.68-3.2 2.4c.4.53.8 1.07 1.2 1.6c.96-.72 2.21-1.65 3.2-2.4M4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9zm5.03 1.71L11 9.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55zM15.5 12c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34"/><path fill="currentColor" d="M9.03 10.71L11 9.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55z" opacity=".3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 11v2h4v-2zm-2 6.61c.96.71 2.21 1.65 3.2 2.39c.4-.53.8-1.07 1.2-1.6c-.99-.74-2.24-1.68-3.2-2.4c-.4.54-.8 1.08-1.2 1.61M20.4 5.6c-.4-.53-.8-1.07-1.2-1.6c-.99.74-2.24 1.68-3.2 2.4c.4.53.8 1.07 1.2 1.6c.96-.72 2.21-1.65 3.2-2.4M4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9zm5.03 1.71L11 9.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55zM15.5 12c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34"/><path fill="currentColor" d="M9.03 10.71L11 9.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55z" opacity=".3"/></svg>
</template>

CSS

.icon-twotone-campaign {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2011v2h4v-2zm-2%206.61c.96.71%202.21%201.65%203.2%202.39c.4-.53.8-1.07%201.2-1.6c-.99-.74-2.24-1.68-3.2-2.4c-.4.54-.8%201.08-1.2%201.61M20.4%205.6c-.4-.53-.8-1.07-1.2-1.6c-.99.74-2.24%201.68-3.2%202.4c.4.53.8%201.07%201.2%201.6c.96-.72%202.21-1.65%203.2-2.4M4%209c-1.1%200-2%20.9-2%202v2c0%201.1.9%202%202%202h1v4h2v-4h1l5%203V6L8%209zm5.03%201.71L11%209.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55zM15.5%2012c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81%201.5-2.01%201.5-3.34%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.03%2010.71L11%209.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55z%22%20opacity%3D%22.3%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2011v2h4v-2zm-2%206.61c.96.71%202.21%201.65%203.2%202.39c.4-.53.8-1.07%201.2-1.6c-.99-.74-2.24-1.68-3.2-2.4c-.4.54-.8%201.08-1.2%201.61M20.4%205.6c-.4-.53-.8-1.07-1.2-1.6c-.99.74-2.24%201.68-3.2%202.4c.4.53.8%201.07%201.2%201.6c.96-.72%202.21-1.65%203.2-2.4M4%209c-1.1%200-2%20.9-2%202v2c0%201.1.9%202%202%202h1v4h2v-4h1l5%203V6L8%209zm5.03%201.71L11%209.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55zM15.5%2012c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81%201.5-2.01%201.5-3.34%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.03%2010.71L11%209.53v4.94l-1.97-1.18l-.48-.29H4v-2h4.55z%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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