Memorizepidigits Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Memorizepidigits 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/329068.svg" alt="Memorizepidigits icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329068.svg" alt="Memorizepidigits icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329068.svg" alt="Memorizepidigits icon" :width="24" :height="24" />
CSS background
.icon-memorizepidigits {
background-image: url('https://proicons.com/icon/329068.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="g" cx="24" cy="24" r="21.5"/><path id="d" class="g" d="M34.9362,34.771c-.8116.8193-1.9328,1.326-3.1712,1.326h0c-2.4769,0-4.4848-2.0269-4.4848-4.5273v-15.7612"/><line id="e" class="g" x1="11.9681" y1="15.8085" x2="34.9362" y2="15.8085"/><line id="f" class="g" x1="17.7101" y1="15.8085" x2="17.7101" y2="36.097"/></svg>
Copied!