chat circle slash icon
chat-circle-slash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- chat-circle-slash-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the chat circle slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l11.51 12.7a102 102 0 0 0-16.72 120l-11.62 34.86a14 14 0 0 0 17.71 17.71l34.87-11.62A102 102 0 0 0 192 207.37L203.56 220a6 6 0 0 0 8.88-8.08ZM128 218a90 90 0 0 1-45.06-12.08a6 6 0 0 0-4.91-.5l-37.38 12.46a2 2 0 0 1-2.53-2.53L50.58 178a6 6 0 0 0-.5-4.91A90 90 0 0 1 63.16 65.6L184 198.47A89.74 89.74 0 0 1 128 218m102-90a102.25 102.25 0 0 1-12.14 48.31a6 6 0 0 1-5.29 3.15a6 6 0 0 1-5.28-8.84A90.05 90.05 0 0 0 93.1 45a6 6 0 0 1-4.65-11A102.06 102.06 0 0 1 230 128"/></svg>
React
import type { SVGProps } from "react";
export function PhChatCircleSlashLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l11.51 12.7a102 102 0 0 0-16.72 120l-11.62 34.86a14 14 0 0 0 17.71 17.71l34.87-11.62A102 102 0 0 0 192 207.37L203.56 220a6 6 0 0 0 8.88-8.08ZM128 218a90 90 0 0 1-45.06-12.08a6 6 0 0 0-4.91-.5l-37.38 12.46a2 2 0 0 1-2.53-2.53L50.58 178a6 6 0 0 0-.5-4.91A90 90 0 0 1 63.16 65.6L184 198.47A89.74 89.74 0 0 1 128 218m102-90a102.25 102.25 0 0 1-12.14 48.31a6 6 0 0 1-5.29 3.15a6 6 0 0 1-5.28-8.84A90.05 90.05 0 0 0 93.1 45a6 6 0 0 1-4.65-11A102.06 102.06 0 0 1 230 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l11.51 12.7a102 102 0 0 0-16.72 120l-11.62 34.86a14 14 0 0 0 17.71 17.71l34.87-11.62A102 102 0 0 0 192 207.37L203.56 220a6 6 0 0 0 8.88-8.08ZM128 218a90 90 0 0 1-45.06-12.08a6 6 0 0 0-4.91-.5l-37.38 12.46a2 2 0 0 1-2.53-2.53L50.58 178a6 6 0 0 0-.5-4.91A90 90 0 0 1 63.16 65.6L184 198.47A89.74 89.74 0 0 1 128 218m102-90a102.25 102.25 0 0 1-12.14 48.31a6 6 0 0 1-5.29 3.15a6 6 0 0 1-5.28-8.84A90.05 90.05 0 0 0 93.1 45a6 6 0 0 1-4.65-11A102.06 102.06 0 0 1 230 128"/></svg> </template>
CSS
.icon-chat-circle-slash-light {
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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M52.44%2036a6%206%200%200%200-8.88%208l11.51%2012.7a102%20102%200%200%200-16.72%20120l-11.62%2034.86a14%2014%200%200%200%2017.71%2017.71l34.87-11.62A102%20102%200%200%200%20192%20207.37L203.56%20220a6%206%200%200%200%208.88-8.08ZM128%20218a90%2090%200%200%201-45.06-12.08a6%206%200%200%200-4.91-.5l-37.38%2012.46a2%202%200%200%201-2.53-2.53L50.58%20178a6%206%200%200%200-.5-4.91A90%2090%200%200%201%2063.16%2065.6L184%20198.47A89.74%2089.74%200%200%201%20128%20218m102-90a102.25%20102.25%200%200%201-12.14%2048.31a6%206%200%200%201-5.29%203.15a6%206%200%200%201-5.28-8.84A90.05%2090.05%200%200%200%2093.1%2045a6%206%200%200%201-4.65-11A102.06%20102.06%200%200%201%20230%20128%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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M52.44%2036a6%206%200%200%200-8.88%208l11.51%2012.7a102%20102%200%200%200-16.72%20120l-11.62%2034.86a14%2014%200%200%200%2017.71%2017.71l34.87-11.62A102%20102%200%200%200%20192%20207.37L203.56%20220a6%206%200%200%200%208.88-8.08ZM128%20218a90%2090%200%200%201-45.06-12.08a6%206%200%200%200-4.91-.5l-37.38%2012.46a2%202%200%200%201-2.53-2.53L50.58%20178a6%206%200%200%200-.5-4.91A90%2090%200%200%201%2063.16%2065.6L184%20198.47A89.74%2089.74%200%200%201%20128%20218m102-90a102.25%20102.25%200%200%201-12.14%2048.31a6%206%200%200%201-5.29%203.15a6%206%200%200%201-5.28-8.84A90.05%2090.05%200%200%200%2093.1%2045a6%206%200%200%201-4.65-11A102.06%20102.06%200%200%201%20230%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chat-circle-slash-light.svg?color=%231a73e8&size=48