snapchat circle icon

snapchat-circle from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
snapchat-circle
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in Jam Icons

Use the snapchat 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="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"/><path d="M14.804 12.292c-1.337-.22-1.94-1.59-1.964-1.647q-.11-.223-.052-.352c.073-.171.353-.26.538-.318l.146-.05a1.1 1.1 0 0 0 .399-.238a.38.38 0 0 0 .121-.273c-.003-.16-.126-.302-.321-.371A.6.6 0 0 0 13.453 9a.5.5 0 0 0-.202.042a1.1 1.1 0 0 1-.417.118a.4.4 0 0 1-.138-.03l.012-.193l.002-.029c.043-.676.096-1.518-.128-2.018a2.7 2.7 0 0 0-.612-.876a2.6 2.6 0 0 0-.732-.483a2.9 2.9 0 0 0-1.142-.24l-.197.001a2.9 2.9 0 0 0-1.143.241a2.6 2.6 0 0 0-.73.482a2.7 2.7 0 0 0-.609.874c-.223.5-.17 1.341-.128 2.018l.014.223a.4.4 0 0 1-.164.03q-.19 0-.445-.119a.4.4 0 0 0-.17-.035a.6.6 0 0 0-.3.084a.41.41 0 0 0-.211.27c-.013.07-.013.21.142.351q.13.117.373.213q.065.025.146.05c.185.058.466.147.539.318q.055.132-.048.34c-.022.052-.181.41-.508.79a2.8 2.8 0 0 1-.608.537a2.2 2.2 0 0 1-.853.331a.233.233 0 0 0-.196.244q.003.053.025.102q.07.168.339.29q.332.154.978.255c.022.04.044.144.06.215q.023.112.057.234c.026.089.094.195.268.195c.067 0 .142-.015.23-.032c.13-.025.305-.06.525-.06q.184 0 .375.033c.245.04.456.189.7.361c.358.253.763.539 1.382.539l.05-.002l.072.002c.619 0 1.024-.286 1.382-.538c.245-.172.456-.321.7-.362a2.3 2.3 0 0 1 .9.024q.144.028.23.028c.139 0 .233-.07.268-.192q.034-.118.058-.232c.014-.067.038-.173.06-.214q.645-.102.977-.254c.18-.084.29-.178.339-.29a.3.3 0 0 0 .025-.102a.233.233 0 0 0-.196-.243z"/></g></svg>

React

import type { SVGProps } from "react";

