shield minimalistic icon

shield-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Security · CC-BY-4.0 Attribution required.

Name
shield-minimalistic-line-duotone
Set
Solar
Style
Line Duotone
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More security icons from Solar

Use the shield minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 22C10.9808 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914V10.4168C3 7.21918 3 5.62039 3.37752 5.08252C3.75503 4.54465 5.25825 4.02996 8.26484 3.00079L8.83765 2.80472C10.4049 2.26824 11.1885 2 11.9999 2"/><path d="M12.0001 22C13.0193 22 13.3801 21.8424 14.1015 21.5273C16.7611 20.3655 21.0001 17.6294 21.0001 11.9914V10.4168C21.0001 7.21918 21.0001 5.62039 20.6226 5.08252C20.245 4.54465 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarShieldMinimalisticLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M12 22C10.9808 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914V10.4168C3 7.21918 3 5.62039 3.37752 5.08252C3.75503 4.54465 5.25825 4.02996 8.26484 3.00079L8.83765 2.80472C10.4049 2.26824 11.1885 2 11.9999 2"/><path d="M12.0001 22C13.0193 22 13.3801 21.8424 14.1015 21.5273C16.7611 20.3655 21.0001 17.6294 21.0001 11.9914V10.4168C21.0001 7.21918 21.0001 5.62039 20.6226 5.08252C20.245 4.54465 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 22C10.9808 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914V10.4168C3 7.21918 3 5.62039 3.37752 5.08252C3.75503 4.54465 5.25825 4.02996 8.26484 3.00079L8.83765 2.80472C10.4049 2.26824 11.1885 2 11.9999 2"/><path d="M12.0001 22C13.0193 22 13.3801 21.8424 14.1015 21.5273C16.7611 20.3655 21.0001 17.6294 21.0001 11.9914V10.4168C21.0001 7.21918 21.0001 5.62039 20.6226 5.08252C20.245 4.54465 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2" opacity=".5"/></g></svg>
</template>

CSS

.icon-shield-minimalistic-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022C10.9808%2022%2010.62%2021.8424%209.89856%2021.5273C7.23896%2020.3655%203%2017.6294%203%2011.9914V10.4168C3%207.21918%203%205.62039%203.37752%205.08252C3.75503%204.54465%205.25825%204.02996%208.26484%203.00079L8.83765%202.80472C10.4049%202.26824%2011.1885%202%2011.9999%202%22%2F%3E%3Cpath%20d%3D%22M12.0001%2022C13.0193%2022%2013.3801%2021.8424%2014.1015%2021.5273C16.7611%2020.3655%2021.0001%2017.6294%2021.0001%2011.9914V10.4168C21.0001%207.21918%2021.0001%205.62039%2020.6226%205.08252C20.245%204.54465%2018.7417%204.02996%2015.7351%203.00079L15.1623%202.80472C13.595%202.26824%2012.8114%202%2012%202%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022C10.9808%2022%2010.62%2021.8424%209.89856%2021.5273C7.23896%2020.3655%203%2017.6294%203%2011.9914V10.4168C3%207.21918%203%205.62039%203.37752%205.08252C3.75503%204.54465%205.25825%204.02996%208.26484%203.00079L8.83765%202.80472C10.4049%202.26824%2011.1885%202%2011.9999%202%22%2F%3E%3Cpath%20d%3D%22M12.0001%2022C13.0193%2022%2013.3801%2021.8424%2014.1015%2021.5273C16.7611%2020.3655%2021.0001%2017.6294%2021.0001%2011.9914V10.4168C21.0001%207.21918%2021.0001%205.62039%2020.6226%205.08252C20.245%204.54465%2018.7417%204.02996%2015.7351%203.00079L15.1623%202.80472C13.595%202.26824%2012.8114%202%2012%202%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/shield-minimalistic-line-duotone.svg?color=%231a73e8&size=48