Saymee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Saymee 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/332429.svg" alt="Saymee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332429.svg" alt="Saymee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332429.svg" alt="Saymee icon" :width="24" :height="24" />
CSS background
.icon-saymee {
background-image: url('https://proicons.com/icon/332429.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M17.2652,27.913H6.4225M17.5722,20.0887H6.6007M6.4144,27.9144c-1.3985,0-2.6908-.7461-3.39-1.9572s-.6992-2.7033,0-3.9144c.6992-1.2111,1.9915-1.9572,3.39-1.9572M21.4672,24c0,2.1619-1.7526,3.9144-3.9144,3.9144s-3.9144-1.7526-3.9144-3.9144c0-2.1619,1.7526-3.9144,3.9144-3.9144h0c2.1619,0,3.9144,1.7526,3.9144,3.9144h0Z"/><path id="c" class="d" d="M41.298,27.913h-10.8427M41.6051,20.0887h-10.9715M30.4472,27.9144c-1.3985,0-2.6908-.7461-3.39-1.9572s-.6992-2.7033,0-3.9144c.6992-1.2111,1.9915-1.9572,3.39-1.9572M45.5,24c0,2.1619-1.7526,3.9144-3.9144,3.9144h0c-2.1619,0-3.9144-1.7526-3.9144-3.9144h0c0-2.1619,1.7526-3.9144,3.9144-3.9144h0c2.1619,0,3.9144,1.7526,3.9144,3.9144h0Z"/></svg>
Copied!