Rozmiar Obrazu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rozmiar Obrazu 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/332248.svg" alt="Rozmiar Obrazu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332248.svg" alt="Rozmiar Obrazu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332248.svg" alt="Rozmiar Obrazu icon" :width="24" :height="24" />
CSS background
.icon-rozmiar-obrazu {
background-image: url('https://proicons.com/icon/332248.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.3795,30.7802c-10.9488-3.6924-9.1612-11.2852-.2608-11.2247l-.6689-2.5964c1.3795,1.9653,3.5866,3.2578,6.5081,4.025-2.9214.7672-5.1286,2.056-6.5081,4.025l.6689-2.5964c-3.5753-.4422-6.4249,3.8285.2646,8.3675h-.0038ZM17.3861,12.1101l6.6139-6.6101h0l6.6139,6.6139v5.2722l-6.6139-6.6139-6.6139,6.6139v-5.2722M17.3861,17.3861l-6.6139,6.6139,6.6139,6.6139v5.2722l6.6139,6.6139,6.6139-6.6139v-5.2722l6.6139-6.6139-6.6139-6.6139h5.2722l6.6139,6.6139-6.6139,6.6139h-5.2722l-6.6139,6.6139-6.6139-6.6139h-5.2722l-6.6139-6.6139,6.6139-6.6139h5.2722Z"/></svg>
Copied!