information campaign negative icon
information-campaign-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- information-campaign-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the information campaign negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsInformationCampaignNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-8 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-17.243 4.243a6 6 0 0 0 8.486 0l1.414 1.414a8 8 0 1 1 0-11.314l-1.414 1.414a6 6 0 1 0-8.486 8.486M15 31V21h2v10zm1-11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsInformationCampaignNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsInformationCampaignNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsInformationCampaignNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zm-8 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-17.243 4.243a6 6 0 0 0 8.486 0l1.414 1.414a8 8 0 1 1 0-11.314l-1.414 1.414a6 6 0 1 0-8.486 8.486M15 31V21h2v10zm1-11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" clipRule="evenodd"/></g><defs><clipPath id="healthiconsInformationCampaignNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsInformationCampaignNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-8 24c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16m-17.243 4.243a6 6 0 0 0 8.486 0l1.414 1.414a8 8 0 1 1 0-11.314l-1.414 1.414a6 6 0 1 0-8.486 8.486M15 31V21h2v10zm1-11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsInformationCampaignNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-information-campaign-negative {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsInformationCampaignNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-8%2024c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016m-17.243%204.243a6%206%200%200%200%208.486%200l1.414%201.414a8%208%200%201%201%200-11.314l-1.414%201.414a6%206%200%201%200-8.486%208.486M15%2031V21h2v10zm1-11a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsInformationCampaignNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsInformationCampaignNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-8%2024c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016m-17.243%204.243a6%206%200%200%200%208.486%200l1.414%201.414a8%208%200%201%201%200-11.314l-1.414%201.414a6%206%200%201%200-8.486%208.486M15%2031V21h2v10zm1-11a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsInformationCampaignNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/information-campaign-negative.svg?color=%231a73e8&size=48