outline campaign icon
outline-campaign from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- outline-campaign
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
More navigation icons from Google Material Icons
baseline-add-home-workbaseline-app-settings-altbaseline-appsbaseline-apps-outagebaseline-arrow-backbaseline-arrow-back-iosbaseline-arrow-back-ios-newbaseline-arrow-downwardbaseline-arrow-drop-downbaseline-arrow-drop-down-circlebaseline-arrow-drop-upbaseline-arrow-forwardbaseline-arrow-forward-iosbaseline-arrow-leftbaseline-arrow-rightbaseline-arrow-upwardbaseline-assistant-directionbaseline-campaignbaseline-cancelbaseline-checkbaseline-chevron-leftbaseline-chevron-rightbaseline-closebaseline-double-arrow
Use the outline 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"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineCampaign(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"/></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"/></svg> </template>
CSS
.icon-outline-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%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%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-campaign.svg?color=%231a73e8&size=48