googlemarketingplatform logo
googlemarketingplatform from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- googlemarketingplatform
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the googlemarketingplatform logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C8.926 0 5.852 1.17 3.511 3.511c-4.37 4.371-4.66 11.299-.869 16.01a3.14 3.14 0 0 1 .719-3.314a3.14 3.14 0 0 1 3.672-.56a6.163 6.163 0 0 1 9.324-8.004a2.921 2.921 0 1 0 4.132-4.132A11.97 11.97 0 0 0 12 0m9.36 4.481a3.14 3.14 0 0 1-.72 3.313a3.14 3.14 0 0 1-3.672.56a6.165 6.165 0 0 1-.61 8.003a2.921 2.921 0 1 0 4.131 4.132c4.37-4.37 4.66-11.298.87-16.008zM5.576 15.501a2.92 2.92 0 0 0-2.922 2.922a2.92 2.92 0 0 0 2.922 2.922a2.92 2.92 0 0 0 2.922-2.922A2.92 2.92 0 0 0 5.577 15.5zm10.07 1.467a6.17 6.17 0 0 1-7.293 0a3.14 3.14 0 0 1-.56 3.672a3.14 3.14 0 0 1-3.314.718c4.376 3.523 10.665 3.523 15.04 0a3.14 3.14 0 0 1-3.313-.718a3.14 3.14 0 0 1-.56-3.672"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGooglemarketingplatform(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="M12 0C8.926 0 5.852 1.17 3.511 3.511c-4.37 4.371-4.66 11.299-.869 16.01a3.14 3.14 0 0 1 .719-3.314a3.14 3.14 0 0 1 3.672-.56a6.163 6.163 0 0 1 9.324-8.004a2.921 2.921 0 1 0 4.132-4.132A11.97 11.97 0 0 0 12 0m9.36 4.481a3.14 3.14 0 0 1-.72 3.313a3.14 3.14 0 0 1-3.672.56a6.165 6.165 0 0 1-.61 8.003a2.921 2.921 0 1 0 4.131 4.132c4.37-4.37 4.66-11.298.87-16.008zM5.576 15.501a2.92 2.92 0 0 0-2.922 2.922a2.92 2.92 0 0 0 2.922 2.922a2.92 2.92 0 0 0 2.922-2.922A2.92 2.92 0 0 0 5.577 15.5zm10.07 1.467a6.17 6.17 0 0 1-7.293 0a3.14 3.14 0 0 1-.56 3.672a3.14 3.14 0 0 1-3.314.718c4.376 3.523 10.665 3.523 15.04 0a3.14 3.14 0 0 1-3.313-.718a3.14 3.14 0 0 1-.56-3.672"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C8.926 0 5.852 1.17 3.511 3.511c-4.37 4.371-4.66 11.299-.869 16.01a3.14 3.14 0 0 1 .719-3.314a3.14 3.14 0 0 1 3.672-.56a6.163 6.163 0 0 1 9.324-8.004a2.921 2.921 0 1 0 4.132-4.132A11.97 11.97 0 0 0 12 0m9.36 4.481a3.14 3.14 0 0 1-.72 3.313a3.14 3.14 0 0 1-3.672.56a6.165 6.165 0 0 1-.61 8.003a2.921 2.921 0 1 0 4.131 4.132c4.37-4.37 4.66-11.298.87-16.008zM5.576 15.501a2.92 2.92 0 0 0-2.922 2.922a2.92 2.92 0 0 0 2.922 2.922a2.92 2.92 0 0 0 2.922-2.922A2.92 2.92 0 0 0 5.577 15.5zm10.07 1.467a6.17 6.17 0 0 1-7.293 0a3.14 3.14 0 0 1-.56 3.672a3.14 3.14 0 0 1-3.314.718c4.376 3.523 10.665 3.523 15.04 0a3.14 3.14 0 0 1-3.313-.718a3.14 3.14 0 0 1-.56-3.672"/></svg> </template>
CSS
.icon-googlemarketingplatform {
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%22M12%200C8.926%200%205.852%201.17%203.511%203.511c-4.37%204.371-4.66%2011.299-.869%2016.01a3.14%203.14%200%200%201%20.719-3.314a3.14%203.14%200%200%201%203.672-.56a6.163%206.163%200%200%201%209.324-8.004a2.921%202.921%200%201%200%204.132-4.132A11.97%2011.97%200%200%200%2012%200m9.36%204.481a3.14%203.14%200%200%201-.72%203.313a3.14%203.14%200%200%201-3.672.56a6.165%206.165%200%200%201-.61%208.003a2.921%202.921%200%201%200%204.131%204.132c4.37-4.37%204.66-11.298.87-16.008zM5.576%2015.501a2.92%202.92%200%200%200-2.922%202.922a2.92%202.92%200%200%200%202.922%202.922a2.92%202.92%200%200%200%202.922-2.922A2.92%202.92%200%200%200%205.577%2015.5zm10.07%201.467a6.17%206.17%200%200%201-7.293%200a3.14%203.14%200%200%201-.56%203.672a3.14%203.14%200%200%201-3.314.718c4.376%203.523%2010.665%203.523%2015.04%200a3.14%203.14%200%200%201-3.313-.718a3.14%203.14%200%200%201-.56-3.672%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%22M12%200C8.926%200%205.852%201.17%203.511%203.511c-4.37%204.371-4.66%2011.299-.869%2016.01a3.14%203.14%200%200%201%20.719-3.314a3.14%203.14%200%200%201%203.672-.56a6.163%206.163%200%200%201%209.324-8.004a2.921%202.921%200%201%200%204.132-4.132A11.97%2011.97%200%200%200%2012%200m9.36%204.481a3.14%203.14%200%200%201-.72%203.313a3.14%203.14%200%200%201-3.672.56a6.165%206.165%200%200%201-.61%208.003a2.921%202.921%200%201%200%204.131%204.132c4.37-4.37%204.66-11.298.87-16.008zM5.576%2015.501a2.92%202.92%200%200%200-2.922%202.922a2.92%202.92%200%200%200%202.922%202.922a2.92%202.92%200%200%200%202.922-2.922A2.92%202.92%200%200%200%205.577%2015.5zm10.07%201.467a6.17%206.17%200%200%201-7.293%200a3.14%203.14%200%200%201-.56%203.672a3.14%203.14%200%200%201-3.314.718c4.376%203.523%2010.665%203.523%2015.04%200a3.14%203.14%200%200%201-3.313-.718a3.14%203.14%200%200%201-.56-3.672%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/googlemarketingplatform.svg?color=%231a73e8&size=48