yammer logo
yammer from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- yammer
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
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 512 512"><path fill="currentColor" d="M500.676 159.486a12.78 12.78 0 0 0-6.4-8.282a13.95 13.95 0 0 0-10.078-1.125L457.8 156.7l-.043-.2l-22.3 5.785l-1.243.333l-.608-2.17A369.04 369.04 0 0 0 347.538 4.289a14.1 14.1 0 0 0-19.784-.463l-102.9 102.747H24.947A24.9 24.9 0 0 0 0 131.417V380.38a24.963 24.963 0 0 0 24.918 24.9h200.068L328.072 508a13.667 13.667 0 0 0 19.327 0q.189-.19.37-.385a368 368 0 0 0 69.577-107.374a403.5 403.5 0 0 0 17.3-50.8v-.028l20.406 5.336l.029-.073L483.345 362a20 20 0 0 0 2.619.5a13.4 13.4 0 0 0 4.139-.072a13.5 13.5 0 0 0 10.515-9.924a415.86 415.86 0 0 0 .058-193.013ZM337.125 24.65l.013.014h-.013Zm-110.2 165.161L174.311 281.1a11.34 11.34 0 0 0-1.489 5.655v46.189a22.04 22.04 0 0 1-22.041 22h-3.4a22.07 22.07 0 0 1-22.081-21.982v-45.668a11.5 11.5 0 0 0-1.388-5.51l-51.6-92.2a21.988 21.988 0 0 1 19.264-32.726h3.268a22.06 22.06 0 0 1 19.611 11.916l36.357 70.281l37.515-70.512a22.066 22.066 0 0 1 38.556-.695a21.7 21.7 0 0 1 0 21.967Zm110.22-165.138a348.15 348.15 0 0 1 75.8 141.335l.564 1.952l-114.134 29.6v-66.143a25.006 25.006 0 0 0-24.947-24.9h-19.361Zm60.5 367.305v-.043l-.014.014a347.2 347.2 0 0 1-60.177 95.227l-82.2-81.893h19.177a24.98 24.98 0 0 0 24.947-24.9v-66.2l114.6 29.862a385 385 0 0 1-16.33 47.933Zm84-52.45l.015.014l-50.618-13.131L299.379 292.1v-72.528l119.746-30.99l4.468-1.157l39.54-10.253l18.511-4.816a393 393 0 0 1 0 167.172Z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsYammer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M500.676 159.486a12.78 12.78 0 0 0-6.4-8.282a13.95 13.95 0 0 0-10.078-1.125L457.8 156.7l-.043-.2l-22.3 5.785l-1.243.333l-.608-2.17A369.04 369.04 0 0 0 347.538 4.289a14.1 14.1 0 0 0-19.784-.463l-102.9 102.747H24.947A24.9 24.9 0 0 0 0 131.417V380.38a24.963 24.963 0 0 0 24.918 24.9h200.068L328.072 508a13.667 13.667 0 0 0 19.327 0q.189-.19.37-.385a368 368 0 0 0 69.577-107.374a403.5 403.5 0 0 0 17.3-50.8v-.028l20.406 5.336l.029-.073L483.345 362a20 20 0 0 0 2.619.5a13.4 13.4 0 0 0 4.139-.072a13.5 13.5 0 0 0 10.515-9.924a415.86 415.86 0 0 0 .058-193.013ZM337.125 24.65l.013.014h-.013Zm-110.2 165.161L174.311 281.1a11.34 11.34 0 0 0-1.489 5.655v46.189a22.04 22.04 0 0 1-22.041 22h-3.4a22.07 22.07 0 0 1-22.081-21.982v-45.668a11.5 11.5 0 0 0-1.388-5.51l-51.6-92.2a21.988 21.988 0 0 1 19.264-32.726h3.268a22.06 22.06 0 0 1 19.611 11.916l36.357 70.281l37.515-70.512a22.066 22.066 0 0 1 38.556-.695a21.7 21.7 0 0 1 0 21.967Zm110.22-165.138a348.15 348.15 0 0 1 75.8 141.335l.564 1.952l-114.134 29.6v-66.143a25.006 25.006 0 0 0-24.947-24.9h-19.361Zm60.5 367.305v-.043l-.014.014a347.2 347.2 0 0 1-60.177 95.227l-82.2-81.893h19.177a24.98 24.98 0 0 0 24.947-24.9v-66.2l114.6 29.862a385 385 0 0 1-16.33 47.933Zm84-52.45l.015.014l-50.618-13.131L299.379 292.1v-72.528l119.746-30.99l4.468-1.157l39.54-10.253l18.511-4.816a393 393 0 0 1 0 167.172Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M500.676 159.486a12.78 12.78 0 0 0-6.4-8.282a13.95 13.95 0 0 0-10.078-1.125L457.8 156.7l-.043-.2l-22.3 5.785l-1.243.333l-.608-2.17A369.04 369.04 0 0 0 347.538 4.289a14.1 14.1 0 0 0-19.784-.463l-102.9 102.747H24.947A24.9 24.9 0 0 0 0 131.417V380.38a24.963 24.963 0 0 0 24.918 24.9h200.068L328.072 508a13.667 13.667 0 0 0 19.327 0q.189-.19.37-.385a368 368 0 0 0 69.577-107.374a403.5 403.5 0 0 0 17.3-50.8v-.028l20.406 5.336l.029-.073L483.345 362a20 20 0 0 0 2.619.5a13.4 13.4 0 0 0 4.139-.072a13.5 13.5 0 0 0 10.515-9.924a415.86 415.86 0 0 0 .058-193.013ZM337.125 24.65l.013.014h-.013Zm-110.2 165.161L174.311 281.1a11.34 11.34 0 0 0-1.489 5.655v46.189a22.04 22.04 0 0 1-22.041 22h-3.4a22.07 22.07 0 0 1-22.081-21.982v-45.668a11.5 11.5 0 0 0-1.388-5.51l-51.6-92.2a21.988 21.988 0 0 1 19.264-32.726h3.268a22.06 22.06 0 0 1 19.611 11.916l36.357 70.281l37.515-70.512a22.066 22.066 0 0 1 38.556-.695a21.7 21.7 0 0 1 0 21.967Zm110.22-165.138a348.15 348.15 0 0 1 75.8 141.335l.564 1.952l-114.134 29.6v-66.143a25.006 25.006 0 0 0-24.947-24.9h-19.361Zm60.5 367.305v-.043l-.014.014a347.2 347.2 0 0 1-60.177 95.227l-82.2-81.893h19.177a24.98 24.98 0 0 0 24.947-24.9v-66.2l114.6 29.862a385 385 0 0 1-16.33 47.933Zm84-52.45l.015.014l-50.618-13.131L299.379 292.1v-72.528l119.746-30.99l4.468-1.157l39.54-10.253l18.511-4.816a393 393 0 0 1 0 167.172Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M500.676%20159.486a12.78%2012.78%200%200%200-6.4-8.282a13.95%2013.95%200%200%200-10.078-1.125L457.8%20156.7l-.043-.2l-22.3%205.785l-1.243.333l-.608-2.17A369.04%20369.04%200%200%200%20347.538%204.289a14.1%2014.1%200%200%200-19.784-.463l-102.9%20102.747H24.947A24.9%2024.9%200%200%200%200%20131.417V380.38a24.963%2024.963%200%200%200%2024.918%2024.9h200.068L328.072%20508a13.667%2013.667%200%200%200%2019.327%200q.189-.19.37-.385a368%20368%200%200%200%2069.577-107.374a403.5%20403.5%200%200%200%2017.3-50.8v-.028l20.406%205.336l.029-.073L483.345%20362a20%2020%200%200%200%202.619.5a13.4%2013.4%200%200%200%204.139-.072a13.5%2013.5%200%200%200%2010.515-9.924a415.86%20415.86%200%200%200%20.058-193.013ZM337.125%2024.65l.013.014h-.013Zm-110.2%20165.161L174.311%20281.1a11.34%2011.34%200%200%200-1.489%205.655v46.189a22.04%2022.04%200%200%201-22.041%2022h-3.4a22.07%2022.07%200%200%201-22.081-21.982v-45.668a11.5%2011.5%200%200%200-1.388-5.51l-51.6-92.2a21.988%2021.988%200%200%201%2019.264-32.726h3.268a22.06%2022.06%200%200%201%2019.611%2011.916l36.357%2070.281l37.515-70.512a22.066%2022.066%200%200%201%2038.556-.695a21.7%2021.7%200%200%201%200%2021.967Zm110.22-165.138a348.15%20348.15%200%200%201%2075.8%20141.335l.564%201.952l-114.134%2029.6v-66.143a25.006%2025.006%200%200%200-24.947-24.9h-19.361Zm60.5%20367.305v-.043l-.014.014a347.2%20347.2%200%200%201-60.177%2095.227l-82.2-81.893h19.177a24.98%2024.98%200%200%200%2024.947-24.9v-66.2l114.6%2029.862a385%20385%200%200%201-16.33%2047.933Zm84-52.45l.015.014l-50.618-13.131L299.379%20292.1v-72.528l119.746-30.99l4.468-1.157l39.54-10.253l18.511-4.816a393%20393%200%200%201%200%20167.172Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M500.676%20159.486a12.78%2012.78%200%200%200-6.4-8.282a13.95%2013.95%200%200%200-10.078-1.125L457.8%20156.7l-.043-.2l-22.3%205.785l-1.243.333l-.608-2.17A369.04%20369.04%200%200%200%20347.538%204.289a14.1%2014.1%200%200%200-19.784-.463l-102.9%20102.747H24.947A24.9%2024.9%200%200%200%200%20131.417V380.38a24.963%2024.963%200%200%200%2024.918%2024.9h200.068L328.072%20508a13.667%2013.667%200%200%200%2019.327%200q.189-.19.37-.385a368%20368%200%200%200%2069.577-107.374a403.5%20403.5%200%200%200%2017.3-50.8v-.028l20.406%205.336l.029-.073L483.345%20362a20%2020%200%200%200%202.619.5a13.4%2013.4%200%200%200%204.139-.072a13.5%2013.5%200%200%200%2010.515-9.924a415.86%20415.86%200%200%200%20.058-193.013ZM337.125%2024.65l.013.014h-.013Zm-110.2%20165.161L174.311%20281.1a11.34%2011.34%200%200%200-1.489%205.655v46.189a22.04%2022.04%200%200%201-22.041%2022h-3.4a22.07%2022.07%200%200%201-22.081-21.982v-45.668a11.5%2011.5%200%200%200-1.388-5.51l-51.6-92.2a21.988%2021.988%200%200%201%2019.264-32.726h3.268a22.06%2022.06%200%200%201%2019.611%2011.916l36.357%2070.281l37.515-70.512a22.066%2022.066%200%200%201%2038.556-.695a21.7%2021.7%200%200%201%200%2021.967Zm110.22-165.138a348.15%20348.15%200%200%201%2075.8%20141.335l.564%201.952l-114.134%2029.6v-66.143a25.006%2025.006%200%200%200-24.947-24.9h-19.361Zm60.5%20367.305v-.043l-.014.014a347.2%20347.2%200%200%201-60.177%2095.227l-82.2-81.893h19.177a24.98%2024.98%200%200%200%2024.947-24.9v-66.2l114.6%2029.862a385%20385%200%200%201-16.33%2047.933Zm84-52.45l.015.014l-50.618-13.131L299.379%20292.1v-72.528l119.746-30.99l4.468-1.157l39.54-10.253l18.511-4.816a393%20393%200%200%201%200%20167.172Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/yammer.svg?color=%231a73e8&size=48