shield arrow right icon
shield-arrow-right-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- shield-arrow-right-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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-32-regularshield-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 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.684 4.077 10.037 4.84c1.659.376 3.139.58 4.202.69a29 29 0 0 0 1.574.119l.101.003A1.25 1.25 0 0 1 42 11.25V21q0 1.474-.165 2.94A12.94 12.94 0 0 0 35 22c-7.18 0-13 5.82-13 13c0 3.318 1.243 6.345 3.289 8.642q-.452.156-.916.301a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.292-13.53-9.418C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10l.102-.003q.11-.004.328-.017c.29-.017.715-.048 1.246-.102a36 36 0 0 0 4.202-.69c3.352-.763 7.278-2.197 10.037-4.84M35 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m-8 11a1 1 0 0 0 1 1h11.586l-3.293 3.293a1 1 0 0 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 1.414L39.586 34H28a1 1 0 0 0-1 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentShieldArrowRight48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.684 4.077 10.037 4.84c1.659.376 3.139.58 4.202.69a29 29 0 0 0 1.574.119l.101.003A1.25 1.25 0 0 1 42 11.25V21q0 1.474-.165 2.94A12.94 12.94 0 0 0 35 22c-7.18 0-13 5.82-13 13c0 3.318 1.243 6.345 3.289 8.642q-.452.156-.916.301a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.292-13.53-9.418C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10l.102-.003q.11-.004.328-.017c.29-.017.715-.048 1.246-.102a36 36 0 0 0 4.202-.69c3.352-.763 7.278-2.197 10.037-4.84M35 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m-8 11a1 1 0 0 0 1 1h11.586l-3.293 3.293a1 1 0 0 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 1.414L39.586 34H28a1 1 0 0 0-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.684 4.077 10.037 4.84c1.659.376 3.139.58 4.202.69a29 29 0 0 0 1.574.119l.101.003A1.25 1.25 0 0 1 42 11.25V21q0 1.474-.165 2.94A12.94 12.94 0 0 0 35 22c-7.18 0-13 5.82-13 13c0 3.318 1.243 6.345 3.289 8.642q-.452.156-.916.301a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.292-13.53-9.418C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10l.102-.003q.11-.004.328-.017c.29-.017.715-.048 1.246-.102a36 36 0 0 0 4.202-.69c3.352-.763 7.278-2.197 10.037-4.84M35 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m-8 11a1 1 0 0 0 1 1h11.586l-3.293 3.293a1 1 0 0 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 1.414L39.586 34H28a1 1 0 0 0-1 1"/></svg> </template>
CSS
.icon-shield-arrow-right-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.135%204.348a1.25%201.25%200%200%201%201.73%200c2.758%202.643%206.684%204.077%2010.037%204.84c1.659.376%203.139.58%204.202.69a29%2029%200%200%200%201.574.119l.101.003A1.25%201.25%200%200%201%2042%2011.25V21q0%201.474-.165%202.94A12.94%2012.94%200%200%200%2035%2022c-7.18%200-13%205.82-13%2013c0%203.318%201.243%206.345%203.289%208.642q-.452.156-.916.301a1.25%201.25%200%200%201-.746%200c-6.238-1.95-10.668-5.292-13.53-9.418C7.244%2030.408%206%2025.587%206%2020.75v-9.5A1.25%201.25%200%200%201%207.22%2010l.102-.003q.11-.004.328-.017c.29-.017.715-.048%201.246-.102a36%2036%200%200%200%204.202-.69c3.352-.763%207.278-2.197%2010.037-4.84M35%2024c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11m-8%2011a1%201%200%200%200%201%201h11.586l-3.293%203.293a1%201%200%200%200%201.414%201.414l5-5a1%201%200%200%200%200-1.414l-5-5a1%201%200%200%200-1.414%201.414L39.586%2034H28a1%201%200%200%200-1%201%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.135%204.348a1.25%201.25%200%200%201%201.73%200c2.758%202.643%206.684%204.077%2010.037%204.84c1.659.376%203.139.58%204.202.69a29%2029%200%200%200%201.574.119l.101.003A1.25%201.25%200%200%201%2042%2011.25V21q0%201.474-.165%202.94A12.94%2012.94%200%200%200%2035%2022c-7.18%200-13%205.82-13%2013c0%203.318%201.243%206.345%203.289%208.642q-.452.156-.916.301a1.25%201.25%200%200%201-.746%200c-6.238-1.95-10.668-5.292-13.53-9.418C7.244%2030.408%206%2025.587%206%2020.75v-9.5A1.25%201.25%200%200%201%207.22%2010l.102-.003q.11-.004.328-.017c.29-.017.715-.048%201.246-.102a36%2036%200%200%200%204.202-.69c3.352-.763%207.278-2.197%2010.037-4.84M35%2024c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11m-8%2011a1%201%200%200%200%201%201h11.586l-3.293%203.293a1%201%200%200%200%201.414%201.414l5-5a1%201%200%200%200%200-1.414l-5-5a1%201%200%200%200-1.414%201.414L39.586%2034H28a1%201%200%200%200-1%201%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-48-filled.svg?color=%231a73e8&size=48