shield arrow right icon

shield-arrow-right-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
shield-arrow-right-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69a30 30 0 0 1-1.246.102q-.213.014-.426.02H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0q.465-.146.916-.3a13 13 0 0 1-1.654-2.327c-5.363-1.823-9.078-4.749-11.483-8.216C9.632 29.467 8.5 25.163 8.5 20.75v-8.325q.296-.024.651-.06a38 38 0 0 0 4.5-.74c3.22-.731 7.211-2.102 10.349-4.702c3.137 2.6 7.13 3.97 10.348 4.702a38 38 0 0 0 5.152.8V21q0 .89-.066 1.776c.845.306 1.649.698 2.401 1.164Q42 22.474 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.004a15 15 0 0 1-.426-.02a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-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 FluentShieldArrowRight48Regular(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="M24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69a30 30 0 0 1-1.246.102q-.213.014-.426.02H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0q.465-.146.916-.3a13 13 0 0 1-1.654-2.327c-5.363-1.823-9.078-4.749-11.483-8.216C9.632 29.467 8.5 25.163 8.5 20.75v-8.325q.296-.024.651-.06a38 38 0 0 0 4.5-.74c3.22-.731 7.211-2.102 10.349-4.702c3.137 2.6 7.13 3.97 10.348 4.702a38 38 0 0 0 5.152.8V21q0 .89-.066 1.776c.845.306 1.649.698 2.401 1.164Q42 22.474 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.004a15 15 0 0 1-.426-.02a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-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="M24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69a30 30 0 0 1-1.246.102q-.213.014-.426.02H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0q.465-.146.916-.3a13 13 0 0 1-1.654-2.327c-5.363-1.823-9.078-4.749-11.483-8.216C9.632 29.467 8.5 25.163 8.5 20.75v-8.325q.296-.024.651-.06a38 38 0 0 0 4.5-.74c3.22-.731 7.211-2.102 10.349-4.702c3.137 2.6 7.13 3.97 10.348 4.702a38 38 0 0 0 5.152.8V21q0 .89-.066 1.776c.845.306 1.649.698 2.401 1.164Q42 22.474 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.004a15 15 0 0 1-.426-.02a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.865%204.348a1.25%201.25%200%200%200-1.73%200c-2.759%202.643-6.685%204.077-10.037%204.84c-1.66.376-3.139.58-4.202.69a30%2030%200%200%201-1.246.102q-.213.014-.426.02H7.22A1.25%201.25%200%200%200%206%2011.25v9.5c0%204.837%201.243%209.658%204.098%2013.775c2.861%204.126%207.29%207.469%2013.529%209.418c.243.076.503.076.746%200q.465-.146.916-.3a13%2013%200%200%201-1.654-2.327c-5.363-1.823-9.078-4.749-11.483-8.216C9.632%2029.467%208.5%2025.163%208.5%2020.75v-8.325q.296-.024.651-.06a38%2038%200%200%200%204.5-.74c3.22-.731%207.211-2.102%2010.349-4.702c3.137%202.6%207.13%203.97%2010.348%204.702a38%2038%200%200%200%205.152.8V21q0%20.89-.066%201.776c.845.306%201.649.698%202.401%201.164Q42%2022.474%2042%2021v-9.75A1.25%201.25%200%200%200%2040.78%2010h-.004a15%2015%200%200%201-.426-.02a29%2029%200%200%201-1.246-.102a36%2036%200%200%201-4.202-.69c-3.353-.763-7.279-2.197-10.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%22M24.865%204.348a1.25%201.25%200%200%200-1.73%200c-2.759%202.643-6.685%204.077-10.037%204.84c-1.66.376-3.139.58-4.202.69a30%2030%200%200%201-1.246.102q-.213.014-.426.02H7.22A1.25%201.25%200%200%200%206%2011.25v9.5c0%204.837%201.243%209.658%204.098%2013.775c2.861%204.126%207.29%207.469%2013.529%209.418c.243.076.503.076.746%200q.465-.146.916-.3a13%2013%200%200%201-1.654-2.327c-5.363-1.823-9.078-4.749-11.483-8.216C9.632%2029.467%208.5%2025.163%208.5%2020.75v-8.325q.296-.024.651-.06a38%2038%200%200%200%204.5-.74c3.22-.731%207.211-2.102%2010.349-4.702c3.137%202.6%207.13%203.97%2010.348%204.702a38%2038%200%200%200%205.152.8V21q0%20.89-.066%201.776c.845.306%201.649.698%202.401%201.164Q42%2022.474%2042%2021v-9.75A1.25%201.25%200%200%200%2040.78%2010h-.004a15%2015%200%200%201-.426-.02a29%2029%200%200%201-1.246-.102a36%2036%200%200%201-4.202-.69c-3.353-.763-7.279-2.197-10.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-regular.svg?color=%231a73e8&size=48