Geddit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geddit icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326429.svg" alt="Geddit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326429.svg" alt="Geddit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326429.svg" alt="Geddit icon" :width="24" :height="24" />
CSS background
.icon-geddit {
background-image: url('https://proicons.com/icon/326429.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.q{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><ellipse id="c" class="q" cx="17.8" cy="27.6" rx="1.25" ry="1.95"/><path id="d" class="q" d="m33.42,35.3c4.25-2.42,5.14-7.72,5.03-15.14-.11-7.41-5.91-13.52-14.65-13.55-8.74-.03-13.71,7.06-14.33,13.52-.62,6.47,1.09,13.16,4.91,15.08"/><path id="e" class="q" d="m38.45,20.16c3.38.96,5.65,3.66,6.55,6.58-2.73,1.93-5.41,3.42-8.02,4.49"/><path id="f" class="q" d="m9.46,20.14c-2.38.46-5.99,3.62-6.46,6.62,2.04,1.77,4.97,3.14,7.91,4.49"/><path id="g" class="q" d="m9.81,32.44c9.46,7.21,20.93,5.95,28.25-.05l-.05,4.11c-6.28,5.39-18.28,7.54-28.34.02l.14-4.08Z"/><path id="h" class="q" d="m21.45,37.23c-10.03-1.77-8.6-8.15-8.99-13.8,8.22-3.78,16.83-3.52,22.78-.07.71,11.06-3.95,13.29-9.57,13.95"/><path id="i" class="q" d="m27.55,20.96c-.43,1.6.61,2.81,1.27,4.12-2.36-.95-5.03-1.26-6.41-4.3.39,1.53-2.07,3.03-8.57,4.5,1.11-1.05,2.42-2.01,2.78-3.41"/><path id="j" class="q" d="m13.32,23.03l1.54.96"/><ellipse id="k" class="q" cx="17.69" cy="14.66" rx="4.33" ry="4.3"/><ellipse id="l" class="q" cx="30.23" cy="14.54" rx="4.45" ry="4.19"/><path id="m" class="q" d="m21.96,13.98h3.85"/><path id="n" class="q" d="m21.95,15.42h3.92"/><path id="o" class="q" d="m20.28,30.59c-.07,5.93,8.1,4.43,6.95.02l-6.95-.02Z"/><ellipse id="p" class="q" cx="29.91" cy="27.7" rx="1.17" ry="1.84"/></svg>
Copied!