Ddproperty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ddproperty 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/338894.svg" alt="Ddproperty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338894.svg" alt="Ddproperty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338894.svg" alt="Ddproperty icon" :width="24" :height="24" />
CSS background
.icon-ddproperty {
background-image: url('https://proicons.com/icon/338894.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M33.2994,23.3954l-7.1184-7.1184c-1.1993-1.2048-3.1482-1.2093-4.3529-.01-.0033.0033-.0067.0066-.01.01l-15.385,15.387c-1.2048,1.1993-1.2093,3.1482-.01,4.3529.0033.0033.0066.0067.01.01l5.561,5.561c1.208,1.208,3.1539,1.208,4.313.0479l5.512-5.5111c1.1993-1.2048,3.1482-1.2093,4.3529-.01.0033.0033.0067.0066.01.01l5.5111,5.5111c1.1611,1.1601,3.106,1.1601,4.315-.0479l5.561-5.561c1.2048-1.1993,1.2093-3.1482.01-4.3529-.0033-.0033-.0066-.0067-.01-.01l-8.2696-8.2686ZM33.2994,13.5245l-7.1184-7.1184c-1.1996-1.2045-3.1484-1.2085-4.3529-.009-.003.003-.006.006-.009.009l-15.388,15.387c-1.2048,1.1993-1.2093,3.1482-.01,4.3529.0033.0033.0066.0067.01.01l5.561,5.561c1.208,1.208,3.1549,1.208,4.313.0479l5.513-5.5111c1.1993-1.2048,3.1482-1.2093,4.3529-.01.0033.0033.0067.0066.01.01l5.5111,5.5111c1.1601,1.1601,3.105,1.1601,4.314-.0479l5.561-5.561c1.2048-1.1993,1.2093-3.1482.01-4.3529-.0033-.0033-.0066-.0067-.01-.01l-8.2676-12.305v4.0364Z"/></svg>
Copied!