shield arrow right icon
shield-arrow-right-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- shield-arrow-right-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
shield-arrow-right-16-filledshield-arrow-right-16-regularshield-arrow-right-20-filledshield-arrow-right-20-regularshield-arrow-right-24-filledshield-arrow-right-24-regularshield-arrow-right-28-filledshield-arrow-right-28-regularshield-arrow-right-32-filledshield-arrow-right-48-filledshield-arrow-right-48-regular
Related icons in Fluent UI System Icons
shield-add-16-filledshield-badge-20-filledshield-checkmark-16-filledshield-dismiss-16-filledshield-dismiss-shield-20-filledshield-error-16-filledshield-globe-16-filledshield-keyhole-16-filledshield-lock-16-filledshield-person-20-filledshield-person-add-20-filledshield-prohibited-20-filledshield-question-16-filledshield-settings-16-filledshield-task-16-filled
Use the shield arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.445 2.168a1 1 0 0 1 1.11 0c2.916 1.944 6.76 3.859 11.545 4.337a1 1 0 0 1 .9.995V16q0 .144-.004.288A9 9 0 0 0 27 14.935V8.389c-4.496-.616-8.166-2.38-11-4.194c-2.834 1.814-6.504 3.578-11 4.194V16c0 3.12 1.715 5.916 4.057 8.076c2.045 1.886 4.458 3.184 6.332 3.729a9 9 0 0 0 1.667 1.953q-.45.126-.872.205l-.184.034l-.184-.034c-2.378-.446-5.543-2.045-8.115-4.417C5.124 23.17 3 19.88 3 16V7.5a1 1 0 0 1 .9-.995c4.785-.478 8.63-2.393 11.545-4.337M23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-5.5 7.25c0 .414.336.75.75.75h7.69l-2.72 2.72a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 1 0-1.06 1.06L25.94 22h-7.69a.75.75 0 0 0-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldArrowRight32Regular(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="M15.445 2.168a1 1 0 0 1 1.11 0c2.916 1.944 6.76 3.859 11.545 4.337a1 1 0 0 1 .9.995V16q0 .144-.004.288A9 9 0 0 0 27 14.935V8.389c-4.496-.616-8.166-2.38-11-4.194c-2.834 1.814-6.504 3.578-11 4.194V16c0 3.12 1.715 5.916 4.057 8.076c2.045 1.886 4.458 3.184 6.332 3.729a9 9 0 0 0 1.667 1.953q-.45.126-.872.205l-.184.034l-.184-.034c-2.378-.446-5.543-2.045-8.115-4.417C5.124 23.17 3 19.88 3 16V7.5a1 1 0 0 1 .9-.995c4.785-.478 8.63-2.393 11.545-4.337M23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-5.5 7.25c0 .414.336.75.75.75h7.69l-2.72 2.72a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 1 0-1.06 1.06L25.94 22h-7.69a.75.75 0 0 0-.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.445 2.168a1 1 0 0 1 1.11 0c2.916 1.944 6.76 3.859 11.545 4.337a1 1 0 0 1 .9.995V16q0 .144-.004.288A9 9 0 0 0 27 14.935V8.389c-4.496-.616-8.166-2.38-11-4.194c-2.834 1.814-6.504 3.578-11 4.194V16c0 3.12 1.715 5.916 4.057 8.076c2.045 1.886 4.458 3.184 6.332 3.729a9 9 0 0 0 1.667 1.953q-.45.126-.872.205l-.184.034l-.184-.034c-2.378-.446-5.543-2.045-8.115-4.417C5.124 23.17 3 19.88 3 16V7.5a1 1 0 0 1 .9-.995c4.785-.478 8.63-2.393 11.545-4.337M23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-5.5 7.25c0 .414.336.75.75.75h7.69l-2.72 2.72a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 1 0-1.06 1.06L25.94 22h-7.69a.75.75 0 0 0-.75.75"/></svg> </template>
CSS
.icon-shield-arrow-right-32-regular {
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%22M15.445%202.168a1%201%200%200%201%201.11%200c2.916%201.944%206.76%203.859%2011.545%204.337a1%201%200%200%201%20.9.995V16q0%20.144-.004.288A9%209%200%200%200%2027%2014.935V8.389c-4.496-.616-8.166-2.38-11-4.194c-2.834%201.814-6.504%203.578-11%204.194V16c0%203.12%201.715%205.916%204.057%208.076c2.045%201.886%204.458%203.184%206.332%203.729a9%209%200%200%200%201.667%201.953q-.45.126-.872.205l-.184.034l-.184-.034c-2.378-.446-5.543-2.045-8.115-4.417C5.124%2023.17%203%2019.88%203%2016V7.5a1%201%200%200%201%20.9-.995c4.785-.478%208.63-2.393%2011.545-4.337M23%2015.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m-5.5%207.25c0%20.414.336.75.75.75h7.69l-2.72%202.72a.75.75%200%201%200%201.06%201.06l4-4a.75.75%200%200%200%200-1.06l-4-4a.75.75%200%201%200-1.06%201.06L25.94%2022h-7.69a.75.75%200%200%200-.75.75%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%22M15.445%202.168a1%201%200%200%201%201.11%200c2.916%201.944%206.76%203.859%2011.545%204.337a1%201%200%200%201%20.9.995V16q0%20.144-.004.288A9%209%200%200%200%2027%2014.935V8.389c-4.496-.616-8.166-2.38-11-4.194c-2.834%201.814-6.504%203.578-11%204.194V16c0%203.12%201.715%205.916%204.057%208.076c2.045%201.886%204.458%203.184%206.332%203.729a9%209%200%200%200%201.667%201.953q-.45.126-.872.205l-.184.034l-.184-.034c-2.378-.446-5.543-2.045-8.115-4.417C5.124%2023.17%203%2019.88%203%2016V7.5a1%201%200%200%201%20.9-.995c4.785-.478%208.63-2.393%2011.545-4.337M23%2015.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m-5.5%207.25c0%20.414.336.75.75.75h7.69l-2.72%202.72a.75.75%200%201%200%201.06%201.06l4-4a.75.75%200%200%200%200-1.06l-4-4a.75.75%200%201%200-1.06%201.06L25.94%2022h-7.69a.75.75%200%200%200-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shield-arrow-right-32-regular.svg?color=%231a73e8&size=48