safety-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
safety-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
safety, safety-outline

The same icon in other sets

Related icons in Ant Design Icons

Use the safety icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110l312 110z"/><path fill="currentColor" d="M378.4 475.1a35.91 35.91 0 0 0-50.9 0a35.91 35.91 0 0 0 0 50.9l129.4 129.4l2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSafetyOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110l312 110z"/><path fill="currentColor" d="M378.4 475.1a35.91 35.91 0 0 0-50.9 0a35.91 35.91 0 0 0 0 50.9l129.4 129.4l2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110l312 110z"/><path fill="currentColor" d="M378.4 475.1a35.91 35.91 0 0 0-50.9 0a35.91 35.91 0 0 0 0 50.9l129.4 129.4l2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7z"/></svg>
</template>

CSS

.icon-safety-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064L128%20192v384c0%20212.1%20171.9%20384%20384%20384s384-171.9%20384-384V192zm312%20512c0%20172.3-139.7%20312-312%20312S200%20748.3%20200%20576V246l312-110l312%20110z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M378.4%20475.1a35.91%2035.91%200%200%200-50.9%200a35.91%2035.91%200%200%200%200%2050.9l129.4%20129.4l2.1%202.1a33.98%2033.98%200%200%200%2048.1%200L730.6%20434a33.98%2033.98%200%200%200%200-48.1l-2.8-2.8a33.98%2033.98%200%200%200-48.1%200L483%20579.7z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064L128%20192v384c0%20212.1%20171.9%20384%20384%20384s384-171.9%20384-384V192zm312%20512c0%20172.3-139.7%20312-312%20312S200%20748.3%20200%20576V246l312-110l312%20110z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M378.4%20475.1a35.91%2035.91%200%200%200-50.9%200a35.91%2035.91%200%200%200%200%2050.9l129.4%20129.4l2.1%202.1a33.98%2033.98%200%200%200%2048.1%200L730.6%20434a33.98%2033.98%200%200%200%200-48.1l-2.8-2.8a33.98%2033.98%200%200%200-48.1%200L483%20579.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/safety-outlined.svg?color=%231a73e8&size=48

Safety outlined icon — Ant Design Icons · IconsDB