No reviews yet!
Pin
About Stethoscope Clipart SVG, Vector Art Graphic
Unleash the care with our “Stethoscope SVG” featuring medical and healthcare designs perfect for doctor-themed projects, health-related artwork, and medical illustrations. 🩺💉
Product Contents For Design:
1 SVG File
1 PNG File
1 PDF File
1 EPS File
1 DXF File
1 Ai File
Download these files instantly in ZIP format. 📥
Usage Scenarios:
The “Stethoscope SVG” design is perfect for:
Creating medical-themed decorations, doctor projects, and healthcare artwork 🩺
Customizing hospital decor, health-related items, and medical accessories 💉
Adding a professional touch to your healthcare artwork 🩺
Feel the care with the “Stethoscope PNG” design! 💉
Share your project made with this product!
Did you make something using this product? Share a picture of your project so others can get inspired by your creation! Your post will be visible to others on this page and on your own social feed.
' + '' + '
', item: '
', item2: '
', startImageRenderer: true, canvasImage: true, _selectors: { list: '.fileuploader-items-list', item: '.fileuploader-item', start: '.fileuploader-action-start', retry: '.fileuploader-action-retry', remove: '.fileuploader-action-remove', sorter: '.fileuploader-action-sort' }, onItemShow: function (item, listEl, parentEl, newInputEl, inputEl) { var plusInput = listEl.find('.fileuploader-thumbnails-input'), api = $.fileuploader.getInstance(inputEl.get(0)); // If limit is 1, never show the plus button on item show event // This fixes api.getChoosedFiles().length being 0 even when // the uploader is initialized with 1 file if (api.getOptions().limit === 1) { plusInput.insertAfter(item.html)['hide'](); } else { plusInput.insertAfter(item.html)[api.getOptions().limit && api.getChoosedFiles().length >= api.getOptions().limit ? 'hide' : 'show'](); } if (item.format === 'image') { item.html.find('.fileuploader-item-icon').hide(); } }, onItemRemove: function (html, listEl, parentEl, newInputEl, inputEl) { var plusInput = listEl.find('.fileuploader-thumbnails-input'), api = $.fileuploader.getInstance(inputEl.get(0)); html.children().animate({'opacity': 0}, 200, function () { html.remove(); if (api.getOptions().limit && api.getChoosedFiles().length - 1 < api.getOptions().limit) plusInput.show(); }); } }, sorter: { selectorExclude: null, placeholder: null, scrollContainer: window }, dragDrop: { container: '.fileuploader-thumbnails-input' }, afterRender: function (listEl, parentEl, newInputEl, inputEl) { var plusInput = listEl.find('.fileuploader-thumbnails-input'), api = $.fileuploader.getInstance(inputEl.get(0)); plusInput.on('click', function () { api.open(); }); $( ".fileuploader-theme-thumbnails .fileuploader-items-list" ).sortable(); }, upload: { url: 'https://www.creativefabrica.com/wp-admin/admin-ajax.php?action=cf_uploader§ion=social_images&file_input=images&security=466288d9a0', data: null, type: 'POST', enctype: 'multipart/form-data', start: true, synchron: true, chunk: 20, fileMaxSize: 10, beforeSend: null, onSuccess: function (result, item) { var dataFile = {}; try { dataFile = JSON.parse(result); } catch (e) { dataFile.images.hasWarnings = true; } if (dataFile['images']['isSuccess']) { var fileUrl = '/wp-content/uploads/social/' + dataFile['images']['files'][0]['file_url']; var newItem = { name: item['name'], type: item['type'], extension: item['extension'], size: item['size'], file: fileUrl, data: { src: fileUrl, thumbnail: fileUrl, file_url: fileUrl } }; var api = $.fileuploader.getInstance($('#images')); api.update(item, newItem); } item.html.find('.fileuploader-action-remove').addClass('fileuploader-action-success'); setTimeout(function() { item.html.find('.progress-holder').hide(); item.renderThumbnail(); item.html.find('.fileuploader-action-popup, .fileuploader-item-image').show(); // if success if (dataFile.images.isSuccess && dataFile.images.files[0]) { var newFile = dataFile.images.files[0].file_url; var oldName = dataFile.images.files[0].name; item.html.find('.images_list').val(newFile); item.html.find('.images_name').val(oldName); $(document).trigger('file_uploaded', ["#"]); item.data.file_url = dataFile.images.files[0].file_url; item.data.attachment_id = dataFile.images.files[0].attachment_id; } else { item.html.find('.images_list').val(''); item.html.find('.images_name').val(''); } if (dataFile.images.hasWarnings) { // If the uploaded file does not meet the requirements // remove preview, so users do not have to remove it themselves // before uploading a new file item.remove(); for (var warning in dataFile.images.warnings) { alert(dataFile.images.warnings); } return this.onError ? this.onError(item) : null; } else { item.html.find('.progress-holder').hide(); } }, 400); }, onError: function(item) { item.html.find('.progress-holder, .fileuploader-action-popup, .fileuploader-item-image').hide(); item.html.find('.fileuploader-item-icon i').text('Failed!'); }, onProgress: function(data, item) { var progressBar = item.html.find('.progress-holder'); $('#publish-post-project').prop('disabled', true); if(progressBar.length > 0) { progressBar.show(); progressBar.find('.fileuploader-progressbar .bar').width(data.percentage + "%"); } item.html.find('.fileuploader-action-popup, .fileuploader-item-image').hide(); }, onComplete: function(listEl, parentEl, newInputEl, inputEl, jqXHR, textStatus) { $('#publish-post-project').prop('disabled', false); } }, onRemove: function(item) { $.post('https://www.creativefabrica.com/wp-admin/admin-ajax.php?action=cf_uploader_remove§ion=social_images&security=466288d9a0', { file: item.data.file_url } ); $(document).trigger('file_removed', ["#"]); } }); });