Truth Or Dare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Truth Or Dare 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/348870.svg" alt="Truth Or Dare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348870.svg" alt="Truth Or Dare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348870.svg" alt="Truth Or Dare icon" :width="24" :height="24" />
CSS background
.icon-truth-or-dare {
background-image: url('https://proicons.com/icon/348870.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>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><circle class="c" cx="14.2249" cy="28.0345" r=".75"/><line class="d" x1="15.8152" y1="11.8305" x2="14.562" y2="23.8822"/><circle class="c" cx="34.1797" cy="19.0288" r=".75"/><path class="d" d="M37.6514,30.7767c-.128,1.2305-.7426,2.3445-1.6328,3.1509s-2.0561,1.3052-3.2867,1.3052c-2.461,0-4.2486-1.9951-3.9927-4.4561.128-1.2305.669-2.4373,1.6328-3.1509.9991-.7398,3.3699-1.9516,3.5659-3.837"/><line class="d" x1="18.6236" y1="44.8216" x2="29.3764" y2="3.1784"/></svg>
Copied!