Skip to content

资源格式

XML本地文件网络文件Base64
×××

Props

属性类型可选值默认值说明
srcString--XML资源
widthNumber-24宽度
heightNumber-24高度
unitString-px宽度和高度的单位

组件示例

vue
<template>
	<view>
		<ucs-svg :src="src" />
	</view>
</template>

<script>
	export default {
		data() {
			return {
				// XML资源
				src: '<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="24" r="3" fill="#333"/><circle cx="24" cy="24" r="3" fill="#333"/><circle cx="36" cy="24" r="3" fill="#333"/></svg>'
			}
		}
	}
</script>

<style>

</style>

资源推荐

  • yesicon:精选全球高品质、开源免费的矢量图标库
  • iconfont:阿里巴巴矢量图标库
  • iconpark:一个通过技术驱动矢量图标样式的图标库