security time icon
security-time-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- security-time-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the security time icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.25c-1.79 0-3.25 1.46-3.25 3.25s1.46 3.25 3.25 3.25s3.25-1.46 3.25-3.25S13.79 8.25 12 8.25m1 2.93c0 .61-.33 1.19-.85 1.5l-.77.46c-.12.07-.25.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l.76-.46c.08-.05.12-.13.12-.21v-.93a.755.755 0 0 1 1.51-.01z"/><path d="m18.54 4.17l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77M12 16.25c-2.62 0-4.75-2.13-4.75-4.75S9.38 6.75 12 6.75s4.75 2.13 4.75 4.75s-2.13 4.75-4.75 4.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSecurityTimeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.25c-1.79 0-3.25 1.46-3.25 3.25s1.46 3.25 3.25 3.25s3.25-1.46 3.25-3.25S13.79 8.25 12 8.25m1 2.93c0 .61-.33 1.19-.85 1.5l-.77.46c-.12.07-.25.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l.76-.46c.08-.05.12-.13.12-.21v-.93a.755.755 0 0 1 1.51-.01z"/><path d="m18.54 4.17l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77M12 16.25c-2.62 0-4.75-2.13-4.75-4.75S9.38 6.75 12 6.75s4.75 2.13 4.75 4.75s-2.13 4.75-4.75 4.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.25c-1.79 0-3.25 1.46-3.25 3.25s1.46 3.25 3.25 3.25s3.25-1.46 3.25-3.25S13.79 8.25 12 8.25m1 2.93c0 .61-.33 1.19-.85 1.5l-.77.46c-.12.07-.25.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l.76-.46c.08-.05.12-.13.12-.21v-.93a.755.755 0 0 1 1.51-.01z"/><path d="m18.54 4.17l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77M12 16.25c-2.62 0-4.75-2.13-4.75-4.75S9.38 6.75 12 6.75s4.75 2.13 4.75 4.75s-2.13 4.75-4.75 4.75"/></g></svg> </template>
CSS
.icon-security-time-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%208.25c-1.79%200-3.25%201.46-3.25%203.25s1.46%203.25%203.25%203.25s3.25-1.46%203.25-3.25S13.79%208.25%2012%208.25m1%202.93c0%20.61-.33%201.19-.85%201.5l-.77.46c-.12.07-.25.11-.39.11c-.25%200-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l.76-.46c.08-.05.12-.13.12-.21v-.93a.755.755%200%200%201%201.51-.01z%22%2F%3E%3Cpath%20d%3D%22m18.54%204.17l-5.5-2.06c-.57-.21-1.5-.21-2.07%200l-5.5%202.06c-1.06.4-1.92%201.64-1.92%202.77v8.1c0%20.81.53%201.88%201.18%202.36l5.5%204.11c.97.73%202.56.73%203.53%200l5.5-4.11c.65-.49%201.18-1.55%201.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77M12%2016.25c-2.62%200-4.75-2.13-4.75-4.75S9.38%206.75%2012%206.75s4.75%202.13%204.75%204.75s-2.13%204.75-4.75%204.75%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%208.25c-1.79%200-3.25%201.46-3.25%203.25s1.46%203.25%203.25%203.25s3.25-1.46%203.25-3.25S13.79%208.25%2012%208.25m1%202.93c0%20.61-.33%201.19-.85%201.5l-.77.46c-.12.07-.25.11-.39.11c-.25%200-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l.76-.46c.08-.05.12-.13.12-.21v-.93a.755.755%200%200%201%201.51-.01z%22%2F%3E%3Cpath%20d%3D%22m18.54%204.17l-5.5-2.06c-.57-.21-1.5-.21-2.07%200l-5.5%202.06c-1.06.4-1.92%201.64-1.92%202.77v8.1c0%20.81.53%201.88%201.18%202.36l5.5%204.11c.97.73%202.56.73%203.53%200l5.5-4.11c.65-.49%201.18-1.55%201.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77M12%2016.25c-2.62%200-4.75-2.13-4.75-4.75S9.38%206.75%2012%206.75s4.75%202.13%204.75%204.75s-2.13%204.75-4.75%204.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/security-time-filled.svg?color=%231a73e8&size=48