At Sign Sharp Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The At Sign Sharp 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/312674.svg" alt="At Sign Sharp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312674.svg" alt="At Sign Sharp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312674.svg" alt="At Sign Sharp icon" :width="24" :height="24" />
CSS background
.icon-at-sign-sharp {
background-image: url('https://proicons.com/icon/312674.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M9 8h6v2H9zm0 6h8v2H9zm-2 2V8h2v8z"/> <path d="M13 14V8h2v6zm4-10h2v12h-2zM3 4h14v2H3zm0 2h2v12H3zm0 12h16v2H3z"/> </svg>
Copied!