unstop logo
unstop from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- unstop
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the unstop logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.394 0 0 5.394 0 12s5.394 12 12 12s12-5.394 12-12S18.606 0 12 0m-1.2 16.86H8.303v-1.127c-.715 1.091-1.588 1.552-2.897 1.552c-2.085 0-3.248-1.2-3.248-3.333V7.248h2.509v6.182c0 1.164.533 1.722 1.6 1.722c1.224 0 2.012-.752 2.012-1.891V7.236h2.509v9.625zm8.533 0v-5.939c0-1.14-.533-1.721-1.6-1.721c-1.224 0-2.012.752-2.012 1.89v5.77h-2.509V7.237h2.497V8.63c.715-1.09 1.588-1.551 2.897-1.551c2.085 0 3.249 1.2 3.249 3.333v6.449z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsUnstop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.394 0 0 5.394 0 12s5.394 12 12 12s12-5.394 12-12S18.606 0 12 0m-1.2 16.86H8.303v-1.127c-.715 1.091-1.588 1.552-2.897 1.552c-2.085 0-3.248-1.2-3.248-3.333V7.248h2.509v6.182c0 1.164.533 1.722 1.6 1.722c1.224 0 2.012-.752 2.012-1.891V7.236h2.509v9.625zm8.533 0v-5.939c0-1.14-.533-1.721-1.6-1.721c-1.224 0-2.012.752-2.012 1.89v5.77h-2.509V7.237h2.497V8.63c.715-1.09 1.588-1.551 2.897-1.551c2.085 0 3.249 1.2 3.249 3.333v6.449z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.394 0 0 5.394 0 12s5.394 12 12 12s12-5.394 12-12S18.606 0 12 0m-1.2 16.86H8.303v-1.127c-.715 1.091-1.588 1.552-2.897 1.552c-2.085 0-3.248-1.2-3.248-3.333V7.248h2.509v6.182c0 1.164.533 1.722 1.6 1.722c1.224 0 2.012-.752 2.012-1.891V7.236h2.509v9.625zm8.533 0v-5.939c0-1.14-.533-1.721-1.6-1.721c-1.224 0-2.012.752-2.012 1.89v5.77h-2.509V7.237h2.497V8.63c.715-1.09 1.588-1.551 2.897-1.551c2.085 0 3.249 1.2 3.249 3.333v6.449z"/></svg> </template>
CSS
.icon-unstop {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.394%200%200%205.394%200%2012s5.394%2012%2012%2012s12-5.394%2012-12S18.606%200%2012%200m-1.2%2016.86H8.303v-1.127c-.715%201.091-1.588%201.552-2.897%201.552c-2.085%200-3.248-1.2-3.248-3.333V7.248h2.509v6.182c0%201.164.533%201.722%201.6%201.722c1.224%200%202.012-.752%202.012-1.891V7.236h2.509v9.625zm8.533%200v-5.939c0-1.14-.533-1.721-1.6-1.721c-1.224%200-2.012.752-2.012%201.89v5.77h-2.509V7.237h2.497V8.63c.715-1.09%201.588-1.551%202.897-1.551c2.085%200%203.249%201.2%203.249%203.333v6.449z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.394%200%200%205.394%200%2012s5.394%2012%2012%2012s12-5.394%2012-12S18.606%200%2012%200m-1.2%2016.86H8.303v-1.127c-.715%201.091-1.588%201.552-2.897%201.552c-2.085%200-3.248-1.2-3.248-3.333V7.248h2.509v6.182c0%201.164.533%201.722%201.6%201.722c1.224%200%202.012-.752%202.012-1.891V7.236h2.509v9.625zm8.533%200v-5.939c0-1.14-.533-1.721-1.6-1.721c-1.224%200-2.012.752-2.012%201.89v5.77h-2.509V7.237h2.497V8.63c.715-1.09%201.588-1.551%202.897-1.551c2.085%200%203.249%201.2%203.249%203.333v6.449z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/unstop.svg?color=%231a73e8&size=48