Solveddotac Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Solveddotac 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/316086.svg" alt="Solveddotac icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316086.svg" alt="Solveddotac icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316086.svg" alt="Solveddotac icon" :width="24" :height="24" />
CSS background
.icon-solveddotac {
background-image: url('https://proicons.com/icon/316086.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>solved.ac</title><path d="M2.452 5.44A2.446 2.446 0 0 0 0 7.892v8.216a2.446 2.446 0 0 0 2.452 2.452h19.096A2.446 2.446 0 0 0 24 16.108V7.892a2.446 2.446 0 0 0-2.452-2.452zM15.73 8.9c.964 0 1.616.257 2.149.651a.7.7 0 0 1 .275.56.69.69 0 0 1-.698.689.74.74 0 0 1-.422-.137c-.395-.295-.809-.46-1.314-.46-1.083 0-1.863.9-1.863 2.002v.019c0 1.102.762 2.02 1.861 2.02.597 0 .993-.184 1.396-.506a.655.655 0 1 1 .845 1.001c-.578.505-1.258.808-2.286.808-1.89 0-3.295-1.458-3.295-3.305v-.018c0-1.828 1.377-3.325 3.352-3.325m-6.98.008h.084c.385 0 .661.212.817.56l2.24 5.061a.7.7 0 0 1 .074.284.67.67 0 0 1-.668.68c-.33 0-.551-.193-.68-.487l-.431-1.01H7.358l-.45 1.056a.695.695 0 0 1-.652.441.65.65 0 0 1-.652-.661.75.75 0 0 1 .08-.303l2.242-5.06c.154-.35.44-.56.826-.56m.02 1.718-.891 2.121H9.66z"/></svg>
Copied!