collision emoji
collision from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- collision
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji High Contrast
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-faceconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the collision emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m6.047 2.271l3.375 8.895a.25.25 0 0 1-.173.332l-5.02 1.244a.25.25 0 0 0-.031.475l3.969 1.572a.25.25 0 0 1 .084.41L3.106 20.3c-.18.178-.011.48.235.42l7.432-1.782a.25.25 0 0 1 .303.191l2.277 10.61a.25.25 0 0 0 .476.043l3.57-8.703a.25.25 0 0 1 .382-.104l3.843 2.908a.25.25 0 0 0 .389-.275l-1.398-4.387a.25.25 0 0 1 .213-.324l8.555-.891a.25.25 0 0 0 .104-.463l-7.344-4.456a.25.25 0 0 1-.055-.383l4.928-5.369a.25.25 0 0 0-.243-.412l-7.97 1.937a.25.25 0 0 1-.308-.22l-.415-4.49a.25.25 0 0 0-.444-.132L14.672 7.74a.25.25 0 0 1-.344.046L6.43 1.981c-.2-.148-.47.057-.382.29m5.028 14.168l1.2-1.213a.25.25 0 0 0-.048-.39l-1.645-.987a.25.25 0 0 1 .088-.46l2.05-.343a.25.25 0 0 0 .198-.318l-.892-2.976a.25.25 0 0 1 .393-.269l2.349 1.835a.25.25 0 0 0 .373-.076l1.197-2.189c.12-.22.452-.146.469.103l.177 2.673a.25.25 0 0 0 .257.233l1.475-.047a.25.25 0 0 1 .217.388l-.889 1.341a.25.25 0 0 0 .116.37l4.712 1.893c.213.085.138.403-.09.385l-4.512-.37a.25.25 0 0 0-.27.25v1.485a.25.25 0 0 1-.41.192l-1.064-.889a.25.25 0 0 0-.396.109l-1.296 3.665c-.089.253-.456.221-.501-.044l-.691-4.091a.25.25 0 0 0-.29-.205l-2.055.367a.25.25 0 0 1-.222-.422"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastCollision(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m6.047 2.271l3.375 8.895a.25.25 0 0 1-.173.332l-5.02 1.244a.25.25 0 0 0-.031.475l3.969 1.572a.25.25 0 0 1 .084.41L3.106 20.3c-.18.178-.011.48.235.42l7.432-1.782a.25.25 0 0 1 .303.191l2.277 10.61a.25.25 0 0 0 .476.043l3.57-8.703a.25.25 0 0 1 .382-.104l3.843 2.908a.25.25 0 0 0 .389-.275l-1.398-4.387a.25.25 0 0 1 .213-.324l8.555-.891a.25.25 0 0 0 .104-.463l-7.344-4.456a.25.25 0 0 1-.055-.383l4.928-5.369a.25.25 0 0 0-.243-.412l-7.97 1.937a.25.25 0 0 1-.308-.22l-.415-4.49a.25.25 0 0 0-.444-.132L14.672 7.74a.25.25 0 0 1-.344.046L6.43 1.981c-.2-.148-.47.057-.382.29m5.028 14.168l1.2-1.213a.25.25 0 0 0-.048-.39l-1.645-.987a.25.25 0 0 1 .088-.46l2.05-.343a.25.25 0 0 0 .198-.318l-.892-2.976a.25.25 0 0 1 .393-.269l2.349 1.835a.25.25 0 0 0 .373-.076l1.197-2.189c.12-.22.452-.146.469.103l.177 2.673a.25.25 0 0 0 .257.233l1.475-.047a.25.25 0 0 1 .217.388l-.889 1.341a.25.25 0 0 0 .116.37l4.712 1.893c.213.085.138.403-.09.385l-4.512-.37a.25.25 0 0 0-.27.25v1.485a.25.25 0 0 1-.41.192l-1.064-.889a.25.25 0 0 0-.396.109l-1.296 3.665c-.089.253-.456.221-.501-.044l-.691-4.091a.25.25 0 0 0-.29-.205l-2.055.367a.25.25 0 0 1-.222-.422"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m6.047 2.271l3.375 8.895a.25.25 0 0 1-.173.332l-5.02 1.244a.25.25 0 0 0-.031.475l3.969 1.572a.25.25 0 0 1 .084.41L3.106 20.3c-.18.178-.011.48.235.42l7.432-1.782a.25.25 0 0 1 .303.191l2.277 10.61a.25.25 0 0 0 .476.043l3.57-8.703a.25.25 0 0 1 .382-.104l3.843 2.908a.25.25 0 0 0 .389-.275l-1.398-4.387a.25.25 0 0 1 .213-.324l8.555-.891a.25.25 0 0 0 .104-.463l-7.344-4.456a.25.25 0 0 1-.055-.383l4.928-5.369a.25.25 0 0 0-.243-.412l-7.97 1.937a.25.25 0 0 1-.308-.22l-.415-4.49a.25.25 0 0 0-.444-.132L14.672 7.74a.25.25 0 0 1-.344.046L6.43 1.981c-.2-.148-.47.057-.382.29m5.028 14.168l1.2-1.213a.25.25 0 0 0-.048-.39l-1.645-.987a.25.25 0 0 1 .088-.46l2.05-.343a.25.25 0 0 0 .198-.318l-.892-2.976a.25.25 0 0 1 .393-.269l2.349 1.835a.25.25 0 0 0 .373-.076l1.197-2.189c.12-.22.452-.146.469.103l.177 2.673a.25.25 0 0 0 .257.233l1.475-.047a.25.25 0 0 1 .217.388l-.889 1.341a.25.25 0 0 0 .116.37l4.712 1.893c.213.085.138.403-.09.385l-4.512-.37a.25.25 0 0 0-.27.25v1.485a.25.25 0 0 1-.41.192l-1.064-.889a.25.25 0 0 0-.396.109l-1.296 3.665c-.089.253-.456.221-.501-.044l-.691-4.091a.25.25 0 0 0-.29-.205l-2.055.367a.25.25 0 0 1-.222-.422"/></svg> </template>
CSS
.icon-collision {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.047%202.271l3.375%208.895a.25.25%200%200%201-.173.332l-5.02%201.244a.25.25%200%200%200-.031.475l3.969%201.572a.25.25%200%200%201%20.084.41L3.106%2020.3c-.18.178-.011.48.235.42l7.432-1.782a.25.25%200%200%201%20.303.191l2.277%2010.61a.25.25%200%200%200%20.476.043l3.57-8.703a.25.25%200%200%201%20.382-.104l3.843%202.908a.25.25%200%200%200%20.389-.275l-1.398-4.387a.25.25%200%200%201%20.213-.324l8.555-.891a.25.25%200%200%200%20.104-.463l-7.344-4.456a.25.25%200%200%201-.055-.383l4.928-5.369a.25.25%200%200%200-.243-.412l-7.97%201.937a.25.25%200%200%201-.308-.22l-.415-4.49a.25.25%200%200%200-.444-.132L14.672%207.74a.25.25%200%200%201-.344.046L6.43%201.981c-.2-.148-.47.057-.382.29m5.028%2014.168l1.2-1.213a.25.25%200%200%200-.048-.39l-1.645-.987a.25.25%200%200%201%20.088-.46l2.05-.343a.25.25%200%200%200%20.198-.318l-.892-2.976a.25.25%200%200%201%20.393-.269l2.349%201.835a.25.25%200%200%200%20.373-.076l1.197-2.189c.12-.22.452-.146.469.103l.177%202.673a.25.25%200%200%200%20.257.233l1.475-.047a.25.25%200%200%201%20.217.388l-.889%201.341a.25.25%200%200%200%20.116.37l4.712%201.893c.213.085.138.403-.09.385l-4.512-.37a.25.25%200%200%200-.27.25v1.485a.25.25%200%200%201-.41.192l-1.064-.889a.25.25%200%200%200-.396.109l-1.296%203.665c-.089.253-.456.221-.501-.044l-.691-4.091a.25.25%200%200%200-.29-.205l-2.055.367a.25.25%200%200%201-.222-.422%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.047%202.271l3.375%208.895a.25.25%200%200%201-.173.332l-5.02%201.244a.25.25%200%200%200-.031.475l3.969%201.572a.25.25%200%200%201%20.084.41L3.106%2020.3c-.18.178-.011.48.235.42l7.432-1.782a.25.25%200%200%201%20.303.191l2.277%2010.61a.25.25%200%200%200%20.476.043l3.57-8.703a.25.25%200%200%201%20.382-.104l3.843%202.908a.25.25%200%200%200%20.389-.275l-1.398-4.387a.25.25%200%200%201%20.213-.324l8.555-.891a.25.25%200%200%200%20.104-.463l-7.344-4.456a.25.25%200%200%201-.055-.383l4.928-5.369a.25.25%200%200%200-.243-.412l-7.97%201.937a.25.25%200%200%201-.308-.22l-.415-4.49a.25.25%200%200%200-.444-.132L14.672%207.74a.25.25%200%200%201-.344.046L6.43%201.981c-.2-.148-.47.057-.382.29m5.028%2014.168l1.2-1.213a.25.25%200%200%200-.048-.39l-1.645-.987a.25.25%200%200%201%20.088-.46l2.05-.343a.25.25%200%200%200%20.198-.318l-.892-2.976a.25.25%200%200%201%20.393-.269l2.349%201.835a.25.25%200%200%200%20.373-.076l1.197-2.189c.12-.22.452-.146.469.103l.177%202.673a.25.25%200%200%200%20.257.233l1.475-.047a.25.25%200%200%201%20.217.388l-.889%201.341a.25.25%200%200%200%20.116.37l4.712%201.893c.213.085.138.403-.09.385l-4.512-.37a.25.25%200%200%200-.27.25v1.485a.25.25%200%200%201-.41.192l-1.064-.889a.25.25%200%200%200-.396.109l-1.296%203.665c-.089.253-.456.221-.501-.044l-.691-4.091a.25.25%200%200%200-.29-.205l-2.055.367a.25.25%200%200%201-.222-.422%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/collision.svg?color=%231a73e8&size=48