Symbol At Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Symbol At 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/333559.svg" alt="Symbol At icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333559.svg" alt="Symbol At icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333559.svg" alt="Symbol At icon" :width="24" :height="24" />
CSS background
.icon-symbol-at {
background-image: url('https://proicons.com/icon/333559.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><g><path class="c" d="m28.5923,18.6206s-.6353,6.6952-.8008,9.1334c-.1103,1.6255,1.6509,2.5928,3.145,2.5928,3.3989,0,5.3191-2.9943,5.5339-7.1594.4398-8.5257-4.7914-12.5345-11.9021-12.5345-6.8471,0-12.3558,5.3157-13.0071,12.5345-.5445,6.0363,2.7287,14.16,11.4065,14.16,3.1023,0,5.6614-.398,7.6193-1.7253"/><path class="c" d="m27.985,25.3161c-.1966,2.2423-2.1575,4.0634-4.4045,4.0634h0c-2.247,0-3.9092-1.8177-3.7126-4.06l.2314-2.639c.1966-2.2423,2.1775-4.06,4.4245-4.06h0c2.247,0,3.8916,1.7985,3.6951,4.0408"/></g></g><g id="b"><circle class="c" cx="24" cy="24" r="21.5"/></g></svg>
Copied!