Eset Payment Protection Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eset Payment Protection 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/340073.svg" alt="Eset Payment Protection icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340073.svg" alt="Eset Payment Protection icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340073.svg" alt="Eset Payment Protection icon" :width="24" :height="24" />
CSS background
.icon-eset-payment-protection {
background-image: url('https://proicons.com/icon/340073.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="M43.5,25.2705v-12.8705c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23.2c0,2.2091,1.7909,4,4,4h25.2653"/><line class="b" x1="4.5" y1="15.6355" x2="43.5" y2="15.6355"/><path class="b" d="M37.4884,41.6c4.3367-1.495,7.4277-4.9697,7.9125-9.394.1905-1.7386.065-4.3079-.0342-5.7675-.0427-.6279-.5543-1.1154-1.1834-1.1348-1.9619-.0604-4.242-.3873-6.0041-2.1231-.3835-.3778-.9981-.3778-1.3816,0-1.7622,1.7358-4.0422,2.0627-6.0041,2.1231-.6291.0194-1.1407.5069-1.1834,1.1348-.0992,1.4597-.2248,4.0289-.0342,5.7675.4849,4.4243,3.5758,7.8991,7.9125,9.394Z"/><line class="b" x1="37.4884" y1="41.6" x2="37.4884" y2="22.8972"/></svg>
Copied!