trendmicro logo
trendmicro from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- trendmicro
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the trendmicro logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.38 0 0 5.37 0 12c0 2.45.734 4.72 2 6.62c-.5-1.17-.42-2.68.19-4.33l.01-.04l.05-.13l.05-.12l.02-.05c.22-.55.5-1.12.84-1.69c.05-.1.09-.19.14-.26H1.86l.35-.79c1.19-.33 3.17-.99 5.06-2.82h1.05l-1.29 2.75H9.1l-.38.82H6.66s-.97 1.94-1.3 3.32c-.25 1.54 0 2.72 1.38 3.13c.85.26 1.92.2 3.07-.12c2.69-.84 5.53-2.67 7.62-5.11c3.44-3.99 3.51-8.08.15-9.13c-2.15-.67-5.19.08-8 1.75c3.5-2.26 7.36-3.3 10.01-2.49c.5.15.94.37 1.3.63A11.97 11.97 0 0 0 12 0m10.17 5.63c.83 2.18-.2 5.44-2.97 8.66c-4.16 4.84-10.73 7.76-14.7 6.54a4.5 4.5 0 0 1-1.26-.62A11.96 11.96 0 0 0 12 24c6.63 0 12-5.37 12-12c0-2.34-.67-4.5-1.83-6.37"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsTrendmicro(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 0C5.38 0 0 5.37 0 12c0 2.45.734 4.72 2 6.62c-.5-1.17-.42-2.68.19-4.33l.01-.04l.05-.13l.05-.12l.02-.05c.22-.55.5-1.12.84-1.69c.05-.1.09-.19.14-.26H1.86l.35-.79c1.19-.33 3.17-.99 5.06-2.82h1.05l-1.29 2.75H9.1l-.38.82H6.66s-.97 1.94-1.3 3.32c-.25 1.54 0 2.72 1.38 3.13c.85.26 1.92.2 3.07-.12c2.69-.84 5.53-2.67 7.62-5.11c3.44-3.99 3.51-8.08.15-9.13c-2.15-.67-5.19.08-8 1.75c3.5-2.26 7.36-3.3 10.01-2.49c.5.15.94.37 1.3.63A11.97 11.97 0 0 0 12 0m10.17 5.63c.83 2.18-.2 5.44-2.97 8.66c-4.16 4.84-10.73 7.76-14.7 6.54a4.5 4.5 0 0 1-1.26-.62A11.96 11.96 0 0 0 12 24c6.63 0 12-5.37 12-12c0-2.34-.67-4.5-1.83-6.37"/></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 0C5.38 0 0 5.37 0 12c0 2.45.734 4.72 2 6.62c-.5-1.17-.42-2.68.19-4.33l.01-.04l.05-.13l.05-.12l.02-.05c.22-.55.5-1.12.84-1.69c.05-.1.09-.19.14-.26H1.86l.35-.79c1.19-.33 3.17-.99 5.06-2.82h1.05l-1.29 2.75H9.1l-.38.82H6.66s-.97 1.94-1.3 3.32c-.25 1.54 0 2.72 1.38 3.13c.85.26 1.92.2 3.07-.12c2.69-.84 5.53-2.67 7.62-5.11c3.44-3.99 3.51-8.08.15-9.13c-2.15-.67-5.19.08-8 1.75c3.5-2.26 7.36-3.3 10.01-2.49c.5.15.94.37 1.3.63A11.97 11.97 0 0 0 12 0m10.17 5.63c.83 2.18-.2 5.44-2.97 8.66c-4.16 4.84-10.73 7.76-14.7 6.54a4.5 4.5 0 0 1-1.26-.62A11.96 11.96 0 0 0 12 24c6.63 0 12-5.37 12-12c0-2.34-.67-4.5-1.83-6.37"/></svg> </template>
CSS
.icon-trendmicro {
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%200C5.38%200%200%205.37%200%2012c0%202.45.734%204.72%202%206.62c-.5-1.17-.42-2.68.19-4.33l.01-.04l.05-.13l.05-.12l.02-.05c.22-.55.5-1.12.84-1.69c.05-.1.09-.19.14-.26H1.86l.35-.79c1.19-.33%203.17-.99%205.06-2.82h1.05l-1.29%202.75H9.1l-.38.82H6.66s-.97%201.94-1.3%203.32c-.25%201.54%200%202.72%201.38%203.13c.85.26%201.92.2%203.07-.12c2.69-.84%205.53-2.67%207.62-5.11c3.44-3.99%203.51-8.08.15-9.13c-2.15-.67-5.19.08-8%201.75c3.5-2.26%207.36-3.3%2010.01-2.49c.5.15.94.37%201.3.63A11.97%2011.97%200%200%200%2012%200m10.17%205.63c.83%202.18-.2%205.44-2.97%208.66c-4.16%204.84-10.73%207.76-14.7%206.54a4.5%204.5%200%200%201-1.26-.62A11.96%2011.96%200%200%200%2012%2024c6.63%200%2012-5.37%2012-12c0-2.34-.67-4.5-1.83-6.37%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%200C5.38%200%200%205.37%200%2012c0%202.45.734%204.72%202%206.62c-.5-1.17-.42-2.68.19-4.33l.01-.04l.05-.13l.05-.12l.02-.05c.22-.55.5-1.12.84-1.69c.05-.1.09-.19.14-.26H1.86l.35-.79c1.19-.33%203.17-.99%205.06-2.82h1.05l-1.29%202.75H9.1l-.38.82H6.66s-.97%201.94-1.3%203.32c-.25%201.54%200%202.72%201.38%203.13c.85.26%201.92.2%203.07-.12c2.69-.84%205.53-2.67%207.62-5.11c3.44-3.99%203.51-8.08.15-9.13c-2.15-.67-5.19.08-8%201.75c3.5-2.26%207.36-3.3%2010.01-2.49c.5.15.94.37%201.3.63A11.97%2011.97%200%200%200%2012%200m10.17%205.63c.83%202.18-.2%205.44-2.97%208.66c-4.16%204.84-10.73%207.76-14.7%206.54a4.5%204.5%200%200%201-1.26-.62A11.96%2011.96%200%200%200%2012%2024c6.63%200%2012-5.37%2012-12c0-2.34-.67-4.5-1.83-6.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/trendmicro.svg?color=%231a73e8&size=48