stopstalk logo
stopstalk from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- stopstalk
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the stopstalk logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.049 2.953H12a9 9 0 0 1 3.46.688L13.57 6.42l2.72.047l1.14-1.703A9.05 9.05 0 0 1 21.047 12A9.046 9.046 0 0 1 12 21.047a9 9 0 0 1-2.916-.483l1.937-2.828l-2.72-.047l-1.258 1.88A9.05 9.05 0 0 1 2.953 12a9.046 9.046 0 0 1 8.998-9.047m1.713 4.072a.55.55 0 0 0-.42.172c-.17.156-.266.248-.297.264c-.653-.28-1.196-.42-1.662-.42c-.653 0-1.213.219-1.664.639c-.45.435-.684.994-.684 1.724c0 .638.204 1.26.577 1.866c.388.606 1.024 1.429 1.957 2.455c.373.42.7.808.965 1.166c.264.342.404.638.404.902c0 .14-.063.264-.188.357a.76.76 0 0 1-.466.14c-.513 0-1.025-.483-1.538-1.462c-.14-.28-.248-.45-.326-.527c-.077-.078-.328-.11-.732-.11c-.311 0-.465.063-.465.172q0 .024.092.42l.435 2.004c.016.14.048.217.11.248q.07.047.279.047c.358 0 .59-.077.684-.232c.046-.078.11-.125.187-.125a.9.9 0 0 1 .358.109a3.2 3.2 0 0 0 1.212.248c.653 0 1.243-.217 1.772-.621c.528-.42.809-1.01.809-1.787a3.44 3.44 0 0 0-.467-1.787c-.311-.529-.965-1.384-1.975-2.58c-.87-1.026-1.305-1.711-1.305-2.069c0-.28.14-.42.436-.42c.404 0 .87.405 1.383 1.213c.248.389.42.606.498.653c.093.062.279.078.574.078c.264 0 .42 0 .482-.032c.063-.03.094-.076.094-.154c0-.015-.016-.079-.031-.187l-.467-2.051c-.03-.14-.078-.22-.14-.266a10 10 0 0 0-.48-.047Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsStopstalk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.049 2.953H12a9 9 0 0 1 3.46.688L13.57 6.42l2.72.047l1.14-1.703A9.05 9.05 0 0 1 21.047 12A9.046 9.046 0 0 1 12 21.047a9 9 0 0 1-2.916-.483l1.937-2.828l-2.72-.047l-1.258 1.88A9.05 9.05 0 0 1 2.953 12a9.046 9.046 0 0 1 8.998-9.047m1.713 4.072a.55.55 0 0 0-.42.172c-.17.156-.266.248-.297.264c-.653-.28-1.196-.42-1.662-.42c-.653 0-1.213.219-1.664.639c-.45.435-.684.994-.684 1.724c0 .638.204 1.26.577 1.866c.388.606 1.024 1.429 1.957 2.455c.373.42.7.808.965 1.166c.264.342.404.638.404.902c0 .14-.063.264-.188.357a.76.76 0 0 1-.466.14c-.513 0-1.025-.483-1.538-1.462c-.14-.28-.248-.45-.326-.527c-.077-.078-.328-.11-.732-.11c-.311 0-.465.063-.465.172q0 .024.092.42l.435 2.004c.016.14.048.217.11.248q.07.047.279.047c.358 0 .59-.077.684-.232c.046-.078.11-.125.187-.125a.9.9 0 0 1 .358.109a3.2 3.2 0 0 0 1.212.248c.653 0 1.243-.217 1.772-.621c.528-.42.809-1.01.809-1.787a3.44 3.44 0 0 0-.467-1.787c-.311-.529-.965-1.384-1.975-2.58c-.87-1.026-1.305-1.711-1.305-2.069c0-.28.14-.42.436-.42c.404 0 .87.405 1.383 1.213c.248.389.42.606.498.653c.093.062.279.078.574.078c.264 0 .42 0 .482-.032c.063-.03.094-.076.094-.154c0-.015-.016-.079-.031-.187l-.467-2.051c-.03-.14-.078-.22-.14-.266a10 10 0 0 0-.48-.047Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m-.049 2.953H12a9 9 0 0 1 3.46.688L13.57 6.42l2.72.047l1.14-1.703A9.05 9.05 0 0 1 21.047 12A9.046 9.046 0 0 1 12 21.047a9 9 0 0 1-2.916-.483l1.937-2.828l-2.72-.047l-1.258 1.88A9.05 9.05 0 0 1 2.953 12a9.046 9.046 0 0 1 8.998-9.047m1.713 4.072a.55.55 0 0 0-.42.172c-.17.156-.266.248-.297.264c-.653-.28-1.196-.42-1.662-.42c-.653 0-1.213.219-1.664.639c-.45.435-.684.994-.684 1.724c0 .638.204 1.26.577 1.866c.388.606 1.024 1.429 1.957 2.455c.373.42.7.808.965 1.166c.264.342.404.638.404.902c0 .14-.063.264-.188.357a.76.76 0 0 1-.466.14c-.513 0-1.025-.483-1.538-1.462c-.14-.28-.248-.45-.326-.527c-.077-.078-.328-.11-.732-.11c-.311 0-.465.063-.465.172q0 .024.092.42l.435 2.004c.016.14.048.217.11.248q.07.047.279.047c.358 0 .59-.077.684-.232c.046-.078.11-.125.187-.125a.9.9 0 0 1 .358.109a3.2 3.2 0 0 0 1.212.248c.653 0 1.243-.217 1.772-.621c.528-.42.809-1.01.809-1.787a3.44 3.44 0 0 0-.467-1.787c-.311-.529-.965-1.384-1.975-2.58c-.87-1.026-1.305-1.711-1.305-2.069c0-.28.14-.42.436-.42c.404 0 .87.405 1.383 1.213c.248.389.42.606.498.653c.093.062.279.078.574.078c.264 0 .42 0 .482-.032c.063-.03.094-.076.094-.154c0-.015-.016-.079-.031-.187l-.467-2.051c-.03-.14-.078-.22-.14-.266a10 10 0 0 0-.48-.047Z"/></svg> </template>
CSS
.icon-stopstalk {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200A12%2012%200%200%200%200%2012a12%2012%200%200%200%2012%2012a12%2012%200%200%200%2012-12A12%2012%200%200%200%2012%200m-.049%202.953H12a9%209%200%200%201%203.46.688L13.57%206.42l2.72.047l1.14-1.703A9.05%209.05%200%200%201%2021.047%2012A9.046%209.046%200%200%201%2012%2021.047a9%209%200%200%201-2.916-.483l1.937-2.828l-2.72-.047l-1.258%201.88A9.05%209.05%200%200%201%202.953%2012a9.046%209.046%200%200%201%208.998-9.047m1.713%204.072a.55.55%200%200%200-.42.172c-.17.156-.266.248-.297.264c-.653-.28-1.196-.42-1.662-.42c-.653%200-1.213.219-1.664.639c-.45.435-.684.994-.684%201.724c0%20.638.204%201.26.577%201.866c.388.606%201.024%201.429%201.957%202.455c.373.42.7.808.965%201.166c.264.342.404.638.404.902c0%20.14-.063.264-.188.357a.76.76%200%200%201-.466.14c-.513%200-1.025-.483-1.538-1.462c-.14-.28-.248-.45-.326-.527c-.077-.078-.328-.11-.732-.11c-.311%200-.465.063-.465.172q0%20.024.092.42l.435%202.004c.016.14.048.217.11.248q.07.047.279.047c.358%200%20.59-.077.684-.232c.046-.078.11-.125.187-.125a.9.9%200%200%201%20.358.109a3.2%203.2%200%200%200%201.212.248c.653%200%201.243-.217%201.772-.621c.528-.42.809-1.01.809-1.787a3.44%203.44%200%200%200-.467-1.787c-.311-.529-.965-1.384-1.975-2.58c-.87-1.026-1.305-1.711-1.305-2.069c0-.28.14-.42.436-.42c.404%200%20.87.405%201.383%201.213c.248.389.42.606.498.653c.093.062.279.078.574.078c.264%200%20.42%200%20.482-.032c.063-.03.094-.076.094-.154c0-.015-.016-.079-.031-.187l-.467-2.051c-.03-.14-.078-.22-.14-.266a10%2010%200%200%200-.48-.047Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200A12%2012%200%200%200%200%2012a12%2012%200%200%200%2012%2012a12%2012%200%200%200%2012-12A12%2012%200%200%200%2012%200m-.049%202.953H12a9%209%200%200%201%203.46.688L13.57%206.42l2.72.047l1.14-1.703A9.05%209.05%200%200%201%2021.047%2012A9.046%209.046%200%200%201%2012%2021.047a9%209%200%200%201-2.916-.483l1.937-2.828l-2.72-.047l-1.258%201.88A9.05%209.05%200%200%201%202.953%2012a9.046%209.046%200%200%201%208.998-9.047m1.713%204.072a.55.55%200%200%200-.42.172c-.17.156-.266.248-.297.264c-.653-.28-1.196-.42-1.662-.42c-.653%200-1.213.219-1.664.639c-.45.435-.684.994-.684%201.724c0%20.638.204%201.26.577%201.866c.388.606%201.024%201.429%201.957%202.455c.373.42.7.808.965%201.166c.264.342.404.638.404.902c0%20.14-.063.264-.188.357a.76.76%200%200%201-.466.14c-.513%200-1.025-.483-1.538-1.462c-.14-.28-.248-.45-.326-.527c-.077-.078-.328-.11-.732-.11c-.311%200-.465.063-.465.172q0%20.024.092.42l.435%202.004c.016.14.048.217.11.248q.07.047.279.047c.358%200%20.59-.077.684-.232c.046-.078.11-.125.187-.125a.9.9%200%200%201%20.358.109a3.2%203.2%200%200%200%201.212.248c.653%200%201.243-.217%201.772-.621c.528-.42.809-1.01.809-1.787a3.44%203.44%200%200%200-.467-1.787c-.311-.529-.965-1.384-1.975-2.58c-.87-1.026-1.305-1.711-1.305-2.069c0-.28.14-.42.436-.42c.404%200%20.87.405%201.383%201.213c.248.389.42.606.498.653c.093.062.279.078.574.078c.264%200%20.42%200%20.482-.032c.063-.03.094-.076.094-.154c0-.015-.016-.079-.031-.187l-.467-2.051c-.03-.14-.078-.22-.14-.266a10%2010%200%200%200-.48-.047Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/stopstalk.svg?color=%231a73e8&size=48