Dragon Tamer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dragon Tamer 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/324725.svg" alt="Dragon Tamer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324725.svg" alt="Dragon Tamer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324725.svg" alt="Dragon Tamer icon" :width="24" :height="24" />
CSS background
.icon-dragon-tamer {
background-image: url('https://proicons.com/icon/324725.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m27.732,40.0369c1.14.414,2.422,1.8,3.701,1.635m-10.717-1.466c2.248-.034,4.091.465,6.261-.035.195-.045.536.057.691-.115.159-.176.198-.603.33-.823.672-1.115,1.258-2.376,2.084-3.367m-14.0589-2.373c1.6.898,1.551,2.746,2.414,4.123.343.548.854.934,1.266,1.416.512.599.937,1.26,1.425,1.875.204.257,1.355,2.9,1.585,2.564m-11.996-8.39c1.229-.601,2.88-1.554,4.285-1.674.073-.006,1.018.053,1.074-.028.18-.259.695-1.855.904-2.287.366-.751.64-1.289.979-2.018m-4.233-6.123c.273.332.532.676.819.995.578.645,1.123,1.123,1.563,1.866.537.903,1.38,2.905,2.255,3.549.444.327,1.68.486,2.212.545.727.08,1.142-.21,1.808-.364,1.036-.237,2.068-.563,3.105-.765.21-.04,1.059.123.99.498m3.775,6.065c1.258-.843.786-.636,2.446-1.187,1.293-.429,3.427-.548,4.253-1.894.478-.778.776-1.69,1.117-2.535.33-.818.143-1.616.878-2.057m-9.981-7.739c-1.57,2.306-1.892,4.954-2.361,7.606-.075.423-.283.876-.202,1.31.155.836.94,1.507,1.446,2.124.628.763,1.192,1.8,1.648,2.678.415.796.14,1.022.777,1.646m1.978-19.6779c1.06,1.962,2.058,4.336,4.073,5.5.39.227.984.271,1.414.25.16-.009.635.04.479.009-.042-.009-.085-.013-.128-.02m-18.4399-5.825c.425-.013.795.111,1.17.296.956.473,1.789,1.173,2.733,1.646,1.077.54,2.373.464,3.435,1.004.39.199.775.411,1.159.613.184.096.552.6.468.41-.575-1.292.674-1.972,1.563-2.716.287-.24.507-.586.819-.794.457-.304.827-.286,1-.88.157-.543.04-1.079.02-1.626-.022-.655.079-1.344-.02-1.99-.144-.936-.536-1.848-.851-2.698-.082-.22-.051-.665-.085-.832m-21.6739,14.196c.213-.016.425-.034.638-.047.876-.057,1.788-.07,2.616.258.528.208,1.37,1.042,2.021.727.163-.08,2.513-4.168,2.967-4.735.246-.308,2.127-2.389,2.127-2.622,0-.692-1.528-1.41-1.904-1.98-.431-.655-.408-1.627-.723-2.344-.14-.32-1.4-2.335-1.659-2.669m11.88,34.2669C.2251,48.3199,6.7601,5.5351,23.425,4.5151c13.667-.837,24.9719,34.3769,3.923,38.4969h.002Z"/></svg>
Copied!