slack circle icon
slack-circle from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- slack-circle
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Jam Icons
Use the slack circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M14.956 10.362a.89.89 0 0 0-1.122-.571l-.898.291c-.198-.612-.41-1.263-.61-1.875l.898-.291a.89.89 0 1 0-.55-1.695l-.898.292l-.292-.897a.89.89 0 1 0-1.693.55l.292.898l-1.875.61l-.292-.898a.89.89 0 0 0-1.694.55l.292.898l-.926.301a.89.89 0 0 0-.553 1.084c.136.472.638.76 1.103.61l.926-.302l.61 1.875l-.927.302a.89.89 0 0 0-.553 1.083c.137.473.639.762 1.103.61c.004 0 .368-.119.927-.3l.301.925a.89.89 0 0 0 1.084.553c.472-.136.761-.638.61-1.103c-.001-.003-.12-.367-.3-.926c.612-.199 1.263-.41 1.874-.61l.301.927a.89.89 0 0 0 1.084.553c.473-.137.761-.639.61-1.103l-.301-.926l.897-.292a.89.89 0 0 0 .572-1.123m-5.588.88l-.61-1.875c.613-.198 1.264-.41 1.875-.609l.61 1.875z"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>
React
import type { SVGProps } from "react";
export function JamSlackCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M14.956 10.362a.89.89 0 0 0-1.122-.571l-.898.291c-.198-.612-.41-1.263-.61-1.875l.898-.291a.89.89 0 1 0-.55-1.695l-.898.292l-.292-.897a.89.89 0 1 0-1.693.55l.292.898l-1.875.61l-.292-.898a.89.89 0 0 0-1.694.55l.292.898l-.926.301a.89.89 0 0 0-.553 1.084c.136.472.638.76 1.103.61l.926-.302l.61 1.875l-.927.302a.89.89 0 0 0-.553 1.083c.137.473.639.762 1.103.61c.004 0 .368-.119.927-.3l.301.925a.89.89 0 0 0 1.084.553c.472-.136.761-.638.61-1.103c-.001-.003-.12-.367-.3-.926c.612-.199 1.263-.41 1.874-.61l.301.927a.89.89 0 0 0 1.084.553c.473-.137.761-.639.61-1.103l-.301-.926l.897-.292a.89.89 0 0 0 .572-1.123m-5.588.88l-.61-1.875c.613-.198 1.264-.41 1.875-.609l.61 1.875z"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M14.956 10.362a.89.89 0 0 0-1.122-.571l-.898.291c-.198-.612-.41-1.263-.61-1.875l.898-.291a.89.89 0 1 0-.55-1.695l-.898.292l-.292-.897a.89.89 0 1 0-1.693.55l.292.898l-1.875.61l-.292-.898a.89.89 0 0 0-1.694.55l.292.898l-.926.301a.89.89 0 0 0-.553 1.084c.136.472.638.76 1.103.61l.926-.302l.61 1.875l-.927.302a.89.89 0 0 0-.553 1.083c.137.473.639.762 1.103.61c.004 0 .368-.119.927-.3l.301.925a.89.89 0 0 0 1.084.553c.472-.136.761-.638.61-1.103c-.001-.003-.12-.367-.3-.926c.612-.199 1.263-.41 1.874-.61l.301.927a.89.89 0 0 0 1.084.553c.473-.137.761-.639.61-1.103l-.301-.926l.897-.292a.89.89 0 0 0 .572-1.123m-5.588.88l-.61-1.875c.613-.198 1.264-.41 1.875-.609l.61 1.875z"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg> </template>
CSS
.icon-slack-circle {
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%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.956%2010.362a.89.89%200%200%200-1.122-.571l-.898.291c-.198-.612-.41-1.263-.61-1.875l.898-.291a.89.89%200%201%200-.55-1.695l-.898.292l-.292-.897a.89.89%200%201%200-1.693.55l.292.898l-1.875.61l-.292-.898a.89.89%200%200%200-1.694.55l.292.898l-.926.301a.89.89%200%200%200-.553%201.084c.136.472.638.76%201.103.61l.926-.302l.61%201.875l-.927.302a.89.89%200%200%200-.553%201.083c.137.473.639.762%201.103.61c.004%200%20.368-.119.927-.3l.301.925a.89.89%200%200%200%201.084.553c.472-.136.761-.638.61-1.103c-.001-.003-.12-.367-.3-.926c.612-.199%201.263-.41%201.874-.61l.301.927a.89.89%200%200%200%201.084.553c.473-.137.761-.639.61-1.103l-.301-.926l.897-.292a.89.89%200%200%200%20.572-1.123m-5.588.88l-.61-1.875c.613-.198%201.264-.41%201.875-.609l.61%201.875z%22%2F%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3C%2Fg%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%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.956%2010.362a.89.89%200%200%200-1.122-.571l-.898.291c-.198-.612-.41-1.263-.61-1.875l.898-.291a.89.89%200%201%200-.55-1.695l-.898.292l-.292-.897a.89.89%200%201%200-1.693.55l.292.898l-1.875.61l-.292-.898a.89.89%200%200%200-1.694.55l.292.898l-.926.301a.89.89%200%200%200-.553%201.084c.136.472.638.76%201.103.61l.926-.302l.61%201.875l-.927.302a.89.89%200%200%200-.553%201.083c.137.473.639.762%201.103.61c.004%200%20.368-.119.927-.3l.301.925a.89.89%200%200%200%201.084.553c.472-.136.761-.638.61-1.103c-.001-.003-.12-.367-.3-.926c.612-.199%201.263-.41%201.874-.61l.301.927a.89.89%200%200%200%201.084.553c.473-.137.761-.639.61-1.103l-.301-.926l.897-.292a.89.89%200%200%200%20.572-1.123m-5.588.88l-.61-1.875c.613-.198%201.264-.41%201.875-.609l.61%201.875z%22%2F%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/slack-circle.svg?color=%231a73e8&size=48