chat teardrop slash icon
chat-teardrop-slash from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- chat-teardrop-slash
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the chat teardrop slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76l13.18 14.5A99.4 99.4 0 0 0 32 124v84a16 16 0 0 0 16 16h84a100.33 100.33 0 0 0 56.53-17.53l13.55 14.91a8 8 0 1 0 11.84-10.76ZM132 208H48v-84a83.46 83.46 0 0 1 18.15-52.15l111.51 122.66A83 83 0 0 1 132 208m100-84a99.87 99.87 0 0 1-14.35 51.65a8 8 0 0 1-13.7-8.28A84 84 0 0 0 95.66 48.25a8 8 0 0 1-6.94-14.42A100 100 0 0 1 232 124"/></svg>
React
import type { SVGProps } from "react";
export function PhChatTeardropSlash(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="M53.92 34.62a8 8 0 1 0-11.84 10.76l13.18 14.5A99.4 99.4 0 0 0 32 124v84a16 16 0 0 0 16 16h84a100.33 100.33 0 0 0 56.53-17.53l13.55 14.91a8 8 0 1 0 11.84-10.76ZM132 208H48v-84a83.46 83.46 0 0 1 18.15-52.15l111.51 122.66A83 83 0 0 1 132 208m100-84a99.87 99.87 0 0 1-14.35 51.65a8 8 0 0 1-13.7-8.28A84 84 0 0 0 95.66 48.25a8 8 0 0 1-6.94-14.42A100 100 0 0 1 232 124"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76l13.18 14.5A99.4 99.4 0 0 0 32 124v84a16 16 0 0 0 16 16h84a100.33 100.33 0 0 0 56.53-17.53l13.55 14.91a8 8 0 1 0 11.84-10.76ZM132 208H48v-84a83.46 83.46 0 0 1 18.15-52.15l111.51 122.66A83 83 0 0 1 132 208m100-84a99.87 99.87 0 0 1-14.35 51.65a8 8 0 0 1-13.7-8.28A84 84 0 0 0 95.66 48.25a8 8 0 0 1-6.94-14.42A100 100 0 0 1 232 124"/></svg> </template>
CSS
.icon-chat-teardrop-slash {
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%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76l13.18%2014.5A99.4%2099.4%200%200%200%2032%20124v84a16%2016%200%200%200%2016%2016h84a100.33%20100.33%200%200%200%2056.53-17.53l13.55%2014.91a8%208%200%201%200%2011.84-10.76ZM132%20208H48v-84a83.46%2083.46%200%200%201%2018.15-52.15l111.51%20122.66A83%2083%200%200%201%20132%20208m100-84a99.87%2099.87%200%200%201-14.35%2051.65a8%208%200%200%201-13.7-8.28A84%2084%200%200%200%2095.66%2048.25a8%208%200%200%201-6.94-14.42A100%20100%200%200%201%20232%20124%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%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76l13.18%2014.5A99.4%2099.4%200%200%200%2032%20124v84a16%2016%200%200%200%2016%2016h84a100.33%20100.33%200%200%200%2056.53-17.53l13.55%2014.91a8%208%200%201%200%2011.84-10.76ZM132%20208H48v-84a83.46%2083.46%200%200%201%2018.15-52.15l111.51%20122.66A83%2083%200%200%201%20132%20208m100-84a99.87%2099.87%200%200%201-14.35%2051.65a8%208%200%200%201-13.7-8.28A84%2084%200%200%200%2095.66%2048.25a8%208%200%200%201-6.94-14.42A100%20100%200%200%201%20232%20124%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chat-teardrop-slash.svg?color=%231a73e8&size=48