yammer icon
yammer from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- yammer
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the yammer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.361 6.041a1.2 1.2 0 0 0-.46.059C5.2 6.3 4.9 7 5 7.6l5.2 13c-.7 2.1-1.4 3.1-3 3.1h-.7c-.5 0-1 .3-1.1.7c-.1.6.2 1.2.8 1.4c.4.1.8.1 1.2.1c3 0 3.9-1.6 4.9-4.1L18 7.6c.1-.6-.2-1.2-.7-1.4c-.6-.2-1.4.1-1.6.7l-4 10.6h-.1L7.5 6.8a1.38 1.38 0 0 0-1.139-.759m18.453 2.023a1.2 1.2 0 0 0-.314.036c0 .1-.1.1-.1.1c-.7.4-5.9 4-5.3 4.4s4.1-1.2 6.5-2.5c.5-.4.6-1.2.1-1.6c-.226-.3-.562-.43-.886-.436M27.9 14.9c-.9 0-7.2.7-6.9 1.3s4.2.9 7 .9c.7-.1 1.1-.7 1-1.3c-.1-.5-.5-.8-.9-.9zm-8.347 4.54c-.158-.009-.279.01-.354.06c-.6.4 4.501 4 5.301 4.4c0 .1.1.1.1.1c.6.2 1.2-.2 1.4-.8c.1-.5-.1-1-.3-1.2c-2.1-1.137-5.043-2.504-6.147-2.56"/></svg>
React
import type { SVGProps } from "react";
export function LaYammer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.361 6.041a1.2 1.2 0 0 0-.46.059C5.2 6.3 4.9 7 5 7.6l5.2 13c-.7 2.1-1.4 3.1-3 3.1h-.7c-.5 0-1 .3-1.1.7c-.1.6.2 1.2.8 1.4c.4.1.8.1 1.2.1c3 0 3.9-1.6 4.9-4.1L18 7.6c.1-.6-.2-1.2-.7-1.4c-.6-.2-1.4.1-1.6.7l-4 10.6h-.1L7.5 6.8a1.38 1.38 0 0 0-1.139-.759m18.453 2.023a1.2 1.2 0 0 0-.314.036c0 .1-.1.1-.1.1c-.7.4-5.9 4-5.3 4.4s4.1-1.2 6.5-2.5c.5-.4.6-1.2.1-1.6c-.226-.3-.562-.43-.886-.436M27.9 14.9c-.9 0-7.2.7-6.9 1.3s4.2.9 7 .9c.7-.1 1.1-.7 1-1.3c-.1-.5-.5-.8-.9-.9zm-8.347 4.54c-.158-.009-.279.01-.354.06c-.6.4 4.501 4 5.301 4.4c0 .1.1.1.1.1c.6.2 1.2-.2 1.4-.8c.1-.5-.1-1-.3-1.2c-2.1-1.137-5.043-2.504-6.147-2.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.361 6.041a1.2 1.2 0 0 0-.46.059C5.2 6.3 4.9 7 5 7.6l5.2 13c-.7 2.1-1.4 3.1-3 3.1h-.7c-.5 0-1 .3-1.1.7c-.1.6.2 1.2.8 1.4c.4.1.8.1 1.2.1c3 0 3.9-1.6 4.9-4.1L18 7.6c.1-.6-.2-1.2-.7-1.4c-.6-.2-1.4.1-1.6.7l-4 10.6h-.1L7.5 6.8a1.38 1.38 0 0 0-1.139-.759m18.453 2.023a1.2 1.2 0 0 0-.314.036c0 .1-.1.1-.1.1c-.7.4-5.9 4-5.3 4.4s4.1-1.2 6.5-2.5c.5-.4.6-1.2.1-1.6c-.226-.3-.562-.43-.886-.436M27.9 14.9c-.9 0-7.2.7-6.9 1.3s4.2.9 7 .9c.7-.1 1.1-.7 1-1.3c-.1-.5-.5-.8-.9-.9zm-8.347 4.54c-.158-.009-.279.01-.354.06c-.6.4 4.501 4 5.301 4.4c0 .1.1.1.1.1c.6.2 1.2-.2 1.4-.8c.1-.5-.1-1-.3-1.2c-2.1-1.137-5.043-2.504-6.147-2.56"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.361%206.041a1.2%201.2%200%200%200-.46.059C5.2%206.3%204.9%207%205%207.6l5.2%2013c-.7%202.1-1.4%203.1-3%203.1h-.7c-.5%200-1%20.3-1.1.7c-.1.6.2%201.2.8%201.4c.4.1.8.1%201.2.1c3%200%203.9-1.6%204.9-4.1L18%207.6c.1-.6-.2-1.2-.7-1.4c-.6-.2-1.4.1-1.6.7l-4%2010.6h-.1L7.5%206.8a1.38%201.38%200%200%200-1.139-.759m18.453%202.023a1.2%201.2%200%200%200-.314.036c0%20.1-.1.1-.1.1c-.7.4-5.9%204-5.3%204.4s4.1-1.2%206.5-2.5c.5-.4.6-1.2.1-1.6c-.226-.3-.562-.43-.886-.436M27.9%2014.9c-.9%200-7.2.7-6.9%201.3s4.2.9%207%20.9c.7-.1%201.1-.7%201-1.3c-.1-.5-.5-.8-.9-.9zm-8.347%204.54c-.158-.009-.279.01-.354.06c-.6.4%204.501%204%205.301%204.4c0%20.1.1.1.1.1c.6.2%201.2-.2%201.4-.8c.1-.5-.1-1-.3-1.2c-2.1-1.137-5.043-2.504-6.147-2.56%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.361%206.041a1.2%201.2%200%200%200-.46.059C5.2%206.3%204.9%207%205%207.6l5.2%2013c-.7%202.1-1.4%203.1-3%203.1h-.7c-.5%200-1%20.3-1.1.7c-.1.6.2%201.2.8%201.4c.4.1.8.1%201.2.1c3%200%203.9-1.6%204.9-4.1L18%207.6c.1-.6-.2-1.2-.7-1.4c-.6-.2-1.4.1-1.6.7l-4%2010.6h-.1L7.5%206.8a1.38%201.38%200%200%200-1.139-.759m18.453%202.023a1.2%201.2%200%200%200-.314.036c0%20.1-.1.1-.1.1c-.7.4-5.9%204-5.3%204.4s4.1-1.2%206.5-2.5c.5-.4.6-1.2.1-1.6c-.226-.3-.562-.43-.886-.436M27.9%2014.9c-.9%200-7.2.7-6.9%201.3s4.2.9%207%20.9c.7-.1%201.1-.7%201-1.3c-.1-.5-.5-.8-.9-.9zm-8.347%204.54c-.158-.009-.279.01-.354.06c-.6.4%204.501%204%205.301%204.4c0%20.1.1.1.1.1c.6.2%201.2-.2%201.4-.8c.1-.5-.1-1-.3-1.2c-2.1-1.137-5.043-2.504-6.147-2.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/yammer.svg?color=%231a73e8&size=48