yammer logo
yammer from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- yammer
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×218
- License
- CC0
The same logo in other sets
Use the yammer logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 218"><path fill="#265495" d="M245.768 97.86a34 34 0 0 0-1.688-.031c-9.842.019-80.614 7.78-77.063 14.993c3.538 7.137 47.118 10.6 78.177 10.614c6.51-1.13 11.225-7.012 10.776-13.738c-.419-5.904-4.702-10.622-10.202-11.837m-24 74.85c-27.24-14.924-67.108-32.867-73.645-28.296c-6.582 4.606 51.721 45.464 60.346 50.21c.526.285 1.017.547 1.49.798a13.07 13.07 0 0 0 14.645-5.482c3.632-5.674 2.32-13.108-2.835-17.23m0-122.84c5.156-4.123 6.467-11.557 2.835-17.226c-3.212-4.988-9.225-7.052-14.645-5.479c-.473.243-.964.507-1.49.79c-8.625 4.753-66.928 45.604-60.346 50.215c6.537 4.569 46.405-13.372 73.646-28.3m-163.36 109.37c-8.106 22.889-15.61 33.607-32.848 33.607c-1.666 0-7.466-.342-7.84-.377c-5.561-.286-10.755 3.333-12.253 8.924c-1.72 6.352 2.01 12.897 8.328 14.707c4.569.804 9.26 1.1 13.469 1.1c31.774 0 42.279-18.293 52.77-45l61.99-154.641c2.235-7.007-1.658-14.497-8.622-16.726c-6.844-2.176-14.09 1.442-16.542 8.09L73.303 124.05h-.683L26.8 8.06C23.7 1.506 16.031-1.693 9.113.9C2.016 3.562-1.63 11.327.702 18.467z"/></svg>
React
import type { SVGProps } from "react";
export function LogosYammer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 218"><path fill="#265495" d="M245.768 97.86a34 34 0 0 0-1.688-.031c-9.842.019-80.614 7.78-77.063 14.993c3.538 7.137 47.118 10.6 78.177 10.614c6.51-1.13 11.225-7.012 10.776-13.738c-.419-5.904-4.702-10.622-10.202-11.837m-24 74.85c-27.24-14.924-67.108-32.867-73.645-28.296c-6.582 4.606 51.721 45.464 60.346 50.21c.526.285 1.017.547 1.49.798a13.07 13.07 0 0 0 14.645-5.482c3.632-5.674 2.32-13.108-2.835-17.23m0-122.84c5.156-4.123 6.467-11.557 2.835-17.226c-3.212-4.988-9.225-7.052-14.645-5.479c-.473.243-.964.507-1.49.79c-8.625 4.753-66.928 45.604-60.346 50.215c6.537 4.569 46.405-13.372 73.646-28.3m-163.36 109.37c-8.106 22.889-15.61 33.607-32.848 33.607c-1.666 0-7.466-.342-7.84-.377c-5.561-.286-10.755 3.333-12.253 8.924c-1.72 6.352 2.01 12.897 8.328 14.707c4.569.804 9.26 1.1 13.469 1.1c31.774 0 42.279-18.293 52.77-45l61.99-154.641c2.235-7.007-1.658-14.497-8.622-16.726c-6.844-2.176-14.09 1.442-16.542 8.09L73.303 124.05h-.683L26.8 8.06C23.7 1.506 16.031-1.693 9.113.9C2.016 3.562-1.63 11.327.702 18.467z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 218"><path fill="#265495" d="M245.768 97.86a34 34 0 0 0-1.688-.031c-9.842.019-80.614 7.78-77.063 14.993c3.538 7.137 47.118 10.6 78.177 10.614c6.51-1.13 11.225-7.012 10.776-13.738c-.419-5.904-4.702-10.622-10.202-11.837m-24 74.85c-27.24-14.924-67.108-32.867-73.645-28.296c-6.582 4.606 51.721 45.464 60.346 50.21c.526.285 1.017.547 1.49.798a13.07 13.07 0 0 0 14.645-5.482c3.632-5.674 2.32-13.108-2.835-17.23m0-122.84c5.156-4.123 6.467-11.557 2.835-17.226c-3.212-4.988-9.225-7.052-14.645-5.479c-.473.243-.964.507-1.49.79c-8.625 4.753-66.928 45.604-60.346 50.215c6.537 4.569 46.405-13.372 73.646-28.3m-163.36 109.37c-8.106 22.889-15.61 33.607-32.848 33.607c-1.666 0-7.466-.342-7.84-.377c-5.561-.286-10.755 3.333-12.253 8.924c-1.72 6.352 2.01 12.897 8.328 14.707c4.569.804 9.26 1.1 13.469 1.1c31.774 0 42.279-18.293 52.77-45l61.99-154.641c2.235-7.007-1.658-14.497-8.622-16.726c-6.844-2.176-14.09 1.442-16.542 8.09L73.303 124.05h-.683L26.8 8.06C23.7 1.506 16.031-1.693 9.113.9C2.016 3.562-1.63 11.327.702 18.467z"/></svg> </template>
CSS
.icon-yammer {
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%20256%20218%22%3E%3Cpath%20fill%3D%22%23265495%22%20d%3D%22M245.768%2097.86a34%2034%200%200%200-1.688-.031c-9.842.019-80.614%207.78-77.063%2014.993c3.538%207.137%2047.118%2010.6%2078.177%2010.614c6.51-1.13%2011.225-7.012%2010.776-13.738c-.419-5.904-4.702-10.622-10.202-11.837m-24%2074.85c-27.24-14.924-67.108-32.867-73.645-28.296c-6.582%204.606%2051.721%2045.464%2060.346%2050.21c.526.285%201.017.547%201.49.798a13.07%2013.07%200%200%200%2014.645-5.482c3.632-5.674%202.32-13.108-2.835-17.23m0-122.84c5.156-4.123%206.467-11.557%202.835-17.226c-3.212-4.988-9.225-7.052-14.645-5.479c-.473.243-.964.507-1.49.79c-8.625%204.753-66.928%2045.604-60.346%2050.215c6.537%204.569%2046.405-13.372%2073.646-28.3m-163.36%20109.37c-8.106%2022.889-15.61%2033.607-32.848%2033.607c-1.666%200-7.466-.342-7.84-.377c-5.561-.286-10.755%203.333-12.253%208.924c-1.72%206.352%202.01%2012.897%208.328%2014.707c4.569.804%209.26%201.1%2013.469%201.1c31.774%200%2042.279-18.293%2052.77-45l61.99-154.641c2.235-7.007-1.658-14.497-8.622-16.726c-6.844-2.176-14.09%201.442-16.542%208.09L73.303%20124.05h-.683L26.8%208.06C23.7%201.506%2016.031-1.693%209.113.9C2.016%203.562-1.63%2011.327.702%2018.467z%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%20256%20218%22%3E%3Cpath%20fill%3D%22%23265495%22%20d%3D%22M245.768%2097.86a34%2034%200%200%200-1.688-.031c-9.842.019-80.614%207.78-77.063%2014.993c3.538%207.137%2047.118%2010.6%2078.177%2010.614c6.51-1.13%2011.225-7.012%2010.776-13.738c-.419-5.904-4.702-10.622-10.202-11.837m-24%2074.85c-27.24-14.924-67.108-32.867-73.645-28.296c-6.582%204.606%2051.721%2045.464%2060.346%2050.21c.526.285%201.017.547%201.49.798a13.07%2013.07%200%200%200%2014.645-5.482c3.632-5.674%202.32-13.108-2.835-17.23m0-122.84c5.156-4.123%206.467-11.557%202.835-17.226c-3.212-4.988-9.225-7.052-14.645-5.479c-.473.243-.964.507-1.49.79c-8.625%204.753-66.928%2045.604-60.346%2050.215c6.537%204.569%2046.405-13.372%2073.646-28.3m-163.36%20109.37c-8.106%2022.889-15.61%2033.607-32.848%2033.607c-1.666%200-7.466-.342-7.84-.377c-5.561-.286-10.755%203.333-12.253%208.924c-1.72%206.352%202.01%2012.897%208.328%2014.707c4.569.804%209.26%201.1%2013.469%201.1c31.774%200%2042.279-18.293%2052.77-45l61.99-154.641c2.235-7.007-1.658-14.497-8.622-16.726c-6.844-2.176-14.09%201.442-16.542%208.09L73.303%20124.05h-.683L26.8%208.06C23.7%201.506%2016.031-1.693%209.113.9C2.016%203.562-1.63%2011.327.702%2018.467z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/yammer.svg?color=%231a73e8&size=48