disqus icon
disqus from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- disqus
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Jam Icons
Use the disqus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><g fill="currentColor"><path d="M10.365 18.75a9.76 9.76 0 0 1-6.23-2.224L0 17.067l1.595-3.805a9.1 9.1 0 0 1-.866-3.887C.729 4.196 5.045 0 10.364 0C15.69 0 20 4.196 20 9.375s-4.31 9.375-9.635 9.375m.061-14.375H6.875v10h3.501c3.313 0 5.249-2.144 5.249-5.027V9.32c0-2.882-1.911-4.946-5.199-4.946z"/><path d="M13.004 9.381c0 1.62-1.013 2.534-2.54 2.534H9.426V6.828h1.038c1.527 0 2.54.927 2.54 2.527z"/></g></svg>
React
import type { SVGProps } from "react";
export function JamDisqus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><g fill="currentColor"><path d="M10.365 18.75a9.76 9.76 0 0 1-6.23-2.224L0 17.067l1.595-3.805a9.1 9.1 0 0 1-.866-3.887C.729 4.196 5.045 0 10.364 0C15.69 0 20 4.196 20 9.375s-4.31 9.375-9.635 9.375m.061-14.375H6.875v10h3.501c3.313 0 5.249-2.144 5.249-5.027V9.32c0-2.882-1.911-4.946-5.199-4.946z"/><path d="M13.004 9.381c0 1.62-1.013 2.534-2.54 2.534H9.426V6.828h1.038c1.527 0 2.54.927 2.54 2.527z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><g fill="currentColor"><path d="M10.365 18.75a9.76 9.76 0 0 1-6.23-2.224L0 17.067l1.595-3.805a9.1 9.1 0 0 1-.866-3.887C.729 4.196 5.045 0 10.364 0C15.69 0 20 4.196 20 9.375s-4.31 9.375-9.635 9.375m.061-14.375H6.875v10h3.501c3.313 0 5.249-2.144 5.249-5.027V9.32c0-2.882-1.911-4.946-5.199-4.946z"/><path d="M13.004 9.381c0 1.62-1.013 2.534-2.54 2.534H9.426V6.828h1.038c1.527 0 2.54.927 2.54 2.527z"/></g></svg> </template>
CSS
.icon-disqus {
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.5%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.365%2018.75a9.76%209.76%200%200%201-6.23-2.224L0%2017.067l1.595-3.805a9.1%209.1%200%200%201-.866-3.887C.729%204.196%205.045%200%2010.364%200C15.69%200%2020%204.196%2020%209.375s-4.31%209.375-9.635%209.375m.061-14.375H6.875v10h3.501c3.313%200%205.249-2.144%205.249-5.027V9.32c0-2.882-1.911-4.946-5.199-4.946z%22%2F%3E%3Cpath%20d%3D%22M13.004%209.381c0%201.62-1.013%202.534-2.54%202.534H9.426V6.828h1.038c1.527%200%202.54.927%202.54%202.527z%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.5%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.365%2018.75a9.76%209.76%200%200%201-6.23-2.224L0%2017.067l1.595-3.805a9.1%209.1%200%200%201-.866-3.887C.729%204.196%205.045%200%2010.364%200C15.69%200%2020%204.196%2020%209.375s-4.31%209.375-9.635%209.375m.061-14.375H6.875v10h3.501c3.313%200%205.249-2.144%205.249-5.027V9.32c0-2.882-1.911-4.946-5.199-4.946z%22%2F%3E%3Cpath%20d%3D%22M13.004%209.381c0%201.62-1.013%202.534-2.54%202.534H9.426V6.828h1.038c1.527%200%202.54.927%202.54%202.527z%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/disqus.svg?color=%231a73e8&size=48