export function JamSnapchatCircle(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="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"/><path d="M14.804 12.292c-1.337-.22-1.94-1.59-1.964-1.647q-.11-.223-.052-.352c.073-.171.353-.26.538-.318l.146-.05a1.1 1.1 0 0 0 .399-.238a.38.38 0 0 0 .121-.273c-.003-.16-.126-.302-.321-.371A.6.6 0 0 0 13.453 9a.5.5 0 0 0-.202.042a1.1 1.1 0 0 1-.417.118a.4.4 0 0 1-.138-.03l.012-.193l.002-.029c.043-.676.096-1.518-.128-2.018a2.7 2.7 0 0 0-.612-.876a2.6 2.6 0 0 0-.732-.483a2.9 2.9 0 0 0-1.142-.24l-.197.001a2.9 2.9 0 0 0-1.143.241a2.6 2.6 0 0 0-.73.482a2.7 2.7 0 0 0-.609.874c-.223.5-.17 1.341-.128 2.018l.014.223a.4.4 0 0 1-.164.03q-.19 0-.445-.119a.4.4 0 0 0-.17-.035a.6.6 0 0 0-.3.084a.41.41 0 0 0-.211.27c-.013.07-.013.21.142.351q.13.117.373.213q.065.025.146.05c.185.058.466.147.539.318q.055.132-.048.34c-.022.052-.181.41-.508.79a2.8 2.8 0 0 1-.608.537a2.2 2.2 0 0 1-.853.331a.233.233 0 0 0-.196.244q.003.053.025.102q.07.168.339.29q.332.154.978.255c.022.04.044.144.06.215q.023.112.057.234c.026.089.094.195.268.195c.067 0 .142-.015.23-.032c.13-.025.305-.06.525-.06q.184 0 .375.033c.245.04.456.189.7.361c.358.253.763.539 1.382.539l.05-.002l.072.002c.619 0 1.024-.286 1.382-.538c.245-.172.456-.321.7-.362a2.3 2.3 0 0 1 .9.024q.144.028.23.028c.139 0 .233-.07.268-.192q.034-.118.058-.232c.014-.067.038-.173.06-.214q.645-.102.977-.254c.18-.084.29-.178.339-.29a.3.3 0 0 0 .025-.102a.233.233 0 0 0-.196-.243z"/></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="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"/><path d="M14.804 12.292c-1.337-.22-1.94-1.59-1.964-1.647q-.11-.223-.052-.352c.073-.171.353-.26.538-.318l.146-.05a1.1 1.1 0 0 0 .399-.238a.38.38 0 0 0 .121-.273c-.003-.16-.126-.302-.321-.371A.6.6 0 0 0 13.453 9a.5.5 0 0 0-.202.042a1.1 1.1 0 0 1-.417.118a.4.4 0 0 1-.138-.03l.012-.193l.002-.029c.043-.676.096-1.518-.128-2.018a2.7 2.7 0 0 0-.612-.876a2.6 2.6 0 0 0-.732-.483a2.9 2.9 0 0 0-1.142-.24l-.197.001a2.9 2.9 0 0 0-1.143.241a2.6 2.6 0 0 0-.73.482a2.7 2.7 0 0 0-.609.874c-.223.5-.17 1.341-.128 2.018l.014.223a.4.4 0 0 1-.164.03q-.19 0-.445-.119a.4.4 0 0 0-.17-.035a.6.6 0 0 0-.3.084a.41.41 0 0 0-.211.27c-.013.07-.013.21.142.351q.13.117.373.213q.065.025.146.05c.185.058.466.147.539.318q.055.132-.048.34c-.022.052-.181.41-.508.79a2.8 2.8 0 0 1-.608.537a2.2 2.2 0 0 1-.853.331a.233.233 0 0 0-.196.244q.003.053.025.102q.07.168.339.29q.332.154.978.255c.022.04.044.144.06.215q.023.112.057.234c.026.089.094.195.268.195c.067 0 .142-.015.23-.032c.13-.025.305-.06.525-.06q.184 0 .375.033c.245.04.456.189.7.361c.358.253.763.539 1.382.539l.05-.002l.072.002c.619 0 1.024-.286 1.382-.538c.245-.172.456-.321.7-.362a2.3 2.3 0 0 1 .9.024q.144.028.23.028c.139 0 .233-.07.268-.192q.034-.118.058-.232c.014-.067.038-.173.06-.214q.645-.102.977-.254c.18-.084.29-.178.339-.29a.3.3 0 0 0 .025-.102a.233.233 0 0 0-.196-.243z"/></g></svg>
</template>

CSS

.icon-snapchat-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%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%3Cpath%20d%3D%22M14.804%2012.292c-1.337-.22-1.94-1.59-1.964-1.647q-.11-.223-.052-.352c.073-.171.353-.26.538-.318l.146-.05a1.1%201.1%200%200%200%20.399-.238a.38.38%200%200%200%20.121-.273c-.003-.16-.126-.302-.321-.371A.6.6%200%200%200%2013.453%209a.5.5%200%200%200-.202.042a1.1%201.1%200%200%201-.417.118a.4.4%200%200%201-.138-.03l.012-.193l.002-.029c.043-.676.096-1.518-.128-2.018a2.7%202.7%200%200%200-.612-.876a2.6%202.6%200%200%200-.732-.483a2.9%202.9%200%200%200-1.142-.24l-.197.001a2.9%202.9%200%200%200-1.143.241a2.6%202.6%200%200%200-.73.482a2.7%202.7%200%200%200-.609.874c-.223.5-.17%201.341-.128%202.018l.014.223a.4.4%200%200%201-.164.03q-.19%200-.445-.119a.4.4%200%200%200-.17-.035a.6.6%200%200%200-.3.084a.41.41%200%200%200-.211.27c-.013.07-.013.21.142.351q.13.117.373.213q.065.025.146.05c.185.058.466.147.539.318q.055.132-.048.34c-.022.052-.181.41-.508.79a2.8%202.8%200%200%201-.608.537a2.2%202.2%200%200%201-.853.331a.233.233%200%200%200-.196.244q.003.053.025.102q.07.168.339.29q.332.154.978.255c.022.04.044.144.06.215q.023.112.057.234c.026.089.094.195.268.195c.067%200%20.142-.015.23-.032c.13-.025.305-.06.525-.06q.184%200%20.375.033c.245.04.456.189.7.361c.358.253.763.539%201.382.539l.05-.002l.072.002c.619%200%201.024-.286%201.382-.538c.245-.172.456-.321.7-.362a2.3%202.3%200%200%201%20.9.024q.144.028.23.028c.139%200%20.233-.07.268-.192q.034-.118.058-.232c.014-.067.038-.173.06-.214q.645-.102.977-.254c.18-.084.29-.178.339-.29a.3.3%200%200%200%20.025-.102a.233.233%200%200%200-.196-.243z%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%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%3Cpath%20d%3D%22M14.804%2012.292c-1.337-.22-1.94-1.59-1.964-1.647q-.11-.223-.052-.352c.073-.171.353-.26.538-.318l.146-.05a1.1%201.1%200%200%200%20.399-.238a.38.38%200%200%200%20.121-.273c-.003-.16-.126-.302-.321-.371A.6.6%200%200%200%2013.453%209a.5.5%200%200%200-.202.042a1.1%201.1%200%200%201-.417.118a.4.4%200%200%201-.138-.03l.012-.193l.002-.029c.043-.676.096-1.518-.128-2.018a2.7%202.7%200%200%200-.612-.876a2.6%202.6%200%200%200-.732-.483a2.9%202.9%200%200%200-1.142-.24l-.197.001a2.9%202.9%200%200%200-1.143.241a2.6%202.6%200%200%200-.73.482a2.7%202.7%200%200%200-.609.874c-.223.5-.17%201.341-.128%202.018l.014.223a.4.4%200%200%201-.164.03q-.19%200-.445-.119a.4.4%200%200%200-.17-.035a.6.6%200%200%200-.3.084a.41.41%200%200%200-.211.27c-.013.07-.013.21.142.351q.13.117.373.213q.065.025.146.05c.185.058.466.147.539.318q.055.132-.048.34c-.022.052-.181.41-.508.79a2.8%202.8%200%200%201-.608.537a2.2%202.2%200%200%201-.853.331a.233.233%200%200%200-.196.244q.003.053.025.102q.07.168.339.29q.332.154.978.255c.022.04.044.144.06.215q.023.112.057.234c.026.089.094.195.268.195c.067%200%20.142-.015.23-.032c.13-.025.305-.06.525-.06q.184%200%20.375.033c.245.04.456.189.7.361c.358.253.763.539%201.382.539l.05-.002l.072.002c.619%200%201.024-.286%201.382-.538c.245-.172.456-.321.7-.362a2.3%202.3%200%200%201%20.9.024q.144.028.23.028c.139%200%20.233-.07.268-.192q.034-.118.058-.232c.014-.067.038-.173.06-.214q.645-.102.977-.254c.18-.084.29-.178.339-.29a.3.3%200%200%200%20.025-.102a.233.233%200%200%200-.196-.243z%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/snapchat-circle.svg?color=%231a73e8&size=48